mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 18:00:13 +01:00
nir: Remove nir_intrinsic_output_u8_as_fp16_pan
Now unused in favour of nir_intrinsic_load_output, happily. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5287>
This commit is contained in:
parent
8275dc1ed5
commit
dc8bffe999
1 changed files with 0 additions and 6 deletions
|
|
@ -872,17 +872,11 @@ intrinsic("bindless_resource_ir3", [1], dest_comp=1, indices=[DESC_SET], flags=[
|
||||||
# One notable divergence is sRGB, which is asymmetric: raw_input_pan requires
|
# One notable divergence is sRGB, which is asymmetric: raw_input_pan requires
|
||||||
# an sRGB->linear conversion, but linear values should be written to
|
# an sRGB->linear conversion, but linear values should be written to
|
||||||
# raw_output_pan and the hardware handles linear->sRGB.
|
# raw_output_pan and the hardware handles linear->sRGB.
|
||||||
#
|
|
||||||
# We also have format-specific Midgard intrinsics. There are rather
|
|
||||||
# here-be-dragons. load_output_u8_as_fp16_pan does the equivalent of
|
|
||||||
# load_raw_out_pan on an RGBA8 UNORM framebuffer followed by u2u16 -> fp16 ->
|
|
||||||
# division by 255.
|
|
||||||
|
|
||||||
# src[] = { value }
|
# src[] = { value }
|
||||||
store("raw_output_pan", 1, [])
|
store("raw_output_pan", 1, [])
|
||||||
store("zs_output_pan", 1, [COMPONENT])
|
store("zs_output_pan", 1, [COMPONENT])
|
||||||
load("raw_output_pan", 0, [], [CAN_ELIMINATE, CAN_REORDER])
|
load("raw_output_pan", 0, [], [CAN_ELIMINATE, CAN_REORDER])
|
||||||
load("output_u8_as_fp16_pan", 0, [], [CAN_ELIMINATE, CAN_REORDER])
|
|
||||||
|
|
||||||
# Loads the sampler paramaters <min_lod, max_lod, lod_bias>
|
# Loads the sampler paramaters <min_lod, max_lod, lod_bias>
|
||||||
# src[] = { sampler_index }
|
# src[] = { sampler_index }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue