Searched refs:dest_packed (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 126 nir_ssa_def *dest_packed = nir_extract_bits(b, &src_as_vec, 1, 0, in convert_value() local 130 nir_ssa_def *unpacked = nir_unpack_unorm_4x8(b, nir_channel(b, dest_packed, 0)); in convert_value() 136 nir_unpack_unorm_2x16(b, nir_channel(b, dest_packed, 0)), in convert_value() 138 nir_unpack_unorm_2x16(b, nir_channel(b, dest_packed, 1)) : in convert_value() 149 nir_ssa_def *unpacked = nir_unpack_snorm_4x8(b, nir_channel(b, dest_packed, 0)); in convert_value() 155 nir_unpack_snorm_2x16(b, nir_channel(b, dest_packed, 0)), in convert_value() 157 nir_unpack_snorm_2x16(b, nir_channel(b, dest_packed, 1)) : in convert_value() 168 nir_ssa_def *dest_packed = nir_extract_bits(b, &src_as_vec, 1, 0, in convert_value() local 172 if (i >= dest_packed->num_components) in convert_value() 177 final_channels[i] = nir_channel(b, dest_packed, in convert_value() [all...] |
Completed in 1 milliseconds