Searched refs:inputAttachmentRefs (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 215 std::vector<AttachmentRef> inputAttachmentRefs; in createRenderPass() member 300 refs.inputAttachmentRefs.push_back({DE_NULL, ref.idx, layout, aspectMask}); in createRenderPass() 311 (deUint32)refs.inputAttachmentRefs.size(), // deUint32 inputAttachmentCount in createRenderPass() 312 refs.inputAttachmentRefs.empty() ? DE_NULL : refs.inputAttachmentRefs.data(), // const VkAttachmentReference* pInputAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 215 std::vector<AttachmentRef> inputAttachmentRefs; in createRenderPass() member 300 refs.inputAttachmentRefs.push_back({DE_NULL, ref.idx, layout, aspectMask}); in createRenderPass() 311 (deUint32)refs.inputAttachmentRefs.size(), // deUint32 inputAttachmentCount in createRenderPass() 312 refs.inputAttachmentRefs.empty() ? DE_NULL : refs.inputAttachmentRefs.data(), // const VkAttachmentReference* pInputAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 3533 std::vector<VkAttachmentReference> inputAttachmentRefs; in createRenderPass() local 3564 for (uint32_t unusedIdx = static_cast<uint32_t>(inputAttachmentRefs.size()); unusedIdx < nextInputAttachmentIndex; ++unusedIdx) in createRenderPass() 3572 inputAttachmentRefs.push_back(inputAttachmentRef); in createRenderPass() 3594 inputAttachmentRefs.push_back(inputAttachmentRef); in createRenderPass() 3603 static_cast<uint32_t>(inputAttachmentRefs.size()), // uint32_t inputAttachmentCount; in createRenderPass() 3604 inputAttachmentRefs.data(), // const VkAttachmentReference* pInputAttachments; in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 3422 std::vector<VkAttachmentReference> inputAttachmentRefs; in createRenderPass() local 3453 for (deUint32 unusedIdx = static_cast<deUint32>(inputAttachmentRefs.size()); unusedIdx < nextInputAttachmentIndex; ++unusedIdx) in createRenderPass() 3461 inputAttachmentRefs.push_back(inputAttachmentRef); in createRenderPass() 3483 inputAttachmentRefs.push_back(inputAttachmentRef); in createRenderPass() 3492 static_cast<deUint32>(inputAttachmentRefs.size()), // deUint32 inputAttachmentCount; in createRenderPass() 3493 inputAttachmentRefs.data(), // const VkAttachmentReference* pInputAttachments; in createRenderPass()
|
Completed in 21 milliseconds