Searched refs:nir_format_pack_uint_unmasked_ssa (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo_compute.c | 535 …pack[0] = nir_format_pack_uint_unmasked_ssa(b, nir_channel(b, pixel, 0), nir_channel(b, sd->bits, … in convert_swap_write() 536 …pack[1] = nir_format_pack_uint_unmasked_ssa(b, nir_channels(b, pixel, 6), nir_channels(b, sd->bits… in convert_swap_write() 539 …handle_swap(b, nir_pad_vec4(b, nir_format_pack_uint_unmasked_ssa(b, pixel, sd->bits)), buffer_offs… in convert_swap_write()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 157 nir_format_pack_uint_unmasked_ssa(nir_builder *b, nir_ssa_def *color, in nir_format_pack_uint_unmasked_ssa() function
|