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.h313 class AttachmentOpsArray final
316 AttachmentOpsArray();
317 ~AttachmentOpsArray();
318 AttachmentOpsArray(const AttachmentOpsArray &other);
319 AttachmentOpsArray &operator=(const AttachmentOpsArray &other);
346 bool operator==(const AttachmentOpsArray &lhs, const AttachmentOpsArray &rhs);
348 static_assert(sizeof(AttachmentOpsArray) == 40, "Size check failed");
1433 struct hash<rx::vk::AttachmentOpsArray>
1435 size_t operator()(const rx::vk::AttachmentOpsArray &key) const { return key.hash(); }
1636 const vk::AttachmentOpsArray &attachmentOps,
[all …]
Dvk_cache_utils.cpp1051 const AttachmentOpsArray &ops, in InitializeRenderPassFromDesc()
2980 AttachmentOpsArray::AttachmentOpsArray() in AttachmentOpsArray() function in rx::vk::AttachmentOpsArray
2985 AttachmentOpsArray::~AttachmentOpsArray() = default;
2987 AttachmentOpsArray::AttachmentOpsArray(const AttachmentOpsArray &other) in AttachmentOpsArray() function in rx::vk::AttachmentOpsArray
2992 AttachmentOpsArray &AttachmentOpsArray::operator=(const AttachmentOpsArray &other) in operator =()
2998 const PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) const in operator []()
3003 PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) in operator []()
3008 void AttachmentOpsArray::initWithLoadStore(PackedAttachmentIndex index, in initWithLoadStore()
3017 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts()
3026 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.h510 const vk::AttachmentOpsArray &ops,
616 const vk::AttachmentOpsArray &renderPassAttachmentOps,
Dvk_helpers.h1212 const AttachmentOpsArray &renderPassAttachmentOps,
1290 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps()
1342 AttachmentOpsArray mAttachmentOps;
DFramebufferVk.cpp2543 vk::AttachmentOpsArray renderPassAttachmentOps; in startNewRenderPass()
DContextVk.cpp6236 const vk::AttachmentOpsArray &ops, in getRenderPassWithOps()
6383 const vk::AttachmentOpsArray &renderPassAttachmentOps, in beginNewRenderPass()
DUtilsVk.cpp1987 vk::AttachmentOpsArray renderPassAttachmentOps; in startRenderPass()
Dvk_helpers.cpp2020 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass()