/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 170 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 D | vktRenderPassSampleReadTests.cpp | 484 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 D | vktRenderPassUnusedAttachmentTests.cpp | 243 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 D | vktRenderPassUnusedClearAttachmentTests.cpp | 814 … 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 D | vktRenderPassMultisampleTests.cpp | 951 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 D | vktRenderPassTests.cpp | 1934 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 D | vktRenderPassMultisampleResolveTests.cpp | 127 …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 D | vktRenderPassLoadStoreOpNoneTests.cpp | 638 std::vector<VkFormat> colorAttachmentFormats; in createCommandBuffer() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 497 … 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 D | vktApiGranularityTests.cpp | 299 std::vector<VkFormat> colorAttachmentFormats; in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 1071 … std::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 D | vk_cache_utils.cpp | 267 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats; member
|