Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c230 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/
Dsi_shaderlib_nir.c340 nir_store_array_var(&b, out, id, value, 0xf); in si_create_passthrough_tcs()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1479 nir_store_array_var(nir_builder *build, nir_variable *var, nir_ssa_def *index, in nir_store_array_var() function