Searched refs:inputAttachmentReferences (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 655 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() local 664 …inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttac… in createSubpassDescription() 684 …(deUint32)inputAttachmentReferences.size(), // deUint32 inputAttachmentCount; ||… in createSubpassDescription() 685 …inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // const VkAttachm… in createSubpassDescription()
|
D | vktRenderPassSubpassDependencyTests.cpp | 2542 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal() local 2558 …inputAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_GENERAL, inputAttachme… in iterateInternal() 2561 …ss> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAt… in iterateInternal() 3196 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal() local 3206 …inputAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_GENERAL, inputAttachme… in iterateInternal() 3208 …r<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, in iterateInternal() 4122 vector<AttachmentReference> inputAttachmentReferences; in initTests() local 4129 …inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassNdx - 1, VK_IMAGE_LAYOUT_… in initTests() 4131 …subpasses.push_back(Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, vector… in initTests()
|
D | vktRenderPassTests.cpp | 1157 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() local 1166 …inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttac… in createSubpassDescription() 1186 …(deUint32)inputAttachmentReferences.size(), // deUint32 inputAttachmentCount; ||… in createSubpassDescription() 1187 …inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // const VkAttachm… in createSubpassDescription() 5780 std::vector<AttachmentReference> inputAttachmentReferences; in addAttachmentAllocationTests() local 5887 …inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassInputAttachments[inputAtt… in addAttachmentAllocationTests() 5953 for (size_t inputRefIdx = 0; inputRefIdx < inputAttachmentReferences.size(); ++inputRefIdx) in addAttachmentAllocationTests() 5954 …if (colorAttachmentReferences[colorRefIdx].getAttachment() == inputAttachmentReferences[inputRefId… in addAttachmentAllocationTests() 5960 for (size_t inputRefIdx = 0; inputRefIdx < inputAttachmentReferences.size(); ++inputRefIdx) in addAttachmentAllocationTests() 5962 …bool usedAsDepthStencil = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAt… in addAttachmentAllocationTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 873 m_subpasses.back().inputAttachmentReferences.push_back( in addSubpassInputAttachment() 904 …static_cast<deUint32>(sd.inputAttachmentReferences.size()), // deUint32 inputAttachmentCoun… in bake() 905 …dataOrNullPtr(sd.inputAttachmentReferences), // const VkAttachmentReference* pInputAttachment… in bake() 1011 std::vector<VkAttachmentReference> inputAttachmentReferences; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 6218 std::vector<VkAttachmentReference> inputAttachmentReferences; in checkIntermediateCopy() local 6219 inputAttachmentReferences.reserve(numInputAttachments); in checkIntermediateCopy() 6223 inputAttachmentReferences.push_back(reference); in checkIntermediateCopy() 6230 static_cast<deUint32>(inputAttachmentReferences.size()), // deUint32 inputAttachmentCount; in checkIntermediateCopy() 6231 inputAttachmentReferences.data(), // const VkAttachmentReference* pInputAttachments; in checkIntermediateCopy()
|