Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp779 fs_reg per_slot_offsets; in emit_urb_writes() local
804 per_slot_offsets = brw_imm_ud(output_vertex_size_owords * in emit_urb_writes()
807 per_slot_offsets = vgrf(glsl_type::uint_type); in emit_urb_writes()
808 bld.MUL(per_slot_offsets, gs_vertex_count, in emit_urb_writes()
940 srcs[URB_LOGICAL_SRC_PER_SLOT_OFFSETS] = per_slot_offsets; in emit_urb_writes()