Searched refs:compiled (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpci32.c19 #error This file must be compiled as 32-bit!
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h41 GLboolean compiled, deleted; member in struct:__anon16197
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbsrcs.mk38 # this file lists the source files to be compiled (used in Makefile) and
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbsrcs.mk39 # this file lists the source files to be compiled (used in Makefile) and
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_sparcv9.s39 ! this MUST be compiled with an ultrasparc-aware assembler
41 ! standard asm linkage macros; this module must be compiled
H A Dos_SunOS_ultrasparc.s39 ! this MUST be compiled with an ultrasparc-aware assembler
41 ! standard asm linkage macros; this module must be compiled
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c3588 const struct arb_ps_compile_args *args, struct arb_ps_compiled_shader *compiled)
3646 priv_ctx.compiled_fprog = compiled;
3647 priv_ctx.cur_np2fixup_info = &compiled->np2fixup_info;
3774 bump_const = compiled->numbumpenvmatconsts;
3775 compiled->bumpenvmatconst[bump_const].const_num = WINED3D_CONST_NUM_UNUSED;
3776 compiled->bumpenvmatconst[bump_const].texunit = i;
3777 compiled->luminanceconst[bump_const].const_num = WINED3D_CONST_NUM_UNUSED;
3778 compiled->luminanceconst[bump_const].texunit = i;
3789 compiled->bumpenvmatconst[bump_const].const_num = next_local++;
3791 i, compiled
3586 shader_arb_generate_pshader(const struct wined3d_shader *shader, const struct wined3d_gl_info *gl_info, struct wined3d_shader_buffer *buffer, const struct arb_ps_compile_args *args, struct arb_ps_compiled_shader *compiled) argument
3999 init_output_registers(const struct wined3d_shader *shader, const struct wined3d_shader_signature_element *ps_input_sig, struct shader_arb_ctx_priv *priv_ctx, struct arb_vs_compiled_shader *compiled) argument
4173 shader_arb_generate_vshader(const struct wined3d_shader *shader, const struct wined3d_gl_info *gl_info, struct wined3d_shader_buffer *buffer, const struct arb_vs_compile_args *args, struct arb_vs_compiled_shader *compiled, const struct wined3d_shader_signature_element *ps_input_sig) argument
4665 struct arb_ps_compiled_shader *compiled; local
4729 struct arb_vs_compiled_shader *compiled; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c3325 const struct arb_ps_compile_args *args, struct arb_ps_compiled_shader *compiled)
3382 priv_ctx.compiled_fprog = compiled;
3383 priv_ctx.cur_np2fixup_info = &compiled->np2fixup_info;
3491 cur = compiled->numbumpenvmatconsts;
3492 compiled->bumpenvmatconst[cur].const_num = WINED3D_CONST_NUM_UNUSED;
3493 compiled->bumpenvmatconst[cur].texunit = i;
3494 compiled->luminanceconst[cur].const_num = WINED3D_CONST_NUM_UNUSED;
3495 compiled->luminanceconst[cur].texunit = i;
3506 compiled->bumpenvmatconst[cur].const_num = next_local++;
3508 i, compiled
3324 shader_arb_generate_pshader(IWineD3DPixelShaderImpl *This, struct wined3d_shader_buffer *buffer, const struct arb_ps_compile_args *args, struct arb_ps_compiled_shader *compiled) argument
3729 init_output_registers(IWineD3DVertexShaderImpl *shader, DWORD sig_num, struct shader_arb_ctx_priv *priv_ctx, struct arb_vs_compiled_shader *compiled) argument
3912 shader_arb_generate_vshader(IWineD3DVertexShaderImpl *This, struct wined3d_shader_buffer *buffer, const struct arb_vs_compile_args *args, struct arb_vs_compiled_shader *compiled) argument
4379 struct arb_ps_compiled_shader *compiled; local
4435 struct arb_vs_compiled_shader *compiled; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DtestHTML.c877 printf("%s : HTML support not compiled in\n", argv[0]);
H A Dxmlcatalog.c614 fprintf(stderr, "libxml was not compiled with catalog and output support\n");
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c326 pShader->compiled = GL_FALSE;
403 pShader->compiled = GL_TRUE;
1344 if (pShader->compiled)
1363 if (pShader->compiled)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1241 GLint compiled = 0; local
1242 pCache->pDispatch->GetShaderiv(uiShader, GL_COMPILE_STATUS, &compiled);
1245 if(!compiled)
1252 if (compiled)
1263 Assert(compiled);
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm13 ; * the moment. I have successfully compiled and tested this code with gcc2.96,
15 ; * compiled with gcc -DNO_MMX, but inffast.S is still faster on the P3 with MMX
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com686 $! 0.04 20060117 Add uppercase alias to code compiled with /name=as_is
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp596 GLint compiled; variable
598 vboxglGetShaderiv(mShader, GL_COMPILE_STATUS, &compiled);
608 Assert(compiled); variable
609 if(compiled)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 982 milliseconds