Searched refs:vk_format_get_component_bits (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format.h | 128 vk_format_get_component_bits(VkFormat format, in vk_format_get_component_bits() function
|
D | tu_shader.c | 520 uint8_t bits = vk_format_get_component_bits(ycbcr_sampler->format, in lower_tex_ycbcr()
|
D | tu_clear_blit.c | 42 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt() 1992 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in pack_gmem_clear_value() 1997 if (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6) in pack_gmem_clear_value()
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 489 vk_format_get_component_bits(VkFormat format, in vk_format_get_component_bits() function
|
D | radv_nir_lower_ycbcr_textures.c | 288 …uint32_t bits = vk_format_get_component_bits(first_format, VK_FORMAT_COLORSPACE_RGB, VK_SWIZZLE_X); in try_lower_tex_ycbcr()
|