Lines Matching defs:formats
2267 const VkFormat formats[] =
2269 // Packed formats
2286 // Pairwise combinations of 8-bit channel formats, UNORM/SNORM/SINT/UINT/SRGB type x 1-to-4 channels x RGBA/BGRA order
2312 // Pairwise combinations of 16/32-bit channel formats x SINT/UINT/SFLOAT type x 1-to-4 channels
2325 // More 16/32-bit formats required for testing VK_EXT_sampler_filter_minmax
2329 // Scaled formats
2333 // Compressed formats
2355 // Depth formats required for testing VK_EXT_sampler_filter_minmax
2372 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
2374 const VkFormat format = formats[formatNdx];
2380 // Do not use compressed formats with 1D and 1D array textures.
2394 // Do not include minFilter tests with compressed formats.
2434 static const std::vector<vk::VkFormat> formats =
2509 for (const auto format : formats)