Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c990 pCaps->MaxPixelShader30InstructionSlots = in NineAdapter9_GetDeviceCaps()
995 if (pCaps->MaxPixelShader30InstructionSlots > D3DMAX30SHADERINSTRUCTIONS) in NineAdapter9_GetDeviceCaps()
996 pCaps->MaxPixelShader30InstructionSlots = D3DMAX30SHADERINSTRUCTIONS; in NineAdapter9_GetDeviceCaps()
998 assert(pCaps->MaxPixelShader30InstructionSlots >= D3DMIN30SHADERINSTRUCTIONS); in NineAdapter9_GetDeviceCaps()
1002 … pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
Dnine_dump.c806 C2S("\nMaxPixelShader30InstructionSlots: %u >= 512", caps->MaxPixelShader30InstructionSlots); in nine_dump_D3DCAPS9()
/third_party/mesa3d/include/D3D9/
Dd3d9caps.h373 DWORD MaxPixelShader30InstructionSlots; member