Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c992 pCaps->MaxPixelShader30InstructionSlots = in NineAdapter9_GetDeviceCaps()
997 if (pCaps->MaxPixelShader30InstructionSlots > D3DMAX30SHADERINSTRUCTIONS) in NineAdapter9_GetDeviceCaps()
998 pCaps->MaxPixelShader30InstructionSlots = D3DMAX30SHADERINSTRUCTIONS; in NineAdapter9_GetDeviceCaps()
1000 assert(pCaps->MaxPixelShader30InstructionSlots >= D3DMIN30SHADERINSTRUCTIONS); in NineAdapter9_GetDeviceCaps()
1004 pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
H A Dnine_dump.c807 C2S("\nMaxPixelShader30InstructionSlots: %u >= 512", caps->MaxPixelShader30InstructionSlots); in nine_dump_D3DCAPS9()
/third_party/mesa3d/include/D3D9/
H A Dd3d9caps.h373 DWORD MaxPixelShader30InstructionSlots; member

Completed in 5 milliseconds