Searched refs:nir_store_array_var (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_draw_hw_select.c | 230 nir_store_array_var(b, dist, idx, d, 1); in clip_with_plane() 291 nir_store_array_var(b, vert, index, iv, 0xf); in clip_with_plane() 317 nir_store_array_var(b, vert, index, iv, 0xf); in clip_with_plane() 337 nir_store_array_var(b, vert, index, vi, 0xf); in clip_with_plane()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_nir.c | 340 nir_store_array_var(&b, out, id, value, 0xf); in si_create_passthrough_tcs()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builder.h | 1479 nir_store_array_var(nir_builder *build, nir_variable *var, nir_ssa_def *index, in nir_store_array_var() function
|