Searched refs:isDataTypeDoubleType (Results 1 – 3 of 3) sorted by relevance
1640 …const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType) * (isDataTypeDoubleType(bas… in computeVarLayout()1781 …const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isData… in copyToBuffer()1827 …const int size = (glu::isDataTypeDoubleType(basicType) ? (int)sizeof(deUint64) : (glu::isDataTy… in copyFromBuffer()2172 …const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.… in generateSpirv()2243 …const int memberSize = (scalarSize + ((scalarSize == 3) ? 1 : 0)) * (isDataTypeDoubleType(symbol.… in generateSpirv()2605 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in generateComputeShader()3450 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in areInputs64Bit()3460 if (glu::isDataTypeDoubleType(symIter->varType.getBasicType())) in areOutputs64Bit()3468 if (glu::isDataTypeDoubleType(m_shaderSpec.outputs[ndx].varType.getBasicType())) in isOutput64Bit()
278 inline bool isDataTypeDoubleType (DataType dataType) { return (dataType >= TYPE_DOUBLE) && … in isDataTypeDoubleType() function
1712 if (isDataTypeDoubleType(m_layout.interfaces[layoutNdx].type)) in usesFloat64()