Home
last modified time | relevance | path

Searched refs:PKT3_NOP (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dsid.h102 #define PKT3_NOP 0x10 macro
256 #define PKT3_NOP_PAD PKT3(PKT3_NOP, 0x3fff, 0) /* header-only version */
Dac_debug.c470 case PKT3_NOP: in ac_parse_packet3()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c1767 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in evergreen_emit_image_state()
1770 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in evergreen_emit_image_state()
1773 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C7C_CB_COLOR0_CMASK */ in evergreen_emit_image_state()
1776 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C84_CB_COLOR0_FMASK */ in evergreen_emit_image_state()
1784 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /**/ in evergreen_emit_image_state()
1791 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state()
1798 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state()
1802 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state()
1897 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in evergreen_emit_framebuffer_state()
1900 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in evergreen_emit_framebuffer_state()
[all …]
Dr600_hw_context.c476 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me()
490 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me()
557 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer()
559 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer()
Dr600d_common.h42 #define PKT3_NOP 0x10 macro
Devergreen_hw_context.c136 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_cp_dma_clear_buffer()
Dr600_state.c1394 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state()
1407 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state()
1420 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state()
1467 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state()
1565 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_db_state()
1696 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_vertex_buffers()
1728 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers()
1745 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers()
1800 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views()
1802 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views()
[all …]
Dr600_cs.h126 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_reloc()
Deg_debug.c224 case PKT3_NOP: in ac_parse_packet3()
Devergreen_compute.c702 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in compute_setup_cbs()
705 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in compute_setup_cbs()
919 radeon_emit(cs, PKT3C(PKT3_NOP, 0, 0)); in evergreen_emit_cs_shader()
Dr600_state_common.c1737 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_setup_scratch_area_for_shader()
2360 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo()
2389 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo()
2402 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo()
2430 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo()
2638 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_shader()
Devergreend.h69 #define PKT3_NOP 0x10 macro
Dr600d.h54 #define PKT3_NOP 0x10 macro
/third_party/mesa3d/src/amd/vulkan/
Dradv_sqtt.c532 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_begin_thread_trace()
588 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_end_thread_trace()
Dradv_device.c3219 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0)); in radv_CreateDevice()
Dradv_cmd_buffer.c671 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_cmd_buffer_trace_emit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c381 radeon_emit(PKT3(PKT3_NOP, 0, 0)); in si_thread_trace_start()
424 radeon_emit(PKT3(PKT3_NOP, 0, 0)); in si_thread_trace_stop()
Dsi_gfx_cs.c553 radeon_emit(PKT3(PKT3_NOP, 0, 0)); in si_trace_emit()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1586 cs->ib_main_addr[0] = PKT3(PKT3_NOP, noop_size / 4 - 2, 0); in amdgpu_cs_submit_ib()