Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1899 indirectAddressableOutput = false; in analyzeIndirectAddressing()
1909 case PARAMETER_OUTPUT: indirectAddressableOutput = true; break; in analyzeIndirectAddressing()
1922 case PARAMETER_OUTPUT: indirectAddressableOutput = true; break; in analyzeIndirectAddressing()
DShader.hpp629 bool indirectAddressableOutput; member in sw::Shader
DVertexRoutine.cpp31 o(shader && shader->indirectAddressableOutput), in VertexRoutine()