Searched defs:MAX_CONST_I (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h434 #define MAX_CONST_I 16 macro
571 WORD integer_constants; /* MAX_CONST_I, 16 */
573 WORD local_int_consts; /* MAX_CONST_I, 16 */
2679 WORD pixelShaderConstantsI; /* MAX_CONST_I, 16 */
2682 WORD vertexShaderConstantsI; /* MAX_CONST_I, 16 */
2721 INT vertexShaderConstantI[MAX_CONST_I * 4];
2765 INT pixelShaderConstantI[MAX_CONST_I * 4];
2788 DWORD contained_vs_consts_i[MAX_CONST_I];
2794 DWORD contained_ps_consts_i[MAX_CONST_I];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h423 #define MAX_CONST_I 16 macro
560 WORD integer_constants; /* MAX_CONST_I, 16 */
562 WORD local_int_consts; /* MAX_CONST_I, 16 */
2644 WORD pixelShaderConstantsI; /* MAX_CONST_I, 16 */
2647 WORD vertexShaderConstantsI; /* MAX_CONST_I, 16 */
2686 INT vertexShaderConstantI[MAX_CONST_I * 4];
2730 INT pixelShaderConstantI[MAX_CONST_I * 4];
2753 DWORD contained_vs_consts_i[MAX_CONST_I];
2759 DWORD contained_ps_consts_i[MAX_CONST_I];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h438 #define MAX_CONST_I 16 macro
600 WORD integer_constants; /* MAX_CONST_I, 16 */
602 WORD local_int_consts; /* MAX_CONST_I, 16 */
2473 WORD pixelShaderConstantsI; /* MAX_CONST_I, 16 */
2476 WORD vertexShaderConstantsI; /* MAX_CONST_I, 16 */
2527 INT vs_consts_i[MAX_CONST_I * 4];
2538 INT ps_consts_i[MAX_CONST_I * 4];
2575 DWORD contained_vs_consts_i[MAX_CONST_I];
2581 DWORD contained_ps_consts_i[MAX_CONST_I];

Completed in 104 milliseconds