Searched refs:nir_format_srgb_to_linear (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_format_convert.h | 315 nir_format_srgb_to_linear(nir_builder *b, nir_ssa_def *c) function in typeref:typename:nir_ssa_def *
|
| H A D | nir_lower_tex.c | 968 nir_format_srgb_to_linear(b, nir_channels(b, &tex->dest.ssa, 0x7));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_blend.c | 474 dst_color[i] = nir_format_srgb_to_linear(b, dst_color[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_format_convert.h | 293 nir_format_srgb_to_linear(nir_builder *b, nir_ssa_def *c) function in typeref:typename:nir_ssa_def *
|
| H A D | nir_lower_tex.c | 839 nir_format_srgb_to_linear(b, nir_channels(b, &tex->dest.ssa, 0x7));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_blend.c | 467 dst_color[i] = nir_format_srgb_to_linear(b, dst_color[i]);
|
Completed in 12 milliseconds