Home
last modified time | relevance | path

Searched defs:attachmentReference (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_imageless_framebuffer.cpp75 VkAttachmentReference attachmentReference = {}; in TEST_F() local
350 VkAttachmentReference attachmentReference = {}; in TEST_F() local
448 VkAttachmentReference attachmentReference = {}; in TEST_F() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp192 const VkAttachmentReference attachmentReference = { in drawTriangleTest() local
490 const VkAttachmentReference attachmentReference = { in createSimpleRenderPass() local
H A DvktApiCopiesAndBlittingTests.cpp8211 const VkAttachmentReference attachmentReference = { in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp172 VkAttachmentReference attachmentReference; in createPipelineCacheTest() local
H A DvktPipelineIdentifierTests.cpp209 VkAttachmentReference attachmentReference; in testGraphicsPipelineIdentifier() local
H A DvktDeviceObjectReservationTests.cpp1812 VkAttachmentReference attachmentReference; in performTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp506 const VkAttachmentReference attachmentReference = { in createRenderPass() local
1366 const VkAttachmentReference attachmentReference = { in createRenderPass() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp198 const VkAttachmentReference attachmentReference{ in createRenderPass() local
H A DvktRenderPassDitheringTests.cpp990 const AttachmentReference attachmentReference = { in createRenderPassFramebuffer() local
H A DvktRenderPassTests.cpp3407 … for (const AttachmentReference &attachmentReference : subpass.getColorAttachments()) in pushDynamicRenderingCommands() local
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp402 const VkAttachmentReference attachmentReference = { in createRenderPass() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp310 const vk::VkAttachmentReference attachmentReference = { in iterate() local
H A DvktPipelineDynamicOffsetTests.cpp1604 const VkAttachmentReference attachmentReference = { in iterate() local
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4557 vk::VkAttachmentReference2 attachmentReference{ in copyToInputAttachment() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp964 VkAttachmentReference &attachmentReference, in prepareSimpleRenderPassCI()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp405 const VkAttachmentReference attachmentReference = { in createRenderPass() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp2418 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
2425 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
H A DlibVulkan.cpp170 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp2752 VkAttachmentReference attachmentReference = {0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL}; in iterate() local
H A DvktBindingDescriptorCopyTests.cpp1340 const VkAttachmentReference attachmentReference = { in getAttachmentReferences() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp2048 const VkAttachmentReference attachmentReference = { in render() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp122 VkAttachmentReference2 convertAttachmentReference(const VkAttachmentReference &attachmentReference, in convertAttachmentReference()