Searched refs:AttachmentOpsArray (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 313 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 …]
|
D | vk_cache_utils.cpp | 1051 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 …]
|
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 | 510 const vk::AttachmentOpsArray &ops, 616 const vk::AttachmentOpsArray &renderPassAttachmentOps,
|
D | vk_helpers.h | 1212 const AttachmentOpsArray &renderPassAttachmentOps, 1290 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps() 1342 AttachmentOpsArray mAttachmentOps;
|
D | FramebufferVk.cpp | 2543 vk::AttachmentOpsArray renderPassAttachmentOps; in startNewRenderPass()
|
D | ContextVk.cpp | 6236 const vk::AttachmentOpsArray &ops, in getRenderPassWithOps() 6383 const vk::AttachmentOpsArray &renderPassAttachmentOps, in beginNewRenderPass()
|
D | UtilsVk.cpp | 1987 vk::AttachmentOpsArray renderPassAttachmentOps; in startRenderPass()
|
D | vk_helpers.cpp | 2020 const AttachmentOpsArray &renderPassAttachmentOps, in beginRenderPass()
|