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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp670 fs_reg per_slot_offsets; local in function:fs_visitor::emit_urb_writes
696 per_slot_offsets = brw_imm_ud(output_vertex_size_owords *
699 per_slot_offsets = vgrf(glsl_type::uint_type);
700 bld.MUL(per_slot_offsets, gs_vertex_count,
815 payload_sources[1] = per_slot_offsets;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp775 fs_reg per_slot_offsets; local in function:fs_visitor::emit_urb_writes
801 per_slot_offsets = brw_imm_ud(output_vertex_size_owords *
804 per_slot_offsets = vgrf(glsl_type::uint_type);
805 bld.MUL(per_slot_offsets, gs_vertex_count,
930 payload_sources[1] = per_slot_offsets;

Completed in 5 milliseconds