Home
last modified time | relevance | path

Searched refs:pixelShaderNoDependentReadLimit (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp459 extern unsigned long pixelShaderNoDependentReadLimit;
DDirect3D9.cpp84 pixelShaderNoDependentReadLimit = 0; in Direct3D9()
95 pixelShaderNoDependentReadLimit = D3DPS20CAPS_NODEPENDENTREADLIMIT; in Direct3D9()
1565pixelShaderNoDependentReadLimit | // There is no limit on the number of dependent reads per in… in GetDeviceCaps()
DCapabilities.cpp409 unsigned long pixelShaderNoDependentReadLimit = D3DPS20CAPS_NODEPENDENTREADLIMIT; variable