/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_state.c | 1746 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in evergreen_emit_image_state() 1749 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in evergreen_emit_image_state() 1752 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C7C_CB_COLOR0_CMASK */ in evergreen_emit_image_state() 1755 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C84_CB_COLOR0_FMASK */ in evergreen_emit_image_state() 1763 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /**/ in evergreen_emit_image_state() 1770 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state() 1777 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state() 1781 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_image_state() 1876 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in evergreen_emit_framebuffer_state() 1879 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in evergreen_emit_framebuffer_state() [all …]
|
D | r600_hw_context.c | 464 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me() 478 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me() 545 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer() 547 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer()
|
D | r600d_common.h | 42 #define PKT3_NOP 0x10 macro
|
D | r600_state.c | 1385 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1398 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1411 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1458 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1556 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_db_state() 1687 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_vertex_buffers() 1719 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1736 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1791 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views() 1793 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views() [all …]
|
D | evergreen_hw_context.c | 138 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_cp_dma_clear_buffer()
|
D | r600_cs.h | 126 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_reloc()
|
D | evergreen_compute.c | 668 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in compute_setup_cbs() 671 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in compute_setup_cbs() 860 radeon_emit(cs, PKT3C(PKT3_NOP, 0, 0)); in evergreen_emit_cs_shader()
|
D | eg_debug.c | 224 case PKT3_NOP: in ac_parse_packet3()
|
D | r600_state_common.c | 2156 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 2185 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 2198 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 2226 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 2434 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_shader()
|
D | evergreend.h | 69 #define PKT3_NOP 0x10 macro
|
D | r600d.h | 54 #define PKT3_NOP 0x10 macro
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 430 case PKT3_NOP: in ac_parse_packet3()
|
D | sid.h | 86 #define PKT3_NOP 0x10 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.c | 1566 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in si_trace_emit()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1182 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0)); in radv_CreateDevice()
|
D | radv_cmd_buffer.c | 427 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_cmd_buffer_trace_emit()
|