Searched defs:eLoad (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/drd/
H A Dpub_drd_bitmap.h58 typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT; enumerator in enum:__anon29291
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp5743 eLoad = VK_ATTACHMENT_LOAD_OP_LOAD, member in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp
19641 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format format_ = Format::eUndefined, SampleCountFlagBits samples_ = SampleCountFlagBits::e1, AttachmentLoadOp loadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp storeOp_ = AttachmentStoreOp::eStore, AttachmentLoadOp stencilLoadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp stencilStoreOp_ = AttachmentStoreOp::eStore, ImageLayout initialLayout_ = ImageLayout::eUndefined, ImageLayout finalLayout_ = ImageLayout::eUndefined )
[all...]

Completed in 352 milliseconds