Searched refs:nir_format_float_to_unorm (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.c | 338 src = nir_format_float_to_unorm(b, src, bits); in nir_blend_logicop() 339 dst = nir_format_float_to_unorm(b, dst, bits); in nir_blend_logicop()
|
H A D | nir_format_convert.h | 108 nir_def *nir_format_float_to_unorm(nir_builder *b, nir_def *f,
|
H A D | nir_format_convert.c | 242 nir_format_float_to_unorm(nir_builder *b, nir_def *f, const unsigned *bits) in nir_format_float_to_unorm() function 704 comps[c] = nir_format_float_to_unorm(b, comps[c], bits); in nir_format_pack_rgba()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 60 value = nir_format_float_to_unorm(b, value, rgba1010102_bits); in convert_value()
|
H A D | d3d12_nir_passes.c | 227 nir_format_float_to_unorm(b, col, bits); in lower_uint_color_write()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 223 color = nir_format_float_to_unorm(b, color, image.bits); in convert_color_for_store()
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_image_load_store.c | 335 formatted = nir_format_float_to_unorm(b, color, bits); in v3d42_nir_lower_image_store()
|
H A D | v3d_nir_lower_logic_ops.c | 151 nir_def *unorm = nir_format_float_to_unorm(b, c, bits); in pack_unorm_rgb10a2()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir_lower_storage_image.c | 495 color = nir_format_float_to_unorm(b, color, image.bits); in convert_color_for_store()
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 888 chan = nir_format_float_to_unorm(b, chan, &chan_bits); in bit_cast_color()
|