/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktDynamicRenderingTests.cpp | 705 const std::vector<VkImageView>& attachmentBindInfos, 714 const std::vector<VkImageView>& attachmentBindInfos, 783 std::vector<VkImageView> attachmentBindInfos; in iterate() local 803 attachmentBindInfos.push_back(*m_colorAttachmentView[0]); in iterate() 811 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 818 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 826 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate() 842 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate() 844 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 845 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingTests.cpp | 705 const std::vector<VkImageView>& attachmentBindInfos, 714 const std::vector<VkImageView>& attachmentBindInfos, 783 std::vector<VkImageView> attachmentBindInfos; in iterate() local 803 attachmentBindInfos.push_back(*m_colorAttachmentView[0]); in iterate() 811 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 818 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 826 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate() 842 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate() 844 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() 845 attachmentBindInfos.push_back(*m_stencilDepthAttachmentView); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktDrawUtil.cpp | 356 std::vector<VkImageView> attachmentBindInfos; in VulkanDrawContext() local 358 attachmentBindInfos.push_back(*m_colorImageView); in VulkanDrawContext() 360 attachmentBindInfos.push_back(depthImageView); in VulkanDrawContext() 362 numAttachments = (deUint32)(attachmentBindInfos.size()); in VulkanDrawContext() 369 &attachmentBindInfos[0], // const VkImageView* pAttachments; in VulkanDrawContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 356 std::vector<VkImageView> attachmentBindInfos; in VulkanDrawContext() local 358 attachmentBindInfos.push_back(*m_colorImageView); in VulkanDrawContext() 360 attachmentBindInfos.push_back(depthImageView); in VulkanDrawContext() 362 numAttachments = (deUint32)(attachmentBindInfos.size()); in VulkanDrawContext() 369 &attachmentBindInfos[0], // const VkImageView* pAttachments; in VulkanDrawContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 481 std::vector<VkImageView> attachmentBindInfos; local 484 attachmentBindInfos.push_back(*m_colorAttachmentView); 486 attachmentBindInfos.push_back(*m_stencilAttachmentView); 494 (deUint32)attachmentBindInfos.size(), // deUint32 attachmentCount; 495 attachmentBindInfos.data(), // const VkImageView* pAttachments;
|
D | vktPipelineDepthTests.cpp | 511 std::vector<VkImageView> attachmentBindInfos; local 514 attachmentBindInfos.push_back(*m_colorAttachmentView); 516 attachmentBindInfos.push_back(*m_depthAttachmentView); 524 (deUint32)attachmentBindInfos.size(), // deUint32 attachmentCount; 525 attachmentBindInfos.data(), // const VkImageView* pAttachments;
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 854 VkImageView attachmentBindInfos[2] = in DepthRangeUnrestrictedTestInstance() local 867 attachmentBindInfos, // const VkImageView* pAttachments; in DepthRangeUnrestrictedTestInstance() 1125 VkImageView attachmentBindInfos[2] = in DepthBoundsRangeUnrestrictedTestInstance() local 1138 attachmentBindInfos, // const VkImageView* pAttachments; in DepthBoundsRangeUnrestrictedTestInstance()
|
D | vktPipelinePushDescriptorTests.cpp | 354 const VkImageView attachmentBindInfos[] = in init() local 366 attachmentBindInfos, // const VkImageView* pAttachments; in init() 1388 const VkImageView attachmentBindInfos[] = in init() local 1400 attachmentBindInfos, // const VkImageView* pAttachments; in init() 2868 const VkImageView attachmentBindInfos[] = in init() local 2880 attachmentBindInfos, // const VkImageView* pAttachments; in init() 3918 const VkImageView attachmentBindInfos[] = in init() local 3931 attachmentBindInfos, // const VkImageView* pAttachments; in init()
|
D | vktPipelineDynamicOffsetTests.cpp | 352 const VkImageView attachmentBindInfos[] = in init() local 364 attachmentBindInfos, // const VkImageView* pAttachments; in init() 1654 const VkImageView attachmentBindInfos[] = in iterate() local 1666 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
|
D | vktPipelineCacheTests.cpp | 612 VkImageView attachmentBindInfos[2] = local 625 attachmentBindInfos, // const VkImageView* pAttachments; 633 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
|
D | vktPipelinePushConstantTests.cpp | 355 const VkImageView attachmentBindInfos[1] = in init() local 367 attachmentBindInfos, // const VkImageView* pAttachments; in init() 2214 const VkImageView attachmentBindInfos[1] = in init() local 2226 attachmentBindInfos, // const VkImageView* pAttachments; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 481 std::vector<VkImageView> attachmentBindInfos; local 484 attachmentBindInfos.push_back(*m_colorAttachmentView); 486 attachmentBindInfos.push_back(*m_stencilAttachmentView); 494 (deUint32)attachmentBindInfos.size(), // deUint32 attachmentCount; 495 attachmentBindInfos.data(), // const VkImageView* pAttachments;
|
D | vktPipelineDepthTests.cpp | 511 std::vector<VkImageView> attachmentBindInfos; local 514 attachmentBindInfos.push_back(*m_colorAttachmentView); 516 attachmentBindInfos.push_back(*m_depthAttachmentView); 524 (deUint32)attachmentBindInfos.size(), // deUint32 attachmentCount; 525 attachmentBindInfos.data(), // const VkImageView* pAttachments;
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 854 VkImageView attachmentBindInfos[2] = in DepthRangeUnrestrictedTestInstance() local 867 attachmentBindInfos, // const VkImageView* pAttachments; in DepthRangeUnrestrictedTestInstance() 1125 VkImageView attachmentBindInfos[2] = in DepthBoundsRangeUnrestrictedTestInstance() local 1138 attachmentBindInfos, // const VkImageView* pAttachments; in DepthBoundsRangeUnrestrictedTestInstance()
|
D | vktPipelinePushDescriptorTests.cpp | 354 const VkImageView attachmentBindInfos[] = in init() local 366 attachmentBindInfos, // const VkImageView* pAttachments; in init() 1388 const VkImageView attachmentBindInfos[] = in init() local 1400 attachmentBindInfos, // const VkImageView* pAttachments; in init() 2868 const VkImageView attachmentBindInfos[] = in init() local 2880 attachmentBindInfos, // const VkImageView* pAttachments; in init() 3918 const VkImageView attachmentBindInfos[] = in init() local 3931 attachmentBindInfos, // const VkImageView* pAttachments; in init()
|
D | vktPipelineDynamicOffsetTests.cpp | 352 const VkImageView attachmentBindInfos[] = in init() local 364 attachmentBindInfos, // const VkImageView* pAttachments; in init() 1654 const VkImageView attachmentBindInfos[] = in iterate() local 1666 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
|
D | vktPipelineCacheTests.cpp | 612 VkImageView attachmentBindInfos[2] = local 625 attachmentBindInfos, // const VkImageView* pAttachments; 633 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
|
D | vktPipelinePushConstantTests.cpp | 355 const VkImageView attachmentBindInfos[1] = in init() local 367 attachmentBindInfos, // const VkImageView* pAttachments; in init() 2214 const VkImageView attachmentBindInfos[1] = in init() local 2226 attachmentBindInfos, // const VkImageView* pAttachments; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 183 const VkImageView attachmentBindInfos[1] = in iterate() local 195 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 239 const VkImageView attachmentBindInfos[1] = in BufferViewTestInstance() local 251 attachmentBindInfos, // const VkImageView* pAttachments; in BufferViewTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 183 const VkImageView attachmentBindInfos[1] = in iterate() local 195 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 239 const VkImageView attachmentBindInfos[1] = in BufferViewTestInstance() local 251 attachmentBindInfos, // const VkImageView* pAttachments; in BufferViewTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 392 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcode() local 393 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcode()
|
D | vktImageCompressionTranscodingSupport.cpp | 1754 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcodeRead() local 1756 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcodeRead() 1887 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcodeWrite() local 1889 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcodeWrite()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 392 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcode() local 393 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcode()
|