Searched refs:nir_format_pack_uint_unmasked_ssa (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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, 0)); in convert_swap_write() 536 pack[1] = nir_format_pack_uint_unmasked_ssa(b, nir_channels(b, pixel, 6), nir_channels(b, sd->bits, 6)); in convert_swap_write() 539 handle_swap(b, nir_pad_vec4(b, nir_format_pack_uint_unmasked_ssa(b, pixel, sd->bits)), buffer_offset, sd, 1, true); in convert_swap_write()
|
/third_party/mesa3d/src/compiler/nir/ |
H A 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
|
Completed in 3 milliseconds