Searched refs:MaxPixelShader30InstructionSlots (Results 1 – 4 of 4) sorted by relevance
953 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()
806 C2S("\nMaxPixelShader30InstructionSlots: %u >= 512", caps->MaxPixelShader30InstructionSlots); in nine_dump_D3DCAPS9()
370 DWORD MaxPixelShader30InstructionSlots; member
1589 …caps.MaxPixelShader30InstructionSlots = maximumPixelShader30InstructionSlots; // Maximum number of… in GetDeviceCaps()