Searched refs:ac_glc (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 276 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()
|
D | si_shader_llvm_gs.c | 94 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()
|
D | si_compute_prim_discard.c | 779 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()
|
D | si_shader_llvm_vs.c | 288 ac_glc | ac_slc); in si_llvm_streamout_store_output()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 605 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/ |
D | ac_llvm_build.h | 386 ac_glc = 1 << 0, /* per-CU cache control */ enumerator
|
D | ac_llvm_build.c | 1065 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()
|
D | ac_nir_to_llvm.c | 1636 cache_policy |= ac_glc; in get_cache_policy() 1640 cache_policy |= ac_slc | ac_glc; in get_cache_policy()
|