Searched refs:PARAMETER_SAMPLER (Results 1 – 7 of 7) sorted by relevance
246 if(dst.type == PARAMETER_SAMPLER) in string()1073 case PARAMETER_SAMPLER: return "s"; in typeString()1863 if(src1.type == PARAMETER_SAMPLER) in analyzeSamplers()
324 if(inst->src[1].type == PARAMETER_SAMPLER) in analyzeTextureSampling()
339 PARAMETER_SAMPLER = 10, enumerator
232 if(inst->dst.type == Shader::PARAMETER_SAMPLER) in analyzeInterpolants()
741 case Shader::PARAMETER_SAMPLER: in fetchRegister()1625 …bool uniformSampler = (src1.type == Shader::PARAMETER_SAMPLER && src1.rel.type == Shader::PARAMETE… in TEXSIZE()1636 if(s.type == Shader::PARAMETER_SAMPLER && s.rel.type == Shader::PARAMETER_VOID) in sampleTexture()
752 if(sampler.type == Shader::PARAMETER_SAMPLER && sampler.rel.type == Shader::PARAMETER_VOID) in sampleTexture()935 case Shader::PARAMETER_SAMPLER: in fetchRegister()1317 …bool uniformSampler = (src1.type == Shader::PARAMETER_SAMPLER && src1.rel.type == Shader::PARAMETE… in TEXSIZE()
2834 return sw::Shader::PARAMETER_SAMPLER; in registerType()