Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c953 pCaps->MaxPixelShader30InstructionSlots = in NineAdapter9_GetDeviceCaps()
958 if (pCaps->MaxPixelShader30InstructionSlots > D3DMAX30SHADERINSTRUCTIONS) in NineAdapter9_GetDeviceCaps()
959 pCaps->MaxPixelShader30InstructionSlots = D3DMAX30SHADERINSTRUCTIONS; in NineAdapter9_GetDeviceCaps()
961 assert(pCaps->MaxPixelShader30InstructionSlots >= D3DMIN30SHADERINSTRUCTIONS); in NineAdapter9_GetDeviceCaps()
965 … pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
Dnine_dump.c806 C2S("\nMaxPixelShader30InstructionSlots: %u >= 512", caps->MaxPixelShader30InstructionSlots); in nine_dump_D3DCAPS9()
/external/mesa3d/include/D3D9/
Dd3d9caps.h370 DWORD MaxPixelShader30InstructionSlots; member
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1589 …caps.MaxPixelShader30InstructionSlots = maximumPixelShader30InstructionSlots; // Maximum number of… in GetDeviceCaps()