Searched refs:srcTypeStr (Results 1 – 2 of 2) sorted by relevance
761 const std::string srcTypeStr = getGlslInputAttachmentType(m_parameters.featuredFormat); in initPrograms() local768 …<< "layout (input_attachment_index = 0, set = 0, binding = 0) uniform highp " << srcTypeStr << " i… in initPrograms()
2713 const std::string srcTypeStr = getGlslInputFormatType(m_parameters.formatUncompressed); in initPrograms() local2720 …<< "layout (input_attachment_index = 0, set = 0, binding = 0) uniform highp " << srcTypeStr << " i… in initPrograms()