Searched refs:VK_FORMAT_COLORSPACE_RGB (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dvk_format.h104 VK_FORMAT_COLORSPACE_RGB = 0, enumerator in enum:vk_format_colorspace
424 colorspace = VK_FORMAT_COLORSPACE_RGB;
427 desc_colorspace = VK_FORMAT_COLORSPACE_RGB;
H A Dradv_formats.c808 if (vk_format_get_component_bits(format, VK_FORMAT_COLORSPACE_RGB, 0) <= 8) {
809 if (desc->colorspace == VK_FORMAT_COLORSPACE_RGB) {

Completed in 112 milliseconds