/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 416 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me() 430 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_pfp_sync_me() 497 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer() 499 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_cp_dma_copy_buffer()
|
D | evergreen_hw_context.c | 138 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_cp_dma_clear_buffer()
|
D | evergreen_state.c | 1574 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in evergreen_emit_framebuffer_state() 1577 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in evergreen_emit_framebuffer_state() 1580 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C7C_CB_COLOR0_CMASK */ in evergreen_emit_framebuffer_state() 1583 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C84_CB_COLOR0_FMASK */ in evergreen_emit_framebuffer_state() 1620 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028048_DB_Z_READ_BASE */ in evergreen_emit_framebuffer_state() 1623 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_02804C_DB_STENCIL_READ_BASE */ in evergreen_emit_framebuffer_state() 1626 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028050_DB_Z_WRITE_BASE */ in evergreen_emit_framebuffer_state() 1629 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028054_DB_STENCIL_WRITE_BASE */ in evergreen_emit_framebuffer_state() 1730 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_emit_db_state() 1829 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0) | pkt_flags); in evergreen_emit_vertex_buffers() [all …]
|
D | r600_state.c | 1365 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1378 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1391 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1438 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_framebuffer_state() 1536 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_db_state() 1667 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_vertex_buffers() 1700 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1716 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_constant_buffers() 1771 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views() 1773 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_sampler_views() [all …]
|
D | evergreen_compute.c | 490 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C60_CB_COLOR0_BASE */ in compute_emit_cs() 493 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); /* R_028C74_CB_COLOR0_ATTRIB */ in compute_emit_cs() 582 radeon_emit(cs, PKT3C(PKT3_NOP, 0, 0)); in evergreen_emit_cs_shader()
|
D | r600_state_common.c | 1891 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 1920 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 1933 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 1961 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_draw_vbo() 2158 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_shader()
|
D | evergreend.h | 66 #define PKT3_NOP 0x10 macro
|
D | r600d.h | 54 #define PKT3_NOP 0x10 macro
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_cs.h | 126 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_reloc()
|
/external/mesa3d/src/amd/common/ |
D | r600d_common.h | 44 #define PKT3_NOP 0x10 macro
|
D | ac_debug.c | 279 case PKT3_NOP: in ac_parse_packet3()
|
D | sid.h | 76 #define PKT3_NOP 0x10 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.c | 1285 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in si_trace_emit()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 799 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0)); in radv_CreateDevice()
|
D | radv_cmd_buffer.c | 299 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_cmd_buffer_trace_emit()
|