Searched refs:PARAMETER_SAMPLER (Results 1 – 7 of 7) sorted by relevance
323 if(instruction[i]->src[1].type == PARAMETER_SAMPLER) in analyzeTextureSampling()
334 PARAMETER_SAMPLER = 10, enumerator
242 if(dst.type == PARAMETER_SAMPLER) in string()1054 case PARAMETER_SAMPLER: return "s"; in typeString()
231 if(instruction[i]->dst.type == Shader::PARAMETER_SAMPLER) in analyzeInterpolants()
718 case Shader::PARAMETER_SAMPLER: in fetchRegister()1620 if(s.type == Shader::PARAMETER_SAMPLER && s.rel.type == Shader::PARAMETER_VOID) in sampleTexture()
684 if(sampler.type == Shader::PARAMETER_SAMPLER && sampler.rel.type == Shader::PARAMETER_VOID) in sampleTexture()852 case Shader::PARAMETER_SAMPLER: in fetchRegister()
2511 return sw::Shader::PARAMETER_SAMPLER; in registerType()