Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp107 bld.LOAD_PAYLOAD(tmp, srcs, n, 0); in emit_untyped_atomic()
158 bld.LOAD_PAYLOAD(tmp, srcs, n, 0); in emit_typed_atomic()
507 bld.LOAD_PAYLOAD(dst, srcs, dims, 0); in emit_image_coordinates()
Dbrw_fs_visitor.cpp458 bld.LOAD_PAYLOAD(tmp, srcs, 4, 0); in emit_fb_writes()
721 abld.LOAD_PAYLOAD(payload, payload_sources, length + header_size, in emit_urb_writes()
Dbrw_fs_nir.cpp1934 abld.LOAD_PAYLOAD(payload, sources, mlen, mlen); in emit_gs_control_data_bits()
2239 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in emit_gs_input_load()
2588 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic()
2685 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic()
2808 bld.LOAD_PAYLOAD(payload, srcs, mlen, header_regs); in nir_emit_tcs_intrinsic()
2890 bld.LOAD_PAYLOAD(patch_handle, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic()
2936 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic()
3814 bld.LOAD_PAYLOAD(dest, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_intrinsic()
4816 bld.LOAD_PAYLOAD(get_nir_dest(instr->dest), nir_dest, dest_size, 0); in nir_emit_texture()
Dbrw_fs_cse.cpp230 copy = bld.LOAD_PAYLOAD(inst->dst, payload, sources, header_size); in create_copy_instr()
Dbrw_fs_builder.h566 LOAD_PAYLOAD(const dst_reg &dst, const src_reg *src, in LOAD_PAYLOAD() function
Dbrw_fs.cpp1421 abld.LOAD_PAYLOAD(payload, sources, 2, 2); in emit_gs_thread_end()
3921 load = bld.LOAD_PAYLOAD(payload, sources, length, payload_header_size); in lower_fb_write_logical_send()
3929 load = bld.LOAD_PAYLOAD(fs_reg(MRF, 1, BRW_REGISTER_TYPE_F), in lower_fb_write_logical_send()
4399 bld.LOAD_PAYLOAD(src_payload, sources, length, header_size); in lower_sampler_logical_send_gen7()
4496 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send()
6289 bld.LOAD_PAYLOAD(payload, srcs, 3, 2); in run_tcs_single_patch()