Searched refs:AttachmentOpsArray (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 316 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 …]
|
D | vk_cache_utils.cpp | 924 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 …]
|
D | CommandGraph.h | 112 const AttachmentOpsArray &renderPassAttachmentOps, 243 AttachmentOpsArray mRenderPassAttachmentOps; 488 const AttachmentOpsArray &renderPassAttachmentOps,
|
D | CommandGraph.cpp | 341 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass() 505 const AttachmentOpsArray &renderPassAttachmentOps, in storeRenderPassInfo()
|
D | ContextVk.h | 432 const vk::AttachmentOpsArray &ops, 530 const vk::AttachmentOpsArray &renderPassAttachmentOps,
|
D | vk_helpers.h | 1106 const AttachmentOpsArray &renderPassAttachmentOps, 1202 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps() 1255 AttachmentOpsArray mAttachmentOps;
|
D | FramebufferVk.cpp | 2400 vk::AttachmentOpsArray renderPassAttachmentOps; in startNewRenderPass()
|
D | ContextVk.cpp | 5374 const vk::AttachmentOpsArray &ops, in getRenderPassWithOps() 5540 const vk::AttachmentOpsArray &renderPassAttachmentOps, in beginNewRenderPass()
|
D | UtilsVk.cpp | 1958 vk::AttachmentOpsArray renderPassAttachmentOps; in startRenderPass()
|
D | vk_helpers.cpp | 1604 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass()
|