Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp170 std::vector<VkFormat> colorAttachmentFormats, in beginSecondaryCmdBuffer()
652 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_UNDEFINED); in InputAttachmentSparseFillingTestInstance() local
766 std::vector<VkFormat> colorAttachmentFormats(colorAttachmentCount, VK_FORMAT_UNDEFINED); in createCommandBufferDynamicRendering() local
H A 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
H A DvktRenderPassUnusedAttachmentTests.cpp243 const std::vector<VkFormat> colorAttachmentFormats(3, VK_FORMAT_R8G8B8A8_UNORM); in beginSecondaryCmdBuffer() local
836 …const std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_R8G8B8A8_UNORM… in UnusedAttachmentTestInstance() local
H A DvktRenderPassUnusedClearAttachmentTests.cpp814 … const std::vector<VkFormat> colorAttachmentFormats(testParams.colorUsed.size(), FORMAT_COLOR); in UnusedClearAttachmentTestInstance() local
1018 … std::vector<VkFormat> colorAttachmentFormats(m_testParams.colorUsed.size(), VK_FORMAT_UNDEFINED); in createCommandBufferDynamicRendering() local
H A 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
H A DvktRenderPassTests.cpp1934 std::vector<VkFormat> &colorAttachmentFormats) in findColorAttachments()
2105 std::vector<VkFormat> colorAttachmentFormats; in beginCommandBuffer() local
2675 std::vector<VkFormat> colorAttachmentFormats; in pushRenderCommands() local
3064 std::vector<VkFormat> colorAttachmentFormats; in createSubpassPipeline() local
3506 std::vector<VkFormat> colorAttachmentFormats; in pushDynamicRenderingCommands() local
5677 std::vector<VkFormat> colorAttachmentFormats; in renderPassTest() local
H A DvktRenderPassMultisampleResolveTests.cpp127 …const std::vector<VkFormat> colorAttachmentFormats(colorAttachmentsCount, VK_FORMAT_R8G8B8A8_UNORM… in beginSecondaryCmdBuffer() local
2779 const std::vector<VkFormat> colorAttachmentFormats(m_attachmentsCount, m_format); in createRenderPipeline() local
H A DvktRenderPassLoadStoreOpNoneTests.cpp638 std::vector<VkFormat> colorAttachmentFormats; in createCommandBuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp299 std::vector<VkFormat> colorAttachmentFormats; in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp267 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats; member