Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h368 DWORD MaxPShaderInstructionsExecuted; member
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c804 C2S("\nMaxPShaderInstructionsExecuted: %u", caps->MaxPShaderInstructionsExecuted); in nine_dump_D3DCAPS9()
Dadapter9.c965 … pCaps->MaxPShaderInstructionsExecuted = MAX2(65535, pCaps->MaxPixelShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1587 …caps.MaxPShaderInstructionsExecuted = maximumPixelShaderInstructionsExecuted; // Maximum number of… in GetDeviceCaps()