Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c645 uint32_t gcr_cntl = 0; in gfx10_emit_cache_flush() local
672 gcr_cntl |= S_586_GLI_INV(V_586_GLI_ALL); in gfx10_emit_cache_flush()
677 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLK_INV(1); in gfx10_emit_cache_flush()
680 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLV_INV(1); in gfx10_emit_cache_flush()
694 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()
697 gcr_cntl |= S_586_GL2_WB(1) | S_586_GLM_WB(1) | S_586_GLM_INV(1); in gfx10_emit_cache_flush()
699 gcr_cntl |= S_586_GLM_INV(1) | S_586_GLM_WB(1); in gfx10_emit_cache_flush()
717 gcr_cntl |= S_586_SEQ(V_586_SEQ_FORWARD); in gfx10_emit_cache_flush()
757 unsigned glm_wb = G_586_GLM_WB(gcr_cntl); in gfx10_emit_cache_flush()
758 unsigned glm_inv = G_586_GLM_INV(gcr_cntl); in gfx10_emit_cache_flush()
[all …]
Dsi_cp_reg_shadowing.c108 unsigned gcr_cntl = S_586_GL2_INV(1) | S_586_GL2_WB(1) | in si_create_shadowing_ib_preamble() local
124 si_pm4_cmd_add(pm4, gcr_cntl); /* GCR_CNTL */ in si_create_shadowing_ib_preamble()
126 unsigned gcr_cntl = S_586_GL2_INV(1) | S_586_GL2_WB(1) | in si_create_shadowing_ib_preamble() local
138 si_pm4_cmd_add(pm4, gcr_cntl); /* GCR_CNTL */ in si_create_shadowing_ib_preamble()
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1056 uint32_t gcr_cntl = 0; in gfx10_cs_emit_cache_flush() local
1063 gcr_cntl |= S_586_GLI_INV(V_586_GLI_ALL); in gfx10_cs_emit_cache_flush()
1071 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLK_INV(1); in gfx10_cs_emit_cache_flush()
1076 gcr_cntl |= S_586_GL1_INV(1) | S_586_GLV_INV(1); in gfx10_cs_emit_cache_flush()
1082 gcr_cntl |= S_586_GL2_INV(1) | S_586_GL2_WB(1) | S_586_GLM_INV(1) | S_586_GLM_WB(1); in gfx10_cs_emit_cache_flush()
1089 gcr_cntl |= S_586_GL2_WB(1) | S_586_GLM_WB(1) | S_586_GLM_INV(1); in gfx10_cs_emit_cache_flush()
1093 gcr_cntl |= S_586_GLM_INV(1) | S_586_GLM_WB(1); in gfx10_cs_emit_cache_flush()
1116 gcr_cntl |= S_586_SEQ(V_586_SEQ_FORWARD); in gfx10_cs_emit_cache_flush()
1164 unsigned glm_wb = G_586_GLM_WB(gcr_cntl); in gfx10_cs_emit_cache_flush()
1165 unsigned glm_inv = G_586_GLM_INV(gcr_cntl); in gfx10_cs_emit_cache_flush()
[all …]