Searched defs:si_vertex_elements (Results 1 – 1 of 1) sorted by relevance
142 struct si_vertex_elements { struct143 struct si_resource *instance_divisor_factor_buffer;144 uint32_t rsrc_word3[SI_MAX_ATTRIBS];145 uint16_t src_offset[SI_MAX_ATTRIBS];146 uint8_t fix_fetch[SI_MAX_ATTRIBS];147 uint8_t format_size[SI_MAX_ATTRIBS];148 uint8_t vertex_buffer_index[SI_MAX_ATTRIBS];151 uint16_t fix_fetch_always;154 uint16_t fix_fetch_opencode;158 uint16_t fix_fetch_unaligned;[all …]