Home
last modified time | relevance | path

Searched refs:isDataTypeDoubleOrDVec (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp123 DE_ASSERT(glu::isDataTypeFloatOrVec(type) || glu::isDataTypeDoubleOrDVec(type)); in getNumMantissaBits()
129 if (glu::isDataTypeDoubleOrDVec(type)) in getMinMantissaBits()
148 DE_ASSERT(glu::isDataTypeFloatOrVec(type) || glu::isDataTypeDoubleOrDVec(type)); in getExponentBits()
244 if (glu::isDataTypeDoubleOrDVec(dataType)) in checkTypeSupport()
335 const bool isDouble = glu::isDataTypeDoubleOrDVec(baseType); in getCommonFuncCaseName()
347 const bool isDouble = glu::isDataTypeDoubleOrDVec(scalarType); in addFunctionCases()
645 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in infNanRandomFloats()
693 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in compare()
736 DE_ASSERT(glu::isDataTypeFloatOrVec(baseType) || glu::isDataTypeDoubleOrDVec(baseType)); in IsnanCase()
775 const bool isDouble = glu::isDataTypeDoubleOrDVec(type); in compare()
[all …]
DvktShaderExecutor.cpp816 if (glu::isDataTypeDoubleOrDVec(basicType)) in bindAttributes()
968 …const bool isDouble = glu::isDataTypeDoubleOrDVec(m_shaderSpec.outputs[outNdx].varType.getBasicTy… in execute()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp279 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) &… in isDataTypeDoubleOrDVec() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp76 needsFloat64 |= isDataTypeDoubleOrDVec(dt); in useType()