Searched defs:ARB (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c187 /* For ARB we need a offset value:
188 * With both GLSL and ARB mode the NP2 fixup information (the texture dimensions) are stored in a
189 * consecutive way (GLSL uses a uniform array). Since ARB doesn't know the notion of a "standalone"
265 ARB, enumerator in enum:shader_arb_ctx_priv::__anon1999
659 * We only support float constants in ARB at the moment, so don't
902 * local constants do not declare the loaded constants as an array because ARB compilers usually
1127 if (ctx->target_version == ARB)
1232 * thus the result would be something like C[15 + 30], which is not valid in the ARB program
1352 if(priv->target_version == ARB) mod &= ~WINED3DSPDM_PARTIALPRECISION;
1686 /** Process the WINED3DSIO_DP2ADD instruction in ARB
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c161 /* For ARB we need a offset value:
162 * With both GLSL and ARB mode the NP2 fixup information (the texture dimensions) are stored in a
163 * consecutive way (GLSL uses a uniform array). Since ARB doesn't know the notion of a "standalone"
241 ARB, enumerator in enum:shader_arb_ctx_priv::__anon1954
584 * We only support float constants in ARB at the moment, so don't
774 * local constants do not declare the loaded constants as an array because ARB compilers usually
991 if(ctx->target_version == ARB) {
1106 * thus the result would be something like C[15 + 30], which is not valid in the ARB program
1232 if(priv->target_version == ARB) mod &= ~WINED3DSPDM_PARTIALPRECISION;
1572 /** Process the WINED3DSIO_DP2ADD instruction in ARB
[all...]

Completed in 68 milliseconds