HomeSort by relevance Sort by last modified time
    Searched refs:si_pm4_state (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 33 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...]
radeonsi_pm4.h 39 struct si_pm4_state struct
63 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);
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...]
radeonsi_pm4.c 33 #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)
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate)
56 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val)
88 void si_pm4_add_bo(struct si_pm4_state *state,
99 void si_pm4_sh_data_begin(struct si_pm4_state *state)
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw)
109 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg)
129 void si_pm4_inval_shader_cache(struct si_pm4_state *state
    [all...]
si_commands.c 31 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl)
radeonsi_shader.h 75 struct si_pm4_state *pm4;
si_state_draw.c 43 struct si_pm4_state *pm4;
52 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state);
101 struct si_pm4_state *pm4;
113 pm4 = shader->pm4 = CALLOC_STRUCT(si_pm4_state);
247 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
319 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
406 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
    [all...]
si_state.c 42 struct si_pm4_state *pm4;
49 pm4 = CALLOC_STRUCT(si_pm4_state);
138 struct si_pm4_state *pm4 = &blend->pm4;
212 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
233 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
256 struct si_pm4_state *pm4 = CALLOC_STRUCT(si_pm4_state);
281 struct si_pm4_state *pm4 = &viewport->pm4
    [all...]
r600_hw_context.c 158 struct si_pm4_state *pm4;
163 pm4 = CALLOC_STRUCT(si_pm4_state);

Completed in 238 milliseconds