OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:si_pm4_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
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
...]
/external/mesa3d/src/gallium/drivers/radeonsi/
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
...]
Completed in 1073 milliseconds