Searched refs:isDataTypeSampler (Results 1 - 9 of 9) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 240 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) 257 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0; 511 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); 542 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); 593 else if (glu::isDataTypeSampler((value.type))) 626 else if (glu::isDataTypeSampler((value.type))) 644 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type))); 666 else if (glu::isDataTypeSampler(type)) 723 else if (glu::isDataTypeSampler(a.type)) 1006 const VarValue value = glu::isDataTypeSampler(typ [all...] |
H A D | es31fProgramInterfaceDefinition.cpp | 87 glu::isDataTypeSampler(type); 239 if (containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeSampler))
|
H A D | es31fUniformLocationTests.cpp | 199 if (glu::isDataTypeSampler(type)) 332 if (glu::isDataTypeSampler(scalarType)) 569 if (glu::isDataTypeSampler(scalarType)) 817 const int arraySize = (getDataTypeScalarSize(type) > 4 || isDataTypeSampler(type)) ? 3 : 7;
|
H A D | es31fProgramInterfaceDefinitionUtil.cpp | 409 else if (glu::isDataTypeSampler(varType.getBasicType())) 1714 retVal.numSamplers = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler); 1848 retVal.numCombinedSamplers += getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler);
|
H A D | es31fTextureGatherTests.cpp | 1119 DE_ASSERT(glu::isDataTypeSampler(samplerType));
|
H A D | es31fProgramInterfaceQueryTests.cpp | 528 else if (glu::isDataTypeSampler(type)) 4531 if ((glu::isDataTypeAtomicCounter(type) || glu::isDataTypeImage(type) || glu::isDataTypeSampler(type)) && rnd.getBool())
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 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( [all...] |
/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 176 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) 193 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0; 494 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); 507 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); 535 else if (glu::isDataTypeSampler((value.type))) 566 else if (glu::isDataTypeSampler((value.type))) 584 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type))); 601 else if (glu::isDataTypeSampler(type)) 635 else if (glu::isDataTypeSampler(type)) 673 else if (glu::isDataTypeSampler( [all...] |
/external/deqp/framework/opengl/ |
H A D | gluShaderUtil.hpp | 202 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); } function in namespace:glu
|
Completed in 759 milliseconds