Home
last modified time | relevance | path

Searched refs:nir_store_array_var (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c229 nir_store_array_var(b, dist, idx, d, 1); in clip_with_plane()
290 nir_store_array_var(b, vert, index, iv, 0xf); in clip_with_plane()
316 nir_store_array_var(b, vert, index, iv, 0xf); in clip_with_plane()
336 nir_store_array_var(b, vert, index, vi, 0xf); in clip_with_plane()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_passthrough_tcs.c92 nir_store_array_var(&b, out, id, value, 0xf); in nir_create_passthrough_tcs_impl()
H A Dnir_builder.h1866 nir_store_array_var(nir_builder *build, nir_variable *var, nir_def *index, in nir_store_array_var() function
/aosp_15_r20/external/mesa3d/src/amd/vulkan/tests/
H A Dradv_nir_lower_hit_attrib_derefs_tests.cpp147 nir_store_array_var(b, array_var, index, load, 0x1); in TEST_F()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c152 nir_store_array_var(b, var, index, new_val, 1); in lower_masked_store_vec32()
191 nir_store_array_var(b, var, nir_iadd_imm(b, index, i), nir_channel(b, vec32, i), 1); in lower_32b_offset_store()