Searched refs:isDataTypeSampler (Results 1 – 10 of 10) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 240 …if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 257 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0; in getNumSamplersInType() 511 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerFillValue() 542 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerUnitValue() 593 else if (glu::isDataTypeSampler((value.type))) in shaderVarValueStr() 626 else if (glu::isDataTypeSampler((value.type))) in apiVarValueStr() 644 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type))); in generateRandomVarValue() 666 else if (glu::isDataTypeSampler(type)) in generateRandomVarValue() 723 else if (glu::isDataTypeSampler(a.type)) in apiVarValueEquals() 996 …const VarValue value = glu::isDataTypeSampler(type) ? generateRandomVarValue(type, rnd, sampler… in generateBasicUniforms() [all …]
|
D | es31fUniformLocationTests.cpp | 199 if (glu::isDataTypeSampler(type)) in getExpectedValue() 332 if (glu::isDataTypeSampler(scalarType)) in genShaderSources() 569 if (glu::isDataTypeSampler(scalarType)) in render() 817 const int arraySize = (getDataTypeScalarSize(type) > 4 || isDataTypeSampler(type)) ? 3 : 7; in init()
|
D | es31fProgramInterfaceDefinition.cpp | 93 glu::isDataTypeSampler(type); in isOpaqueType() 245 if (containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeSampler)) in isValid()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 436 else if (glu::isDataTypeSampler(varType.getBasicType())) in writeVariableReadAccumulateExpression() 1757 …retVal.numSamplers = getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler… in getShaderResourceUsage() 1891 …l.numCombinedSamplers += getNumTypeInstances(shader, glu::STORAGE_UNIFORM, glu::isDataTypeSampler); in getCombinedProgramResourceUsage()
|
D | es31fTextureGatherTests.cpp | 1137 DE_ASSERT(glu::isDataTypeSampler(samplerType)); in genFragmentShaderSource()
|
D | es31fProgramInterfaceQueryTests.cpp | 534 else if (glu::isDataTypeSampler(type)) in getDataTypeDefaultPrecision() 4557 …if ((glu::isDataTypeAtomicCounter(type) || glu::isDataTypeImage(type) || glu::isDataTypeSampler(ty… in generateRandomVariableLayout()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 176 …if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 193 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0; in getNumSamplersInType() 494 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerFillValue() 507 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerUnitValue() 535 else if (glu::isDataTypeSampler((value.type))) in shaderVarValueStr() 566 else if (glu::isDataTypeSampler((value.type))) in apiVarValueStr() 584 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type))); in generateRandomVarValue() 601 else if (glu::isDataTypeSampler(type)) in generateRandomVarValue() 635 else if (glu::isDataTypeSampler(type)) in generateZeroVarValue() 673 else if (glu::isDataTypeSampler(a.type)) in apiVarValueEquals() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 236 …if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 253 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0; in getNumSamplersInType() 560 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerFillValue() 591 DE_ASSERT(glu::isDataTypeSampler(sampler.type)); in getSamplerUnitValue() 642 else if (glu::isDataTypeSampler((value.type))) in shaderVarValueStr() 675 else if (glu::isDataTypeSampler((value.type))) in apiVarValueStr() 693 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type))); in generateRandomVarValue() 715 else if (glu::isDataTypeSampler(type)) in generateRandomVarValue() 767 else if (glu::isDataTypeSampler(type)) in generateZeroVarValue() 824 else if (glu::isDataTypeSampler(a.type)) in apiVarValueEquals() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 329 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (d… in isDataTypeSampler() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 1549 DE_ASSERT(glu::isDataTypeSampler(samplerType)); in genFragmentShaderSource()
|