Home
last modified time | relevance | path

Searched defs:colorAttachmentFormats (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp170 std::vector<VkFormat> colorAttachmentFormats, in beginSecondaryCmdBuffer()
653 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_UNDEFINED); in InputAttachmentSparseFillingTestInstance() local
767 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentCount, VK_FORMAT_UNDEFINED); in createCommandBufferDynamicRendering() local
DvktRenderPassSampleReadTests.cpp484 VkFormat colorAttachmentFormats[] = {VK_FORMAT_R32_UINT, VK_FORMAT_R32_UINT}; in beginSecondaryCmdBuffer() local
878 VkFormat colorAttachmentFormats[] = {VK_FORMAT_R32_UINT, VK_FORMAT_R32_UINT}; in createRenderPipeline() local
952 VkFormat colorAttachmentFormats[] = {VK_FORMAT_R32_UINT, VK_FORMAT_R32_UINT}; in createSubpassPipeline() local
DvktRenderPassUnusedAttachmentTests.cpp243 const std::vector<VkFormat> colorAttachmentFormats(3, VK_FORMAT_R8G8B8A8_UNORM); in beginSecondaryCmdBuffer() local
834 …const std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_R8G8B8A8_UNORM… in UnusedAttachmentTestInstance() local
DvktRenderPassUnusedClearAttachmentTests.cpp810 … const std::vector<VkFormat> colorAttachmentFormats(testParams.colorUsed.size(), FORMAT_COLOR); in UnusedClearAttachmentTestInstance() local
1014 … std::vector<VkFormat> colorAttachmentFormats(m_testParams.colorUsed.size(), VK_FORMAT_UNDEFINED); in createCommandBufferDynamicRendering() local
DvktRenderPassMultisampleTests.cpp951 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentCount, dstFormat); in beginSecondaryCmdBuffer() local
1219 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentCount, m_dstFormat); in createRenderPipeline() local
1304 std::vector<VkFormat> colorAttachmentFormats(maximalNumberOfAttachments, m_dstFormat); in createSplitPipelines() local
DvktRenderPassTests.cpp1935 std::vector<VkFormat> &colorAttachmentFormats) in findColorAttachments()
2106 std::vector<VkFormat> colorAttachmentFormats; in beginCommandBuffer() local
2676 std::vector<VkFormat> colorAttachmentFormats; in pushRenderCommands() local
3065 std::vector<VkFormat> colorAttachmentFormats; in createSubpassPipeline() local
3504 std::vector<VkFormat> colorAttachmentFormats; in pushDynamicRenderingCommands() local
5667 std::vector<VkFormat> colorAttachmentFormats; in renderPassTest() local
DvktRenderPassMultisampleResolveTests.cpp127 …const std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_R8G8B8A8_UNORM… in beginSecondaryCmdBuffer() local
2780 const std::vector<VkFormat> colorAttachmentFormats(m_attachmentsCount, m_format); in createRenderPipeline() local
DvktRenderPassLoadStoreOpNoneTests.cpp638 std::vector<VkFormat> colorAttachmentFormats; in createCommandBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp497 … std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in render() local
652 std::vector<vk::VkFormat> colorAttachmentFormats(m_colorTargetViews.size(), m_params.format); in beginSecondaryCmdBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp299 std::vector<VkFormat> colorAttachmentFormats; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp1071std::vector<VkFormat> &colorAttachmentFormats, const int32_t attachmentNdxes[8], in initializeRenderingAttachmentInfos()
3040 …std::vector<VkFormat> colorAttachmentFormats = {VK_FORMAT_UNDEFINED, VK_FORMAT_UNDEFINED, VK_FORMA… in drawBasic() local
3348 …std::vector<VkFormat> colorAttachmentFormats = {VK_FORMAT_UNDEFINED, VK_FORMAT_UNDEFINED, VK_FORMA… in drawClearAttachments() local
3796 …std::vector<VkFormat> colorAttachmentFormats = {VK_FORMAT_UNDEFINED, VK_FORMAT_UNDEFINED, VK_FORMA… in drawMultiRenderPass() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp255 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats; member