Searched refs:converted_channels (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_convert_ycbcr.c | 133 nir_ssa_def *converted_channels[] = { local in function:nir_convert_ycbcr_to_rgb 140 converted_channels[0], converted_channels[1], 141 converted_channels[2], nir_channel(b, raw_channels, 3));
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 148 nir_ssa_def *converted_channels[] = { local in function:convert_ycbcr 155 converted_channels[0], converted_channels[1], 156 converted_channels[2], nir_imm_float(b, 1.0f));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_ycbcr_textures.c | 147 nir_ssa_def *converted_channels[] = { local in function:convert_ycbcr 154 converted_channels[0], converted_channels[1], 155 converted_channels[2], nir_imm_float(b, 1.0f));
|
Completed in 3 milliseconds