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

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