Searched refs:meshReplacements (Results 1 – 2 of 2) sorted by relevance
274 ReplacementsMap meshReplacements; in initPrograms() local292 meshReplacements["MESH_GLOBAL_DECL"] = desc; in initPrograms()293 meshReplacements["MESH_BODY"] = body; in initPrograms()296 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()334 const ReplacementsMap meshReplacements; in initPrograms() local337 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()411 ReplacementsMap meshReplacements; in initPrograms() local417 meshReplacements["MESH_GLOBAL_DECL"] = getCommonStorageBufferDecl(); in initPrograms()418 meshReplacements["MESH_BODY"] = " ov.values[gl_WorkGroupID.x] = gl_WorkGroupID.x;\n"; in initPrograms()421 …amCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements)); in initPrograms()[all …]