Home
last modified time | relevance | path

Searched refs:isDataTypeFloat16OrVec (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp823 else if (glu::isDataTypeFloat16OrVec(basicType)) in bindAttributes()
973 const bool isFloat16b = glu::isDataTypeFloat16OrVec(m_shaderSpec.outputs[outNdx].varType.getBasicType()); in execute()
1643 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType) * (isDataTypeDoubleType(basicType) ? (int)(sizeof(deUint64)) : (isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in computeVarLayout()
1784 const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in copyToBuffer()
1830 const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in copyFromBuffer()
2175 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv()
2246 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv()
2605 if (glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType())) in generateComputeShader()
3664 if (glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType())) in areInputs16Bit()
3674 if (glu::isDataTypeFloat16OrVec(symIte in areOutputs16Bit()
[all...]
H A DvktShaderBuiltinPrecisionTests.cpp6511 inputs16Bit = inputs16Bit || glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp823 else if (glu::isDataTypeFloat16OrVec(basicType)) in bindAttributes()
973 const bool isFloat16b = glu::isDataTypeFloat16OrVec(m_shaderSpec.outputs[outNdx].varType.getBasicType()); in execute()
1643 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType) * (isDataTypeDoubleType(basicType) ? (int)(sizeof(deUint64)) : (isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in computeVarLayout()
1784 const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in copyToBuffer()
1830 const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTypeFloat16OrVec(basicType) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in copyFromBuffer()
2175 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv()
2246 const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.varType.getBasicType()) ? (int)sizeof(deUint64) : (isDataTypeFloat16OrVec(symbol.varType.getBasicType()) ? (int)sizeof(deUint16) : (int)sizeof(deUint32))); in generateSpirv()
2605 if (glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType())) in generateComputeShader()
3664 if (glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType())) in areInputs16Bit()
3674 if (glu::isDataTypeFloat16OrVec(symIte in areOutputs16Bit()
[all...]
H A DvktShaderBuiltinPrecisionTests.cpp6500 inputs16Bit = inputs16Bit || glu::isDataTypeFloat16OrVec(symIter->varType.getBasicType());
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarType.cpp373 if (curType->getPrecision() != PRECISION_LAST && !glu::isDataTypeFloat16OrVec(curType->getBasicType())) in operator <<()
H A DgluShaderUtil.hpp275 inline bool isDataTypeFloat16OrVec (DataType dataType) { return (dataType >= TYPE_FLOAT16) && (dataType <= TYPE_FLOAT16_MAT4); } in isDataTypeFloat16OrVec() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp78 needsFloat16 |= isDataTypeFloat16OrVec(dt); in useType()
863 DE_ASSERT(!glu::isDataTypeFloat16OrVec(m_caseDef.zeroElementType)); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp75 needsFloat16 |= isDataTypeFloat16OrVec(dt); in useType()
880 DE_ASSERT(!glu::isDataTypeFloat16OrVec(m_caseDef.zeroElementType)); in checkSupport()

Completed in 42 milliseconds