Searched refs:getTypeSpirv (Results 1 – 1 of 1) sorted by relevance
1913 std::string getTypeSpirv(const glu::DataType type) in getTypeSpirv() function2020 const std::string inputType1 = getTypeSpirv(spec.inputs[0].varType.getBasicType()); in generateSpirv()2021 const std::string inputType2 = getTypeSpirv(spec.inputs[1].varType.getBasicType()); in generateSpirv()2022 const std::string outputType = getTypeSpirv(spec.outputs[0].varType.getBasicType()); in generateSpirv()2023 …const std::string packType = spec.packFloat16Bit ? getTypeSpirv(getDataTypeFloat16Scalars(spec.in… in generateSpirv()