Home
last modified time | relevance | path

Searched refs:bpcs (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c118 uint32_t *bpcs) in nir_convert_ycbcr_to_rgb() argument
122 chroma_range(b, nir_channel(b, raw_channels, 0), bpcs[0], range), in nir_convert_ycbcr_to_rgb()
123 y_range(b, nir_channel(b, raw_channels, 1), bpcs[1], range), in nir_convert_ycbcr_to_rgb()
124 chroma_range(b, nir_channel(b, raw_channels, 2), bpcs[2], range), in nir_convert_ycbcr_to_rgb()
Dnir_vulkan.h12 uint32_t *bpcs);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c290 uint32_t bpcs[3] = {bits, bits, bits}; in try_lower_tex_ycbcr() local
292 state.conversion->ycbcr_range, result, bpcs); in try_lower_tex_ycbcr()
/third_party/mesa3d/include/drm-uapi/
Dvc4_drm.h309 __u32 bpca, bpcs; member
/third_party/libdrm/include/drm/
Dvc4_drm.h309 __u32 bpca, bpcs; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c517 uint32_t bpcs[3] = {bits, bits, bits}; /* TODO: use right bpc for each channel ? */ in lower_tex_ycbcr() local
522 bpcs); in lower_tex_ycbcr()