Searched refs:nir_format_unorm_to_float (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_format_convert.h | 104 nir_def *nir_format_unorm_to_float(nir_builder *b, nir_def *u,
|
H A D | nir_format_convert.c | 223 nir_format_unorm_to_float(nir_builder *b, nir_def *u, const unsigned *bits) in nir_format_unorm_to_float() function 562 comps[c] = nir_format_unorm_to_float(b, raw, bits); in nir_format_unpack_rgba()
|
H A D | nir_lower_blend.c | 355 out = nir_format_unorm_to_float(b, out, bits); in nir_blend_logicop()
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_lower_vbo.c | 270 memory = nir_format_unorm_to_float(b, memory, bits); in pass()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 118 vec = nir_format_unorm_to_float(b, vec, rgba1010102_bits); in convert_value()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 101 color = nir_format_unorm_to_float(b, color, image.bits); in convert_color_for_load()
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_logic_ops.c | 180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]); in unpack_unorm_rgb10a2()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir_lower_storage_image.c | 318 color = nir_format_unorm_to_float(b, color, image.bits); in convert_color_for_load()
|
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 906 chans[c] = nir_format_unorm_to_float(b, chans[c], &chan_bits); in bit_cast_color()
|