/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local 181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local 216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
|
H A D | vktDeviceObjectReservationTests.cpp | 1885 VkAttachmentReference attachmentReference; variable 1887 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 179 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local 181 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 214 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local 216 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription); in testGraphicsPipelineIdentifier()
|
H A D | vktDeviceObjectReservationTests.cpp | 1884 VkAttachmentReference attachmentReference; variable 1886 VkRenderPassCreateInfo renderPassCreateInfo = prepareSimpleRenderPassCI(format, attachmentDescription, attachmentReference, subpassDescription);
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.hpp | 58 VkAttachmentReference& attachmentReference,
|
H A D | vkSafetyCriticalUtil.cpp | 885 VkAttachmentReference& attachmentReference, in prepareSimpleRenderPassCI() 901 attachmentReference = in prepareSimpleRenderPassCI() 914 &attachmentReference, // const VkAttachmentReference* pColorAttachments in prepareSimpleRenderPassCI() 883 prepareSimpleRenderPassCI(VkFormat format, VkAttachmentDescription& attachmentDescription, VkAttachmentReference& attachmentReference, VkSubpassDescription& subpassDescription) prepareSimpleRenderPassCI() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 1783 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local 1784 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments() 1786 attachments->colorBuffer[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment); in bindAttachments() 1790 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local 1791 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments() 1793 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 536 const VkAttachmentReference attachmentReference = in createRenderPass() local 547 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass() 549 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass() 1314 const VkAttachmentReference attachmentReference = in createRenderPass() local 1325 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass() 1327 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 516 const VkAttachmentReference attachmentReference = in createRenderPass() local 527 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass() 529 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass() 1294 const VkAttachmentReference attachmentReference = in createRenderPass() local 1305 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass() 1307 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 307 const vk::VkAttachmentReference attachmentReference = in iterate() local 320 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
|
H A D | vktPipelineDynamicOffsetTests.cpp | 1599 const VkAttachmentReference attachmentReference = in iterate() local 1612 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 196 const VkAttachmentReference attachmentReference in createRenderPass() 212 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
H A D | vktRenderPassDitheringTests.cpp | 911 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local 920 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 197 const VkAttachmentReference attachmentReference in createRenderPass() 213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
H A D | vktRenderPassDitheringTests.cpp | 913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer() local 922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local 205 &attachmentReference, // const VkAttachmentReference* pColorAttachments in drawTriangleTest() 498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local 511 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local 205 &attachmentReference, // const VkAttachmentReference* pColorAttachments in drawTriangleTest() 498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local 511 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 362 const VkAttachmentReference attachmentReference = in createRenderPass() local 375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 362 const VkAttachmentReference attachmentReference = in createRenderPass() local 375 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 2663 VkAttachmentReference attachmentReference = in iterate() local 2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate() 2671 attachmentReferences.push_back(attachmentReference); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 2663 VkAttachmentReference attachmentReference = in iterate() local 2670 attachmentReference.attachment = static_cast<deUint32>(i); in iterate() 2671 attachmentReferences.push_back(attachmentReference); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 2031 const VkAttachmentReference attachmentReference = 2050 &attachmentReference, // constVkAttachmentReference* pColorAttachments;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDynamicOffsetTests.cpp | 1618 const VkAttachmentReference attachmentReference = in iterate() local 1631 &attachmentReference, // const VkAttachmentReference* pColorAttachments in iterate()
|