Lines Matching defs:formats
629 // core formats
632 // YCbCr formats
635 // YCbCr extended formats
827 vector<VkSurfaceFormat2KHR> formats(numFormats);
828 for (auto& surfaceFormat : formats)
834 formats.data());
838 for (auto& format : formats)
880 // Ahb formats
906 static const vk::VkFormat formats[] = {
920 for (int index = 0; index < DE_LENGTH_OF_ARRAY(formats); ++index)
922 testParams.format = formats[index];