Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp224 copy = bld.LOAD_PAYLOAD(inst->dst, payload, inst->sources, in create_copy_instr()
235 copy = bld.LOAD_PAYLOAD(inst->dst, payload, sources, 0); in create_copy_instr()
Dbrw_fs_nir.cpp2257 abld.LOAD_PAYLOAD(payload, sources, mlen, mlen); in emit_gs_control_data_bits()
2541 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in emit_gs_input_load()
2834 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic()
2908 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic()
2981 bld.LOAD_PAYLOAD(payload, srcs, mlen, header_regs); in nir_emit_tcs_intrinsic()
3046 bld.LOAD_PAYLOAD(patch_handle, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic()
3080 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic()
3553 bld.LOAD_PAYLOAD(dest, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_fs_intrinsic()
4198 bld.LOAD_PAYLOAD(tmp, sources, 2, 0); in nir_emit_intrinsic()
4440 bld.LOAD_PAYLOAD(dest, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_intrinsic()
[all …]
Dbrw_fs_builder.h432 LOAD_PAYLOAD(dst, src_comps, num_components, 0); in move_to_vgrf()
696 LOAD_PAYLOAD(const dst_reg &dst, const src_reg *src, in LOAD_PAYLOAD() function
Dbrw_fs.h599 hbld.LOAD_PAYLOAD(tmp, components, m, 0);
626 hbld.LOAD_PAYLOAD(tmp, components, 2 * m, 0); in fetch_barycentric_reg()
Dbrw_fs_visitor.cpp540 bld.LOAD_PAYLOAD(tmp, srcs, 4, 0); in emit_fb_writes()
750 abld.LOAD_PAYLOAD(payload, payload_sources, length + header_size, in emit_urb_writes()
Dbrw_fs.cpp1600 abld.LOAD_PAYLOAD(payload, sources, 2, 2); in emit_gs_thread_end()
4433 ubld.LOAD_PAYLOAD(header, header_sources, 2, 0); in lower_fb_write_logical_send()
4560 load = bld.LOAD_PAYLOAD(payload, sources, length, payload_header_size); in lower_fb_write_logical_send()
4596 load = bld.LOAD_PAYLOAD(fs_reg(MRF, 1, BRW_REGISTER_TYPE_F), in lower_fb_write_logical_send()
4636 ubld.LOAD_PAYLOAD(header, header_sources, ARRAY_SIZE(header_sources), 0); in lower_fb_read_logical_send()
5209 bld.LOAD_PAYLOAD(src_payload, sources, length, header_size); in lower_sampler_logical_send_gen7()
5536 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send()
5823 bld.LOAD_PAYLOAD(payload, sources, 1 + src_comps, 0); in lower_a64_logical_send()
7127 ubld.LOAD_PAYLOAD(tmp, srcs, ARRAY_SIZE(srcs), ARRAY_SIZE(srcs)); in lower_barycentrics()
8209 bld.LOAD_PAYLOAD(payload, srcs, 3, 2); in run_tcs()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1308 - intel/fs: Allow limited copy propagation of a LOAD_PAYLOAD into
D19.1.0.rst2073 - intel/fs: Properly handle 64-bit types in LOAD_PAYLOAD