Searched refs:MaxVShaderInstructionsExecuted (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9caps.h370 DWORD MaxVShaderInstructionsExecuted; member in struct:_D3DCAPS9
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9caps.h370 DWORD MaxVShaderInstructionsExecuted; member in struct:_D3DCAPS9
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dadapter9.c963 pCaps->MaxVShaderInstructionsExecuted = MAX2(65535, pCaps->MaxVertexShader30InstructionSlots * 32);
H A Dnine_dump.c803 C2S("\nMaxVShaderInstructionsExecuted: %u", caps->MaxVShaderInstructionsExecuted);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dadapter9.c1001 pCaps->MaxVShaderInstructionsExecuted = MAX2(65535, pCaps->MaxVertexShader30InstructionSlots * 32);
H A Dnine_dump.c803 C2S("\nMaxVShaderInstructionsExecuted: %u", caps->MaxVShaderInstructionsExecuted);

Completed in 83 milliseconds