Home
last modified time | relevance | path

Searched refs:PARAMETER_SAMPLER (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Shader/
DVertexShader.cpp323 if(instruction[i]->src[1].type == PARAMETER_SAMPLER) in analyzeTextureSampling()
DShader.hpp334 PARAMETER_SAMPLER = 10, enumerator
DShader.cpp242 if(dst.type == PARAMETER_SAMPLER) in string()
1054 case PARAMETER_SAMPLER: return "s"; in typeString()
DPixelShader.cpp231 if(instruction[i]->dst.type == Shader::PARAMETER_SAMPLER) in analyzeInterpolants()
DVertexProgram.cpp718 case Shader::PARAMETER_SAMPLER: in fetchRegister()
1620 if(s.type == Shader::PARAMETER_SAMPLER && s.rel.type == Shader::PARAMETER_VOID) in sampleTexture()
DPixelProgram.cpp684 if(sampler.type == Shader::PARAMETER_SAMPLER && sampler.rel.type == Shader::PARAMETER_VOID) in sampleTexture()
852 case Shader::PARAMETER_SAMPLER: in fetchRegister()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2511 return sw::Shader::PARAMETER_SAMPLER; in registerType()