Home
last modified time | relevance | path

Searched refs:si_pm4_state (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h33 struct si_pm4_state pm4;
39 struct si_pm4_state pm4;
44 struct si_pm4_state pm4;
56 struct si_pm4_state pm4;
73 struct si_pm4_state *sync;
74 struct si_pm4_state *init;
76 struct si_pm4_state *blend_color;
77 struct si_pm4_state *clip;
78 struct si_pm4_state *scissor;
80 struct si_pm4_state *framebuffer;
[all …]
Dradeonsi_pm4.h39 struct si_pm4_state struct
63 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode); argument
64 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw);
65 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate);
67 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val);
68 void si_pm4_add_bo(struct si_pm4_state *state,
72 void si_pm4_sh_data_begin(struct si_pm4_state *state);
73 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw);
74 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg);
76 void si_pm4_inval_shader_cache(struct si_pm4_state *state);
[all …]
Dradeonsi_pm4.c33 #define NUMBER_OF_STATES (sizeof(union si_state) / sizeof(struct si_pm4_state *))
35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin()
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) in si_pm4_cmd_end()
56 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg()
88 void si_pm4_add_bo(struct si_pm4_state *state, in si_pm4_add_bo()
99 void si_pm4_sh_data_begin(struct si_pm4_state *state) in si_pm4_sh_data_begin()
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_sh_data_add()
109 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg) in si_pm4_sh_data_end()
129 void si_pm4_inval_shader_cache(struct si_pm4_state *state) in si_pm4_inval_shader_cache()
[all …]
Dsi_state_draw.c43 struct si_pm4_state *pm4; in si_pipe_shader_vs()
52 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_vs()
101 struct si_pm4_state *pm4; in si_pipe_shader_ps()
113 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state); in si_pipe_shader_ps()
247 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_draw_info_state()
319 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_spi_map()
406 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_vertex_buffer_update()
460 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_state_draw()
557 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_draw_vbo()
Dsi_state.c42 struct si_pm4_state *pm4; in si_update_fb_blend_state()
49 pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_fb_blend_state()
138 struct si_pm4_state *pm4 = &blend->pm4; in si_create_blend_state()
212 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_set_blend_color()
233 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_set_clip_state()
256 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state); in si_set_scissor_state()
281 struct si_pm4_state *pm4 = &viewport->pm4; in si_set_viewport_state()
306 struct si_pm4_state *pm4; in si_update_fb_rs_state()
334 pm4 = CALLOC_STRUCT(si_pm4_state); in si_update_fb_rs_state()
371 struct si_pm4_state *pm4 = &rs->pm4; in si_create_rs_state()
[all …]
Dsi_commands.c31 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl) in si_cmd_surface_sync()
Dradeonsi_shader.h75 struct si_pm4_state *pm4;
Dr600_hw_context.c158 struct si_pm4_state *pm4; in r600_flush_framebuffer()
163 pm4 = CALLOC_STRUCT(si_pm4_state); in r600_flush_framebuffer()