Home
last modified time | relevance | path

Searched refs:attachmentBindInfos (Results 1 – 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktDynamicRenderingTests.cpp705 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/
DvktDynamicRenderingTests.cpp705 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/
DvktDrawUtil.cpp356 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/
DvktDrawUtil.cpp356 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/
DvktPipelineStencilTests.cpp481 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;
DvktPipelineDepthTests.cpp511 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;
DvktPipelineDepthRangeUnrestrictedTests.cpp854 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()
DvktPipelinePushDescriptorTests.cpp354 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()
DvktPipelineDynamicOffsetTests.cpp352 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()
DvktPipelineCacheTests.cpp612 VkImageView attachmentBindInfos[2] = local
625 attachmentBindInfos, // const VkImageView* pAttachments;
633 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
DvktPipelinePushConstantTests.cpp355 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/
DvktPipelineStencilTests.cpp481 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;
DvktPipelineDepthTests.cpp511 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;
DvktPipelineDepthRangeUnrestrictedTests.cpp854 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()
DvktPipelinePushDescriptorTests.cpp354 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()
DvktPipelineDynamicOffsetTests.cpp352 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()
DvktPipelineCacheTests.cpp612 VkImageView attachmentBindInfos[2] = local
625 attachmentBindInfos, // const VkImageView* pAttachments;
633 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
DvktPipelinePushConstantTests.cpp355 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/
DvktApiGetMemoryCommitment.cpp183 const VkImageView attachmentBindInfos[1] = in iterate() local
195 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
DvktApiBufferViewAccessTests.cpp239 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/
DvktApiGetMemoryCommitment.cpp183 const VkImageView attachmentBindInfos[1] = in iterate() local
195 attachmentBindInfos, // const VkImageView* pAttachments; in iterate()
DvktApiBufferViewAccessTests.cpp239 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/
DvktImageTranscodingSupportTests.cpp392 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcode() local
393 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcode()
DvktImageCompressionTranscodingSupport.cpp1754 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/
DvktImageTranscodingSupportTests.cpp392 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; in transcode() local
393 …Framebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos,… in transcode()

12