Home
last modified time | relevance | path

Searched refs:AttachmentOpsArray (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h316 class AttachmentOpsArray final
319 AttachmentOpsArray();
320 ~AttachmentOpsArray();
321 AttachmentOpsArray(const AttachmentOpsArray &other);
322 AttachmentOpsArray &operator=(const AttachmentOpsArray &other);
349 bool operator==(const AttachmentOpsArray &lhs, const AttachmentOpsArray &rhs);
351 static_assert(sizeof(AttachmentOpsArray) == 40, "Size check failed");
1320 struct hash<rx::vk::AttachmentOpsArray>
1322 size_t operator()(const rx::vk::AttachmentOpsArray &key) const { return key.hash(); }
1504 const vk::AttachmentOpsArray &attachmentOps,
[all …]
Dvk_cache_utils.cpp924 const AttachmentOpsArray &ops, in InitializeRenderPassFromDesc()
2622 AttachmentOpsArray::AttachmentOpsArray() in AttachmentOpsArray() function in rx::vk::AttachmentOpsArray
2627 AttachmentOpsArray::~AttachmentOpsArray() = default;
2629 AttachmentOpsArray::AttachmentOpsArray(const AttachmentOpsArray &other) in AttachmentOpsArray() function in rx::vk::AttachmentOpsArray
2634 AttachmentOpsArray &AttachmentOpsArray::operator=(const AttachmentOpsArray &other) in operator =()
2640 const PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) const in operator []()
2645 PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) in operator []()
2650 void AttachmentOpsArray::initWithLoadStore(PackedAttachmentIndex index, in initWithLoadStore()
2659 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts()
2668 void AttachmentOpsArray::setOps(PackedAttachmentIndex index, in setOps()
[all …]
DCommandGraph.h112 const AttachmentOpsArray &renderPassAttachmentOps,
243 AttachmentOpsArray mRenderPassAttachmentOps;
488 const AttachmentOpsArray &renderPassAttachmentOps,
DCommandGraph.cpp341 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass()
505 const AttachmentOpsArray &renderPassAttachmentOps, in storeRenderPassInfo()
DContextVk.h432 const vk::AttachmentOpsArray &ops,
530 const vk::AttachmentOpsArray &renderPassAttachmentOps,
Dvk_helpers.h1106 const AttachmentOpsArray &renderPassAttachmentOps,
1202 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps()
1255 AttachmentOpsArray mAttachmentOps;
DFramebufferVk.cpp2400 vk::AttachmentOpsArray renderPassAttachmentOps; in startNewRenderPass()
DContextVk.cpp5374 const vk::AttachmentOpsArray &ops, in getRenderPassWithOps()
5540 const vk::AttachmentOpsArray &renderPassAttachmentOps, in beginNewRenderPass()
DUtilsVk.cpp1958 vk::AttachmentOpsArray renderPassAttachmentOps; in startRenderPass()
Dvk_helpers.cpp1604 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass()