Searched refs:PARAMETER_SAMPLER (Results 1 – 7 of 7) sorted by relevance
323 if(inst->src[1].type == PARAMETER_SAMPLER) in analyzeTextureSampling()
337 PARAMETER_SAMPLER = 10, enumerator
242 if(dst.type == PARAMETER_SAMPLER) in string()1069 case PARAMETER_SAMPLER: return "s"; in typeString()
231 if(inst->dst.type == Shader::PARAMETER_SAMPLER) in analyzeInterpolants()
696 case Shader::PARAMETER_SAMPLER: in fetchRegister()1565 if(s.type == Shader::PARAMETER_SAMPLER && s.rel.type == Shader::PARAMETER_VOID) in sampleTexture()
681 if(sampler.type == Shader::PARAMETER_SAMPLER && sampler.rel.type == Shader::PARAMETER_VOID) in sampleTexture()860 case Shader::PARAMETER_SAMPLER: in fetchRegister()
2782 return sw::Shader::PARAMETER_SAMPLER; in registerType()