Home
last modified time | relevance | path

Searched refs:VkRenderingAttachmentInfoKHR (Results 1 - 25 of 40) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.cpp247 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering()
270 &colorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginRendering()
271 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginRendering()
272 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginRendering()
293 VkRenderingAttachmentInfoKHR colorAttachment in beginRendering()
307 VkRenderingAttachmentInfoKHR depthStencilAttachment in beginRendering()
330 &colorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginRendering()
331 &depthStencilAttachment, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginRendering()
332 useStencilAttachment ? &depthStencilAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginRendering()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp316 VkRenderingAttachmentInfoKHR defaultAttachment = initVulkanStructure(); in iterate()
321 std::vector<VkRenderingAttachmentInfoKHR> colorAttachmentInfo; in iterate()
322 VkRenderingAttachmentInfoKHR depthAttachmentInfo = defaultAttachment; in iterate()
323 VkRenderingAttachmentInfoKHR stencilAttachmentInfo = defaultAttachment; in iterate()
383 colorAttachmentInfo.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in iterate()
384 depthAttachmentFormat ? &depthAttachmentInfo : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in iterate()
385 stencilAttachmentFormat ? &stencilAttachmentInfo : DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp434 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render()
438 VkRenderingAttachmentInfoKHR attachment = in render()
455 VkRenderingAttachmentInfoKHR dsAttachment = in render()
480 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in render()
481 useDepthStencil ? &dsAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in render()
482 useDepthStencil ? &dsAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in render()
H A DvktRenderPassFragmentDensityMapTests.cpp2409 const VkRenderingAttachmentInfoKHR dynamicDensityMapColorAttachment in createCommandBufferForDynamicRendering()
2432 &dynamicDensityMapColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferForDynamicRendering()
2433 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferForDynamicRendering()
2434 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferForDynamicRendering()
2437 const VkRenderingAttachmentInfoKHR subsampledImageColorAttachment in createCommandBufferForDynamicRendering()
2461 &subsampledImageColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferForDynamicRendering()
2462 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferForDynamicRendering()
2463 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferForDynamicRendering()
2466 const VkRenderingAttachmentInfoKHR resampleSubsampledImageColorAttachment in createCommandBufferForDynamicRendering()
2489 &resampleSubsampledImageColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachment in createCommandBufferForDynamicRendering()
[all...]
H A DvktRenderPassUnusedClearAttachmentTests.cpp954 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering()
971 VkRenderingAttachmentInfoKHR depthAttachment in createCommandBufferDynamicRendering()
1026 colorAttachments.empty() ? DE_NULL : colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferDynamicRendering()
1027 hasDepth ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferDynamicRendering()
1028 hasStencil ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferDynamicRendering()
H A DvktRenderPassLoadStoreOpNoneTests.cpp588 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer()
590 VkRenderingAttachmentInfoKHR depthAttachment in createCommandBuffer()
604 VkRenderingAttachmentInfoKHR stencilAttachment in createCommandBuffer()
708 de::dataOrNull(colorAttachments), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBuffer()
709 useDepth ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBuffer()
710 useStencil ? &stencilAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBuffer()
H A DvktDynamicRenderingRandomTests.cpp536 const VkRenderingAttachmentInfoKHR renderingAttachmentInfo = in iterate()
559 &renderingAttachmentInfo, // const VkRenderingAttachmentInfoKHR* pColorAttachments in iterate()
560 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment in iterate()
561 DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment in iterate()
H A DvktDynamicRenderingTests.cpp1180 std::vector<VkRenderingAttachmentInfoKHR> attachments; in beginRendering()
1184 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1203 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1224 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1250 ((colorAtchCount != 0) ? attachments.data() : DE_NULL), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginRendering()
1253 DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginRendering()
1256 DE_NULL), // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginRendering()
H A DvktRenderPassTests.cpp2151 std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachmentVect; in beginDynamicRendering()
2194 VkRenderingAttachmentInfoKHR* pDepthAttachment = DE_NULL; in beginDynamicRendering()
2195 VkRenderingAttachmentInfoKHR* pStencilAttachment = DE_NULL; in beginDynamicRendering()
2196 VkRenderingAttachmentInfoKHR depthAttachment in beginDynamicRendering()
2209 VkRenderingAttachmentInfoKHR stencilAttachment = depthAttachment; in beginDynamicRendering()
2254 colorAttachmentVect.empty() ? DE_NULL : &colorAttachmentVect[0], // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRendering()
2255 pDepthAttachment, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRendering()
2256 pStencilAttachment // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRendering()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp436 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render()
440 VkRenderingAttachmentInfoKHR attachment = in render()
457 VkRenderingAttachmentInfoKHR dsAttachment = in render()
482 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in render()
483 useDepthStencil ? &dsAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in render()
484 useDepthStencil ? &dsAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in render()
H A DvktRenderPassFragmentDensityMapTests.cpp2332 const VkRenderingAttachmentInfoKHR dynamicDensityMapColorAttachment in createCommandBufferForDynamicRendering()
2355 &dynamicDensityMapColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferForDynamicRendering()
2356 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferForDynamicRendering()
2357 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferForDynamicRendering()
2360 const VkRenderingAttachmentInfoKHR subsampledImageColorAttachment in createCommandBufferForDynamicRendering()
2384 &subsampledImageColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferForDynamicRendering()
2385 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferForDynamicRendering()
2386 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferForDynamicRendering()
2389 const VkRenderingAttachmentInfoKHR resampleSubsampledImageColorAttachment in createCommandBufferForDynamicRendering()
2412 &resampleSubsampledImageColorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachment in createCommandBufferForDynamicRendering()
[all...]
H A DvktRenderPassUnusedClearAttachmentTests.cpp955 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering()
972 VkRenderingAttachmentInfoKHR depthAttachment in createCommandBufferDynamicRendering()
1027 colorAttachments.empty() ? DE_NULL : colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBufferDynamicRendering()
1028 hasDepth ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBufferDynamicRendering()
1029 hasStencil ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBufferDynamicRendering()
H A DvktRenderPassLoadStoreOpNoneTests.cpp590 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer()
592 VkRenderingAttachmentInfoKHR depthAttachment in createCommandBuffer()
606 VkRenderingAttachmentInfoKHR stencilAttachment in createCommandBuffer()
710 de::dataOrNull(colorAttachments), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in createCommandBuffer()
711 useDepth ? &depthAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in createCommandBuffer()
712 useStencil ? &stencilAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in createCommandBuffer()
H A DvktDynamicRenderingTests.cpp1172 std::vector<VkRenderingAttachmentInfoKHR> attachments; in beginRendering()
1176 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1195 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1216 const VkRenderingAttachmentInfoKHR renderingAtachInfo = in beginRendering()
1242 ((colorAtchCount != 0) ? attachments.data() : DE_NULL), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginRendering()
1245 DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginRendering()
1248 DE_NULL), // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginRendering()
H A DvktDynamicRenderingRandomTests.cpp536 const VkRenderingAttachmentInfoKHR renderingAttachmentInfo = in iterate()
559 &renderingAttachmentInfo, // const VkRenderingAttachmentInfoKHR* pColorAttachments in iterate()
560 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment in iterate()
561 DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp244 const VkRenderingAttachmentInfoKHR colorAttachments = in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp528 vk::VkRenderingAttachmentInfoKHR colorAttachment in beginDynamicRender()
542 vk::VkRenderingAttachmentInfoKHR depthAttachment in beginDynamicRender()
568 (hasColor ? &colorAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
569 (hasDepth ? &depthAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
570 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawExplicitVertexParameterTests.cpp704 VkRenderingAttachmentInfoKHR colorAttachment in beginDynamicRender()
727 &colorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
728 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
729 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawDepthClampTests.cpp642 VkRenderingAttachmentInfoKHR depthAttachment in beginDynamicRender()
665 DE_NULL, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
666 &depthAttachment, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
667 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawMultipleInterpolationTests.cpp748 std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(imagesCount, in beginDynamicRender()
783 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
784 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
785 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp528 vk::VkRenderingAttachmentInfoKHR colorAttachment in beginDynamicRender()
542 vk::VkRenderingAttachmentInfoKHR depthAttachment in beginDynamicRender()
568 (hasColor ? &colorAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
569 (hasDepth ? &depthAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
570 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawExplicitVertexParameterTests.cpp704 VkRenderingAttachmentInfoKHR colorAttachment in beginDynamicRender()
727 &colorAttachment, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
728 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
729 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawDepthClampTests.cpp642 VkRenderingAttachmentInfoKHR depthAttachment in beginDynamicRender()
665 DE_NULL, // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
666 &depthAttachment, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
667 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
H A DvktDrawMultipleInterpolationTests.cpp750 std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(imagesCount, in beginDynamicRender()
785 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
786 DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in beginDynamicRender()
787 DE_NULL, // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in beginDynamicRender()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp1742 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in rendering()
1745 const VkRenderingAttachmentInfoKHR renderingAtachInfo = { in rendering()
1782 const VkRenderingAttachmentInfoKHR depthStencilAttachment = { in rendering()
1803 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in rendering()
1804 hasDepth ? &depthStencilAttachment : DE_NULL, // const VkRenderingAttachmentInfoKHR* pDepthAttachment; in rendering()
1805 hasStencil ? &depthStencilAttachment : DE_NULL // const VkRenderingAttachmentInfoKHR* pStencilAttachment; in rendering()

Completed in 61 milliseconds

12