Home
last modified time | relevance | path

Searched refs:elk_vue_slot_to_offset (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_clip_util.c238 GLuint delta = elk_vue_slot_to_offset(slot); in elk_clip_interp_vertex()
296 GLuint delta = elk_vue_slot_to_offset(c->vue_map.num_slots); in elk_clip_interp_vertex()
399 byte_offset(c->reg.vertex[to], elk_vue_slot_to_offset(i)), in elk_clip_copy_flatshaded_attributes()
400 byte_offset(c->reg.vertex[from], elk_vue_slot_to_offset(i))); in elk_clip_copy_flatshaded_attributes()
H A Delk_interpolation_map.c105 elk_vue_slot_to_offset(i)); in elk_setup_vue_interpolation()
H A Delk_compiler.h1198 static inline unsigned elk_vue_slot_to_offset(unsigned slot) in elk_vue_slot_to_offset() function
1210 return elk_vue_slot_to_offset(vue_map->varying_to_slot[varying]); in elk_varying_to_offset()
H A Delk_clip_tri.c73 GLuint delta = elk_vue_slot_to_offset(c->vue_map.num_slots); in elk_clip_tri_alloc_regs()