Searched refs:SI_MAX_ATTRIBS (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h36 #define SI_NUM_VERTEX_BUFFERS SI_MAX_ATTRIBS
136 uint32_t rsrc_word3[SI_MAX_ATTRIBS];
137 uint16_t src_offset[SI_MAX_ATTRIBS];
138 uint8_t fix_fetch[SI_MAX_ATTRIBS];
139 uint8_t format_size[SI_MAX_ATTRIBS];
140 uint8_t vertex_buffer_index[SI_MAX_ATTRIBS];
H A Dsi_shader.h150 #define SI_MAX_ATTRIBS 16 macro
528 uint8_t vs_fix_fetch[SI_MAX_ATTRIBS];
H A Dsi_get.c406 return shader == PIPE_SHADER_VERTEX ? SI_MAX_ATTRIBS : 32;
H A Dsi_descriptors.c1126 assert(count <= SI_MAX_ATTRIBS);
H A Dsi_state.c4444 struct util_fast_udiv_info32 divisor_factors[SI_MAX_ATTRIBS] = {};
4452 assert(count <= SI_MAX_ATTRIBS);
H A Dsi_shader.c5781 for (int i = 0; i < SI_MAX_ATTRIBS; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h39 #define SI_NUM_VERTEX_BUFFERS SI_MAX_ATTRIBS
146 uint32_t rsrc_word3[SI_MAX_ATTRIBS];
147 uint16_t src_offset[SI_MAX_ATTRIBS];
148 uint8_t fix_fetch[SI_MAX_ATTRIBS];
149 uint8_t format_size[SI_MAX_ATTRIBS];
150 uint8_t vertex_buffer_index[SI_MAX_ATTRIBS];
H A Dsi_shader.h157 #define SI_MAX_ATTRIBS 16 macro
657 union si_vs_fix_fetch vs_fix_fetch[SI_MAX_ATTRIBS];
H A Dsi_get.c204 return SI_MAX_ATTRIBS;
391 return shader == PIPE_SHADER_VERTEX ? SI_MAX_ATTRIBS : 32;
H A Dsi_pipe.h881 uint32_t descriptors[4 * SI_MAX_ATTRIBS];
H A Dsi_shader.c1151 for (int i = 0; i < SI_MAX_ATTRIBS; i++) {
H A Dsi_state_draw.cpp1775 assert(count <= SI_MAX_ATTRIBS);
H A Dsi_state.c4687 struct si_fast_udiv_info32 divisor_factors[SI_MAX_ATTRIBS] = {};
4695 assert(count <= SI_MAX_ATTRIBS);

Completed in 60 milliseconds