Searched refs:htile_buf (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy_vrs_htile.c | 112 nir_ssa_def *htile_buf = radv_meta_load_descriptor(&b, 0, 1); in build_copy_vrs_htile_shader() local 120 nir_ssa_def *input_value = nir_load_ssbo(&b, 1, 32, htile_buf, htile_addr); in build_copy_vrs_htile_shader() 135 nir_store_ssbo(&b, output_value, htile_buf, htile_addr, .access = ACCESS_NON_READABLE); in build_copy_vrs_htile_shader()
|