HomeSort by relevance Sort by last modified time
    Searched refs:VK_FORMAT_COLORSPACE_RGB (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/vulkan/
vk_format.h 102 VK_FORMAT_COLORSPACE_RGB = 0,
442 colorspace = VK_FORMAT_COLORSPACE_RGB;
445 desc_colorspace = VK_FORMAT_COLORSPACE_RGB;
radv_formats.c 829 if (vk_format_get_component_bits(format, VK_FORMAT_COLORSPACE_RGB, 0) <= 8) {
830 if (desc->colorspace == VK_FORMAT_COLORSPACE_RGB) {
    [all...]

Completed in 85 milliseconds