Home
last modified time | relevance | path

Searched refs:MaxPShaderInstructionsExecuted (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/D3D9/
Dd3d9caps.h371 DWORD MaxPShaderInstructionsExecuted; member
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c997 … pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
Dnine_dump.c804 C2S("\nMaxPShaderInstructionsExecuted: %u", caps->MaxPShaderInstructionsExecuted); in nine_dump_D3DCAPS9()