Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeSampler

236 		if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
253 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0;
560 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
591 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
642 else if (glu::isDataTypeSampler((value.type)))
675 else if (glu::isDataTypeSampler((value.type)))
693 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type)));
715 else if (glu::isDataTypeSampler(type))
767 else if (glu::isDataTypeSampler(type))
824 else if (glu::isDataTypeSampler(a.type))
1189 : glu::isDataTypeSampler(type) ? generateRandomVarValue(type, rnd, samplerUnitCounter++)
1215 : glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++)
1301 if (glu::isDataTypeSampler(samplerTypes[i]))
1320 if (glu::isDataTypeSampler(uniform.type))
1774 else if (glu::isDataTypeSampler(uniform.type))
1830 else if (glu::isDataTypeSampler(uniform.type))
1896 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1903 else if (glu::isDataTypeSampler(uniform.type))
2035 else if (glu::isDataTypeSampler(valuesToAssign[0].type))
2088 if (glu::isDataTypeSampler(basicUniforms[i].type))
2092 if (glu::isDataTypeSampler(basicUniforms[j].type) && basicUniforms[i].type != basicUniforms[j].type)
2100 if (glu::isDataTypeSampler(basicUniforms[i].type) && std::find(m_filledTextureUnits.begin(), m_filledTextureUnits.end(), basicUniforms[i].finalValue.val.samplerV.unit) == m_filledTextureUnits.end())