Searched refs:nir_format_pack_11f11f10f (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 123 nir_def *nir_format_pack_11f11f10f(nir_builder *b, nir_def *color);
|
D | nir_format_convert.c | 392 nir_format_pack_11f11f10f(nir_builder *b, nir_def *color) in nir_format_pack_11f11f10f() function 655 return nir_format_pack_11f11f10f(b, rgba); in nir_format_pack_rgba()
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_image_casts.c | 70 src_as_vec = nir_format_pack_11f11f10f(b, value); in convert_value()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 217 return nir_format_pack_11f11f10f(b, color); in convert_color_for_store()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 294 formatted = nir_format_pack_11f11f10f(b, color); in v3d42_nir_lower_image_store()
|
/external/mesa3d/src/panfrost/util/ |
D | pan_lower_framebuffer.c | 326 return nir_replicate(b, nir_format_pack_11f11f10f(b, nir_f2f32(b, v)), 4); in pan_pack_r11g11b10()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir_lower_storage_image.c | 489 return nir_format_pack_11f11f10f(b, color); in convert_color_for_store()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo_compute.c | 563 … handle_swap(b, nir_pad_vec4(b, nir_format_pack_11f11f10f(b, pixel)), buffer_offset, sd, 1, true); in convert_swap_write()
|