Searched refs:LOAD_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_surface_builder.cpp | 107 bld.LOAD_PAYLOAD(tmp, srcs, n, 0); in emit_untyped_atomic() 158 bld.LOAD_PAYLOAD(tmp, srcs, n, 0); in emit_typed_atomic() 487 bld.LOAD_PAYLOAD(dst, srcs, dims, 0); in emit_image_coordinates()
|
D | brw_fs_visitor.cpp | 502 bld.LOAD_PAYLOAD(tmp, srcs, 4, 0); in emit_fb_writes() 785 abld.LOAD_PAYLOAD(payload, payload_sources, length + header_size, in emit_urb_writes()
|
D | brw_fs_cse.cpp | 230 copy = bld.LOAD_PAYLOAD(inst->dst, payload, sources, header_size); in create_copy_instr()
|
D | brw_fs_nir.cpp | 1777 abld.LOAD_PAYLOAD(payload, sources, mlen, mlen); in emit_gs_control_data_bits() 2092 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in emit_gs_input_load() 2424 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic() 2521 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tcs_intrinsic() 2660 bld.LOAD_PAYLOAD(payload, srcs, mlen, header_regs); in nir_emit_tcs_intrinsic() 2737 bld.LOAD_PAYLOAD(patch_handle, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic() 2783 bld.LOAD_PAYLOAD(payload, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_tes_intrinsic() 3712 bld.LOAD_PAYLOAD(dest, srcs, ARRAY_SIZE(srcs), 0); in nir_emit_intrinsic() 4505 bld.LOAD_PAYLOAD(get_nir_dest(instr->dest), nir_dest, dest_size, 0); in nir_emit_texture()
|
D | brw_fs_builder.h | 567 LOAD_PAYLOAD(const dst_reg &dst, const src_reg *src, in LOAD_PAYLOAD() function
|
D | brw_fs.cpp | 1375 abld.LOAD_PAYLOAD(payload, sources, 2, 2); in emit_gs_thread_end() 3702 load = bld.LOAD_PAYLOAD(payload, sources, length, payload_header_size); in lower_fb_write_logical_send() 3710 load = bld.LOAD_PAYLOAD(fs_reg(MRF, 1, BRW_REGISTER_TYPE_F), in lower_fb_write_logical_send() 4148 bld.LOAD_PAYLOAD(src_payload, sources, length, header_size); in lower_sampler_logical_send_gen7() 4245 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send() 5968 bld.LOAD_PAYLOAD(payload, srcs, 3, 2); in run_tcs_single_patch()
|