Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c416 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()
Devergreen_hw_context.c138 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in evergreen_cp_dma_clear_buffer()
Devergreen_state.c1574 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 …]
Dr600_state.c1365 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 …]
Devergreen_compute.c490 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()
Dr600_state_common.c1891 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()
Devergreend.h66 #define PKT3_NOP 0x10 macro
Dr600d.h54 #define PKT3_NOP 0x10 macro
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_cs.h126 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_reloc()
/external/mesa3d/src/amd/common/
Dr600d_common.h44 #define PKT3_NOP 0x10 macro
Dac_debug.c279 case PKT3_NOP: in ac_parse_packet3()
Dsid.h76 #define PKT3_NOP 0x10 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1285 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in si_trace_emit()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c799 radeon_emit(device->empty_cs[family], PKT3(PKT3_NOP, 0, 0)); in radv_CreateDevice()
Dradv_cmd_buffer.c299 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in radv_cmd_buffer_trace_emit()