Searched refs:MaxPixelShader30InstructionSlots (Results 1 – 3 of 3) sorted by relevance
990 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()
806 C2S("\nMaxPixelShader30InstructionSlots: %u >= 512", caps->MaxPixelShader30InstructionSlots); in nine_dump_D3DCAPS9()
373 DWORD MaxPixelShader30InstructionSlots; member