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

/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9caps.h371 DWORD MaxPShaderInstructionsExecuted; member in struct:_D3DCAPS9
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9caps.h371 DWORD MaxPShaderInstructionsExecuted; member in struct:_D3DCAPS9
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dadapter9.c964 pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32);
H A Dnine_dump.c804 C2S("\nMaxPShaderInstructionsExecuted: %u", caps->MaxPShaderInstructionsExecuted);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dadapter9.c1002 pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32);
H A Dnine_dump.c804 C2S("\nMaxPShaderInstructionsExecuted: %u", caps->MaxPShaderInstructionsExecuted);

Completed in 12 milliseconds