Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1048 uint32_t gcr_cntl = 0; in gfx10_cs_emit_cache_flush() local
1055 gcr_cntl |= S_586_GLI_INV(V_586_GLI_ALL); in gfx10_cs_emit_cache_flush()
1063 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLK_INV(1); in gfx10_cs_emit_cache_flush()
1068 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLV_INV(1); in gfx10_cs_emit_cache_flush()
1074 gcr_cntl |= S_586_GL2_INV(1) | S_586_GL2_WB(1) | in gfx10_cs_emit_cache_flush()
1082 gcr_cntl |= S_586_GL2_WB(1) | in gfx10_cs_emit_cache_flush()
1115 gcr_cntl |= S_586_SEQ(V_586_SEQ_FORWARD); in gfx10_cs_emit_cache_flush()
1159 unsigned glm_wb = G_586_GLM_WB(gcr_cntl); in gfx10_cs_emit_cache_flush()
1160 unsigned glm_inv = G_586_GLM_INV(gcr_cntl); in gfx10_cs_emit_cache_flush()
1161 unsigned glv_inv = G_586_GLV_INV(gcr_cntl); in gfx10_cs_emit_cache_flush()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1045 uint32_t gcr_cntl = 0; in gfx10_emit_cache_flush() local
1070 gcr_cntl |= S_586_GLI_INV(V_586_GLI_ALL); in gfx10_emit_cache_flush()
1075 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLK_INV(1); in gfx10_emit_cache_flush()
1078 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLV_INV(1); in gfx10_emit_cache_flush()
1092 gcr_cntl |= S_586_GL2_INV(1) | S_586_GL2_WB(1) | S_586_GLM_INV(1) | S_586_GLM_WB(1); in gfx10_emit_cache_flush()
1095 gcr_cntl |= S_586_GL2_WB(1) | S_586_GLM_WB(1) | S_586_GLM_INV(1); in gfx10_emit_cache_flush()
1097 gcr_cntl |= S_586_GLM_INV(1) | S_586_GLM_WB(1); in gfx10_emit_cache_flush()
1113 gcr_cntl |= S_586_SEQ(V_586_SEQ_FORWARD); in gfx10_emit_cache_flush()
1165 unsigned glm_wb = G_586_GLM_WB(gcr_cntl); in gfx10_emit_cache_flush()
1166 unsigned glm_inv = G_586_GLM_INV(gcr_cntl); in gfx10_emit_cache_flush()
[all …]
Dsi_cp_reg_shadowing.c93 unsigned gcr_cntl = S_586_GL2_INV(1) | S_586_GL2_WB(1) | in si_create_shadowing_ib_preamble() local
105 si_pm4_cmd_add(pm4, gcr_cntl); /* GCR_CNTL */ in si_create_shadowing_ib_preamble()