Searched refs:GrVertexAttribType (Results 1 – 6 of 6) sorted by relevance
206 enum GrVertexAttribType { enum227 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) { in GrVertexAttribTypeVectorCount()247 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()276 static inline bool GrVertexAttribTypeIsIntType(GrVertexAttribType type) { in GrVertexAttribTypeIsIntType()277 SkASSERT(type >= 0 && type < static_cast<GrVertexAttribType>(kGrVertexAttribTypeCount)); in GrVertexAttribTypeIsIntType()295 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) { in GrVertexAttribTypeToSLType()
45 GrVertexAttribType type,91 GrVertexAttribType fType;
42 GrVertexAttribType type, in set()
1873 GrVertexAttribType attribType = attrib.fType; in setupGeometry()
165 Attribute(const char* name, GrVertexAttribType type,172 GrVertexAttribType fType;
18 static inline const VkFormat& attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat()59 GrVertexAttribType attribType = attrib.fType; in setup_vertex_input_state()