Searched refs:vk_format_get_component_bits (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | vk_format.h | 120 vk_format_get_component_bits(VkFormat format, function in typeref:typename:unsigned
|
| H A D | tu_shader.c | 506 uint8_t bits = vk_format_get_component_bits(ycbcr_sampler->format,
|
| H A D | tu_clear_blit.c | 47 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { 2371 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { 2376 if (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | vk_format.h | 195 vk_format_get_component_bits(VkFormat format, enum util_format_colorspace colorspace, function in typeref:typename:unsigned
|
| H A D | radv_nir_lower_ycbcr_textures.c | 288 vk_format_get_component_bits(first_format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format.h | 505 vk_format_get_component_bits(VkFormat format, function in typeref:typename:unsigned
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format.h | 489 vk_format_get_component_bits(VkFormat format, function in typeref:typename:unsigned
|
| H A D | radv_nir_lower_ycbcr_textures.c | 409 result = convert_ycbcr(&state, result, vk_format_get_component_bits(first_format, VK_FORMAT_COLORSPACE_RGB, VK_SWIZZLE_X));
|
Completed in 14 milliseconds