Home
last modified time | relevance | path

Searched refs:ac_reg_range (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_shadowed_regs.c39 static const struct ac_reg_range Gfx9UserConfigShadowRange[] = {
78 static const struct ac_reg_range Gfx9ContextShadowRange[] = {
161 static const struct ac_reg_range Gfx9ShShadowRange[] = {
192 static const struct ac_reg_range Gfx9CsShShadowRange[] = {
223 static const struct ac_reg_range Gfx9ShShadowRangeRaven2[] = {
262 static const struct ac_reg_range Gfx9CsShShadowRangeRaven2[] = {
297 static const struct ac_reg_range Nv10ContextShadowRange[] = {
356 static const struct ac_reg_range Nv10UserConfigShadowRange[] = {
403 static const struct ac_reg_range Gfx10ShShadowRange[] = {
478 static const struct ac_reg_range Gfx10CsShShadowRange[] = {
[all …]
Dac_shadowed_regs.h33 struct ac_reg_range { struct
55 const struct ac_reg_range **ranges); argument
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_reg_shadowing.c36 const struct ac_reg_range *ranges; in si_build_load_reg()