Searched refs:isDataTypeDoubleType (Results 1 – 3 of 3) sorted by relevance
1631 …const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType) * (isDataTypeDoubleType(bas… in computeVarLayout()1772 …const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isData… in copyToBuffer()1818 …const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTy… in copyFromBuffer()2165 …const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.… in generateSpirv()2236 …const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.… in generateSpirv()2598 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in generateComputeShader()3443 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in areInputs64Bit()3453 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in areOutputs64Bit()3461 if (glu::isDataTypeDoubleType(m_shaderSpec.outputs[ndx].varType.getBasicType())) in isOutput64Bit()
275 inline bool isDataTypeDoubleType (DataType dataType) { return (dataType >= TYPE_DOUBLE) && … in isDataTypeDoubleType() function
1712 if (isDataTypeDoubleType(m_layout.interfaces[layoutNdx].type)) in usesFloat64()