Home
last modified time | relevance | path

Searched refs:ac_glc (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c276 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, ac_glc, in buffer_load()
282 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, ac_glc, in buffer_load()
534 4 * chan, ac_glc); in si_nir_store_output_tcs()
551 ac_build_buffer_store_dword(&ctx->ac, buffer, value, 4, addr, base, 0, ac_glc); in si_nir_store_output_tcs()
673 ac_glc); in si_copy_tcs_inputs()
786 ctx->ac.i32_0, tf_base, offset, ac_glc); in si_write_tess_factors()
794 ac_glc); in si_write_tess_factors()
798 ac_glc); in si_write_tess_factors()
819 ac_glc); in si_write_tess_factors()
828 0, ac_glc); in si_write_tess_factors()
Dsi_shader_llvm_gs.c94 ac_glc, true, false); in si_llvm_load_input_gs()
197 (4 * param + chan) * 4, ac_glc | ac_slc | ac_swizzled); in si_llvm_emit_es_epilogue()
298 0, ac_glc | ac_slc | ac_swizzled); in si_llvm_emit_vertex()
516 ac_glc | ac_slc, true, false); in si_generate_gs_copy_shader()
Dsi_compute_prim_discard.c779 ac_glc | ac_slc); in si_build_prim_discard_compute_shader()
829 ac_glc | (INDEX_STORES_USE_SLC ? ac_slc : 0)); in si_build_prim_discard_compute_shader()
Dsi_shader_llvm_vs.c288 ac_glc | ac_slc); in si_llvm_streamout_store_output()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c605 4 * chan, ac_glc); in store_tcs_output()
610 buf_addr, oc_lds, 0, ac_glc); in store_tcs_output()
636 buf_addr, oc_lds, 0, ac_glc, true, false); in load_tes_input()
676 0, ac_glc, true, false); in load_gs_input()
815 0, ac_glc | ac_slc | ac_swizzled); in visit_emit_vertex_with_counter()
1610 ac_glc | ac_slc); in radv_emit_stream_output()
2015 ac_glc | ac_slc | ac_swizzled); in handle_es_outputs_post()
3404 0, ac_glc); in write_tess_factors()
3413 tf_offset, ac_glc); in write_tess_factors()
3417 16 + tf_offset, ac_glc); in write_tess_factors()
[all …]
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h386 ac_glc = 1 << 0, /* per-CU cache control */ enumerator
Dac_llvm_build.c1065 return cache_policy | (ctx->chip_class >= GFX10 && cache_policy & ac_glc ? ac_dlc : 0); in get_load_cache_policy()
1202 (!(cache_policy & ac_glc) || ctx->chip_class >= GFX8)) { in ac_build_buffer_load()
Dac_nir_to_llvm.c1636 cache_policy |= ac_glc; in get_cache_policy()
1640 cache_policy |= ac_slc | ac_glc; in get_cache_policy()