Home
last modified time | relevance | path

Searched refs:attachmentIndex (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3052 const deUint32 attachmentIndex = getAttachmentNdx(colorAttachments, attachmentNdx); in renderReferenceValues() local
3054 …if (!attachmentUsed[attachmentIndex] && colorAttachments[attachmentNdx].getAttachment() != VK_ATTA… in renderReferenceValues()
3056 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; in renderReferenceValues()
3057 vector<PixelValue>& reference = referenceAttachments[attachmentIndex]; in renderReferenceValues()
3064 … renderSize, BVec4(true), clearValueToPixelValue(*renderPassClearValues[attachmentIndex], format)); in renderReferenceValues()
3068 attachmentUsed[attachmentIndex] = true; in renderReferenceValues()
3075 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment(); in renderReferenceValues() local
3078 if (!attachmentUsed[attachmentIndex]) in renderReferenceValues()
3080 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; in renderReferenceValues()
3081 vector<PixelValue>& reference = referenceAttachments[attachmentIndex]; in renderReferenceValues()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-03-18-CoalescerBug.ll39 …%attachmentIndex.0.reg2mem.0 = phi i32 [ 0, %bb87.preheader ], [ %indvar.next, %bb108 ] ; <i32> […
40 …d( %struct..0objc_object* %tmp100, %struct.objc_selector* null, i32 %attachmentIndex.0.reg2mem.0 )…
42 %indvar.next = add i32 %attachmentIndex.0.reg2mem.0, 1 ; <i32> [#uses=2]
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1587 …for (uint32_t attachmentIndex = 0; attachmentIndex < pCreateInfos[i].pColorBlendState->attachmentC… in manual_PreCallValidateCreateGraphicsPipelines() local
1588 ++attachmentIndex) { in manual_PreCallValidateCreateGraphicsPipelines()
1591 … ParameterName::IndexVector{i, attachmentIndex}), in manual_PreCallValidateCreateGraphicsPipelines()
1592 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].blendEnable); in manual_PreCallValidateCreateGraphicsPipelines()
1597 ParameterName::IndexVector{i, attachmentIndex}), in manual_PreCallValidateCreateGraphicsPipelines()
1599 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].srcColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
1605 ParameterName::IndexVector{i, attachmentIndex}), in manual_PreCallValidateCreateGraphicsPipelines()
1607 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].dstColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
1613 ParameterName::IndexVector{i, attachmentIndex}), in manual_PreCallValidateCreateGraphicsPipelines()
1615 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].colorBlendOp, in manual_PreCallValidateCreateGraphicsPipelines()
[all …]
Dcore_validation.cpp10215 … if (pSampleLocationsBeginInfo->pAttachmentInitialSampleLocations[i].attachmentIndex >= in ValidateCmdBeginRenderPass()
10222 … pSampleLocationsBeginInfo->pAttachmentInitialSampleLocations[i].attachmentIndex, i, in ValidateCmdBeginRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp823 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment() argument
826 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassColorAttachment()
839 …void addSubpassDepthStencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpass… in addSubpassDepthStencilAttachment() argument
842 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassDepthStencilAttachment()
855 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment() argument
858 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassInputAttachment()
861 void addSubpassPreserveAttachment (const deUint32 attachmentIndex) in addSubpassPreserveAttachment() argument
863 m_subpasses.back().preserveAttachmentReferences.push_back(attachmentIndex); in addSubpassPreserveAttachment()
DvktPipelineFramebufferAttachmentTests.cpp126 deUint32 attachmentIndex = 0; in makeRenderPass() local
144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2895 deUint32 attachmentIndex; member
DvkVulkan_c.inl7620 deUint32 attachmentIndex; member
DvkStrUtilImpl.inl6177 s << "\tattachmentIndex = " << value.attachmentIndex << '\n';
/external/mesa3d/include/vulkan/
Dvulkan.h6705 uint32_t attachmentIndex; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7134 uint32_t attachmentIndex; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h7134 uint32_t attachmentIndex; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h7813 uint32_t attachmentIndex; member
Dvulkan.hpp17818 : attachmentIndex( attachmentIndex_ ) in AttachmentSampleLocationsEXT()
17835 attachmentIndex = attachmentIndex_; in setAttachmentIndex()
17857 return ( attachmentIndex == rhs.attachmentIndex ) in operator ==()
17866 uint32_t attachmentIndex; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h7642 uint32_t attachmentIndex; member
Dvulkan.hpp28077 : attachmentIndex( attachmentIndex_ ) in AttachmentSampleLocationsEXT()
28094 attachmentIndex = attachmentIndex_; in setAttachmentIndex()
28116 return ( attachmentIndex == rhs.attachmentIndex ) in operator ==()
28125 uint32_t attachmentIndex; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in7617 uint32_t attachmentIndex; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp7123 attachment_sample_locations.attachmentIndex = 1; in TEST_F()
7126 attachment_sample_locations.attachmentIndex = 0; in TEST_F()