xref: /third_party/mesa3d/src/compiler/nir/nir_vulkan.h (revision bf215546)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/compiler/nir/
1/* SPDX-License-Identifier: MIT */
2
3#include "nir.h"
4#include "nir_builder.h"
5#include "vulkan/vulkan_core.h"
6
7nir_ssa_def *
8nir_convert_ycbcr_to_rgb(nir_builder *b,
9                         VkSamplerYcbcrModelConversion model,
10                         VkSamplerYcbcrRange range,
11                         nir_ssa_def *raw_channels,
12                         uint32_t *bpcs);
13

Indexes created Thu Nov 07 10:32:03 CST 2024