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 D | st_draw_hw_select.c | 229 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 D | nir_passthrough_tcs.c | 92 nir_store_array_var(&b, out, id, value, 0xf); in nir_create_passthrough_tcs_impl()
|
H A D | nir_builder.h | 1866 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 D | radv_nir_lower_hit_attrib_derefs_tests.cpp | 147 nir_store_array_var(b, array_var, index, load, 0x1); in TEST_F()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 152 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()
|