Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp910 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, bld.shader->alloc.allocate(length), in emit_urb_direct_writes()
912 bld8.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], payload_srcs, length, 0); in emit_urb_direct_writes()
938 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, bld.shader->alloc.allocate(length), in emit_urb_direct_writes()
940 bld8.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], payload_srcs, length, 0); in emit_urb_direct_writes()
1004 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, bld.shader->alloc.allocate(length), in emit_urb_indirect_writes()
1006 bld8.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], payload_srcs, length, 0); in emit_urb_indirect_writes()
Dbrw_fs_validate.cpp53 fsv_assert(type_sz(offset(inst->src[URB_LOGICAL_SRC_DATA], bld, j).type) == 4); in validate()
Dbrw_fs_visitor.cpp941 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, alloc.allocate(length), in emit_urb_writes()
943 abld.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], sources, length, 0); in emit_urb_writes()
988 srcs[URB_LOGICAL_SRC_DATA] = payload; in emit_urb_writes()
1039 srcs[URB_LOGICAL_SRC_DATA] = payload; in emit_urb_writes()
Dbrw_eu_defines.h953 URB_LOGICAL_SRC_DATA, enumerator
Dbrw_fs_nir.cpp2353 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, alloc.allocate(length), in emit_gs_control_data_bits()
2355 abld.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], sources, length, 0); in emit_gs_control_data_bits()
3093 srcs[URB_LOGICAL_SRC_DATA] = fs_reg(VGRF, alloc.allocate(length), in nir_emit_tcs_intrinsic()
3095 bld.LOAD_PAYLOAD(srcs[URB_LOGICAL_SRC_DATA], sources, length, 0); in nir_emit_tcs_intrinsic()
Dbrw_fs.cpp867 if (i == URB_LOGICAL_SRC_DATA) in components_read()
1556 srcs[URB_LOGICAL_SRC_DATA] = this->final_gs_vertex_count; in emit_gs_thread_end()
6750 srcs[URB_LOGICAL_SRC_DATA] = brw_imm_ud(0); in run_tcs()
Dbrw_lower_logical_sends.cpp102 payload_sources[i] = offset(inst->src[URB_LOGICAL_SRC_DATA], bld, j); in lower_urb_write_logical_send()