Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_util.c243 GLuint delta = brw_vue_slot_to_offset(slot); in brw_clip_interp_vertex()
301 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots); in brw_clip_interp_vertex()
404 byte_offset(c->reg.vertex[to], brw_vue_slot_to_offset(i)), in brw_clip_copy_flatshaded_attributes()
405 byte_offset(c->reg.vertex[from], brw_vue_slot_to_offset(i))); in brw_clip_copy_flatshaded_attributes()
Dbrw_interpolation_map.c106 brw_vue_slot_to_offset(i)); in brw_setup_vue_interpolation()
Dbrw_compiler.h871 static inline GLuint brw_vue_slot_to_offset(GLuint slot) in brw_vue_slot_to_offset() function
883 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]); in brw_varying_to_offset()
Dbrw_clip_tri.c76 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots); in brw_clip_tri_alloc_regs()