Searched refs:brw_vue_slot_to_offset (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_interpolation_map.c105 brw_vue_slot_to_offset(i));
H A Dbrw_clip_util.c243 GLuint delta = brw_vue_slot_to_offset(slot);
301 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);
404 byte_offset(c->reg.vertex[to], brw_vue_slot_to_offset(i)),
405 byte_offset(c->reg.vertex[from], brw_vue_slot_to_offset(i)));
H A Dbrw_compiler.h971 static inline GLuint brw_vue_slot_to_offset(GLuint slot) function in typeref:typename:GLuint
983 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]);
H A Dbrw_clip_tri.c76 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_interpolation_map.c105 brw_vue_slot_to_offset(i));
H A Dbrw_clip_util.c243 GLuint delta = brw_vue_slot_to_offset(slot);
301 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);
404 byte_offset(c->reg.vertex[to], brw_vue_slot_to_offset(i)),
405 byte_offset(c->reg.vertex[from], brw_vue_slot_to_offset(i)));
H A Dbrw_compiler.h1207 static inline GLuint brw_vue_slot_to_offset(GLuint slot) function in typeref:typename:GLuint
1219 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]);
H A Dbrw_clip_tri.c76 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);

Completed in 12 milliseconds