Searched refs:attribType (Results 1 – 4 of 4) sorted by relevance
184 const rsg::VariableType& attribType = attribVar->getType(); in shadeVertices() local185 const int numComponents = attribType.getNumElements(); in shadeVertices()188 DE_ASSERT(attribType.isFloatOrVec() && de::inRange(numComponents, 1, 4)); in shadeVertices()
59 GrVertexAttribType attribType = attrib.fType; in setup_vertex_input_state() local64 vkAttrib.format = attrib_type_to_vkformat(attribType); in setup_vertex_input_state()
349 glu::VarType attribType = glu::getVarType(type, vecIter.getPath()); in genShaderSources() local352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n"; in genShaderSources()
1873 GrVertexAttribType attribType = attrib.fType; in setupGeometry() local1877 attribType, in setupGeometry()