Searched refs:VERT_ATTRIB_GENERIC (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | varray.c | 1648 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexAttribPointer_no_error() 1682 VERT_ATTRIB_GENERIC(index), legalTypes, in _mesa_VertexAttribPointer() 1688 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexAttribPointer() 1724 VERT_ATTRIB_GENERIC(index), legalTypes, in _mesa_VertexArrayVertexAttribOffsetEXT() 1730 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexArrayVertexAttribOffsetEXT() 1758 VERT_ATTRIB_GENERIC(index), legalTypes, in _mesa_VertexArrayVertexAttribLOffsetEXT() 1764 VERT_ATTRIB_GENERIC(index), format, 4, in _mesa_VertexArrayVertexAttribLOffsetEXT() 1778 VERT_ATTRIB_GENERIC(index), GL_RGBA, 4, size, type, in _mesa_VertexAttribIPointer_no_error() 1809 VERT_ATTRIB_GENERIC(index), legalTypes, in _mesa_VertexAttribIPointer() 1815 VERT_ATTRIB_GENERIC(index), format, 4, size, type, in _mesa_VertexAttribIPointer() [all …]
|
D | glthread_varray.c | 407 unsigned i = VERT_ATTRIB_GENERIC(attribindex); in attrib_format() 442 unsigned i = VERT_ATTRIB_GENERIC(bindingindex); in bind_vertex_buffer() 501 unsigned i = VERT_ATTRIB_GENERIC(bindingindex); in binding_divisor() 541 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_AttribBinding() 542 VERT_ATTRIB_GENERIC(bindingindex)); in _mesa_glthread_AttribBinding() 558 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_DSAAttribBinding() 559 VERT_ATTRIB_GENERIC(bindingindex)); in _mesa_glthread_DSAAttribBinding()
|
D | get.c | 2732 v->value_int = ctx->Array.VAO->BufferBinding[VERT_ATTRIB_GENERIC(index)].InstanceDivisor; in find_value_indexed() 2740 v->value_int = ctx->Array.VAO->BufferBinding[VERT_ATTRIB_GENERIC(index)].Offset; in find_value_indexed() 2748 v->value_int = ctx->Array.VAO->BufferBinding[VERT_ATTRIB_GENERIC(index)].Stride; in find_value_indexed() 2756 buf = ctx->Array.VAO->BufferBinding[VERT_ATTRIB_GENERIC(index)].BufferObj; in find_value_indexed()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 229 #define VERT_ATTRIB_GENERIC(i) (VERT_ATTRIB_GENERIC0 + (i)) macro 235 VERT_ATTRIB_GENERIC((i) + VERT_ATTRIB_MAT0) 270 #define VERT_BIT_GENERIC(i) VERT_BIT(VERT_ATTRIB_GENERIC(i)) 272 BITFIELD_RANGE(VERT_ATTRIB_GENERIC(0), VERT_ATTRIB_GENERIC_MAX) 278 #define VERT_ATTRIB_SELECT_RESULT_OFFSET VERT_ATTRIB_GENERIC(3)
|