Searched refs:hlslSources (Results 1 – 6 of 6) sorted by relevance
306 programCollection.hlslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()339 programCollection.hlslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()351 programCollection.hlslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()362 programCollection.hlslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
453 programCollection.hlslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()486 programCollection.hlslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()507 programCollection.hlslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
197 , hlslSources(hlslBuildOptions) in SourceCollections()204 HlslSourceCollection hlslSources; member
291 …urceCollection::Iterator progIter = sourceProgs.hlslSources.begin(); progIter != sourceProgs.hlslS… in init()
461 for (vk::HlslSourceCollection::Iterator progIter = sourcePrograms.hlslSources.begin(); in buildPrograms()462 progIter != sourcePrograms.hlslSources.end(); in buildPrograms()
78 dst.hlslSources.add("comp") << glu::ComputeSource(source) in init()