Lines Matching refs:VertexAttribute
201 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in VertexExpanderShader()
202 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT) in VertexExpanderShader()
304 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in VertexEmitterShader()
305 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT) in VertexEmitterShader()
607 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in genProgramDeclaration()
608 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT); in genProgramDeclaration()
790 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in OutputCountShader()
791 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT) in OutputCountShader()
925 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in BuiltinVariableShader()
926 << sglr::pdec::VertexAttribute(getTestAttributeName(test), rr::GENERICVECTYPE_FLOAT) in BuiltinVariableShader()
1216 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in VaryingOutputCountShader()
1217 << sglr::pdec::VertexAttribute(getAttributeName(source), rr::GENERICVECTYPE_FLOAT) in VaryingOutputCountShader()
1489 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in InvocationCountShader()
1490 << sglr::pdec::VertexAttribute("a_color", rr::GENERICVECTYPE_FLOAT) in InvocationCountShader()
1672 << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT) in InstancedExpansionShader()
1673 << sglr::pdec::VertexAttribute("a_offset", rr::GENERICVECTYPE_FLOAT) in InstancedExpansionShader()