Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c156 GLuint delta = brw_vue_slot_to_offset(slot); in brw_clip_interp_vertex()
195 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots); in brw_clip_interp_vertex()
Dbrw_context.h383 static inline GLuint brw_vue_slot_to_offset(GLuint slot) in brw_vue_slot_to_offset() function
394 return brw_vue_slot_to_offset(vue_map->vert_result_to_slot[vert_result]); in brw_vert_result_to_offset()
Dbrw_clip_tri.c82 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots); in brw_clip_tri_alloc_regs()