/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 46 FORMAT_COLOR, enumerator 113 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES); in iterate() 384 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init() 385 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init() 386 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init() 387 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init() 388 { "rgba4", GL_RGBA4, FormatSamplesCase::FORMAT_COLOR }, in init() 389 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR }, in init() 390 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR }, in init() 391 { "rgb10_a2", GL_RGB10_A2, FormatSamplesCase::FORMAT_COLOR }, in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 49 constexpr VkFormat FORMAT_COLOR = VK_FORMAT_R8G8B8A8_UNORM; member 271 checkFormatSupported(context, FORMAT_COLOR, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in checkSupport() 338 FORMAT_COLOR, // VkFormat format in createRenderPass() 464 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance() 514 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance() 793 const std::vector<VkFormat> colorAttachmentFormats(testParams.colorUsed.size(), FORMAT_COLOR); in UnusedClearAttachmentTestInstance() 993 colorAttachmentFormats[i] = FORMAT_COLOR; in createCommandBufferDynamicRendering() 1102 imagePixels.emplace_back(pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImages[i], FORMAT_COLOR, m_renderSize).release()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 49 constexpr VkFormat FORMAT_COLOR = VK_FORMAT_R8G8B8A8_UNORM; member 272 checkFormatSupported(context, FORMAT_COLOR, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in checkSupport() 339 FORMAT_COLOR, // VkFormat format in createRenderPass() 465 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance() 515 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance() 794 const std::vector<VkFormat> colorAttachmentFormats(testParams.colorUsed.size(), FORMAT_COLOR); in UnusedClearAttachmentTestInstance() 994 colorAttachmentFormats[i] = FORMAT_COLOR; in createCommandBufferDynamicRendering() 1103 imagePixels.emplace_back(pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImages[i], FORMAT_COLOR, m_renderSize).release()); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 64 FORMAT_COLOR, // color, [signed|unsigned] fp enumerator 307 { GL_RED, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0,-1,-1,-1,-1,-1,-1,-1,-1} } }, 308 { GL_GREEN, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { {-1, 0,-1,-1,-1,-1,-1,-1,-1} } }, 309 { GL_BLUE, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { {-1,-1, 0,-1,-1,-1,-1,-1,-1} } }, 310 { GL_RG, 2, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1,-1,-1,-1,-1,-1,-1,-1} } }, 311 { GL_RGB, 3, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1, 2,-1,-1,-1,-1,-1,-1} } }, 312 { GL_RGBA, 4, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1, 2, 3,-1,-1,-1,-1,-1} } }, 313 { GL_BGR, 3, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 2, 1, 0,-1,-1,-1,-1,-1,-1} } }, 314 { GL_BGRA, 4, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 2, 1, 0, 3,-1,-1,-1,-1,-1} } }, 328 { GL_RED, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT [all...] |