Searched refs:meshReplacements (Results 1 – 1 of 1) sorted by relevance
283 ReplacementsMap meshReplacements; in initPrograms() local301 meshReplacements["MESH_GLOBAL_DECL"] = desc; in initPrograms()302 meshReplacements["MESH_BODY"] = body; in initPrograms()305 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()343 const ReplacementsMap meshReplacements; in initPrograms() local346 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()420 ReplacementsMap meshReplacements; in initPrograms() local426 meshReplacements["MESH_GLOBAL_DECL"] = getCommonStorageBufferDecl(); in initPrograms()427 meshReplacements["MESH_BODY"] = " ov.values[gl_WorkGroupID.x] = gl_WorkGroupID.x;\n"; in initPrograms()430 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()[all …]