Searched refs:MemoryPropertyFlags (Results 1 – 11 of 11) sorted by relevance
39 …constexpr MemoryPropertyFlags MEMORY_FLAGS { MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_L… in CreateImage()40 constexpr MemoryPropertyFlags MSAA_MEMORY_FLAGS { in CreateImage()46 const MemoryPropertyFlags memoryFlags = in CreateImage()
189 MemoryPropertyFlags GetSharedMemoryPropertyFlags() const;269 MemoryPropertyFlags deviceSharedMemoryPropertyFlags_ { 0 };
753 MemoryPropertyFlags Device::GetSharedMemoryPropertyFlags() const in GetSharedMemoryPropertyFlags()
51 static constexpr MemoryPropertyFlags NEEDED_DEVICE_MEMORY_PROPERTY_FLAGS_FOR_STAGING_MEM_OPT {54 static constexpr MemoryPropertyFlags ADD_STAGING_MEM_OPT_FLAGS { CORE_MEMORY_PROPERTY_HOST_VISIBLE_…381 …const MemoryPropertyFlags deviceSharedMemoryPropertyFlags = device_.GetSharedMemoryPropertyFlags(); in GpuResourceManager()498 MemoryPropertyFlags additionalMemPropFlags = 0U; in CreateBuffer()
319 MemoryPropertyFlags memoryPropertyFlags { 0 };367 MemoryPropertyFlags memoryPropertyFlags { 0 };
96 using MemoryPropertyFlags = uint32_t; variable
69 constexpr MemoryPropertyFlags memPropertyFlags = CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in GetDepthBufferDesc()84 const MemoryPropertyFlags memPropertyFlags = CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in GetColorBufferDesc()
832 constexpr MemoryPropertyFlags memPropertyFlags = in CreateBuffers()
741 …(memoryProperties.memoryTypeCount > 0) ? (MemoryPropertyFlags)memoryProperties.memoryTypes[0].prop… in CreatePhysicalDevice()743 const MemoryPropertyFlags memoryPropertyFlags = in CreatePhysicalDevice()744 (MemoryPropertyFlags)memoryProperties.memoryTypes[idx].propertyFlags; in CreatePhysicalDevice()
292 …const Format format, const ImageUsageFlags usageFlags, const MemoryPropertyFlags memoryPropertyFla… in CreateReflectionPlaneGpuImage()
197 … depthImage ? MemoryPropertyFlags(MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | in CreateReflectionPlaneGpuImageDesc()199 … : MemoryPropertyFlags(MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in CreateReflectionPlaneGpuImageDesc()