Home
last modified time | relevance | path

Searched defs:memoryPropertyFlags (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp478 const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNdx].propertyFlags; in verifyMemoryRequirements() local
969 const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNdx].propertyFlags; in verifyMemoryRequirements() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp479 const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNdx].propertyFlags; in verifyMemoryRequirements() local
979 const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNdx].propertyFlags; in verifyMemoryRequirements() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp355 VkMemoryPropertyFlags memoryPropertyFlags = 0; in setDataWithUsageFlags() local
404 VkMemoryPropertyFlags memoryPropertyFlags = GetPreferredMemoryType(target, usage); in setData() local
303 setExternalBufferData(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, size_t size, VkMemoryPropertyFlags memoryPropertyFlags) setExternalBufferData() argument
408 setDataWithMemoryType(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, VkMemoryPropertyFlags memoryPropertyFlags, bool persistentMapRequired, gl::BufferUsage usage) setDataWithMemoryType() argument
[all...]
H A Dvk_utils.cpp527 flush(RendererVk *renderer, VkMemoryMapFlags memoryPropertyFlags, VkDeviceSize offset, VkDeviceSize size) flush() argument
551 invalidate(RendererVk *renderer, VkMemoryMapFlags memoryPropertyFlags, VkDeviceSize offset, VkDeviceSize size) invalidate() argument
657 InitMappableAllocation(Context *context, const Allocator &allocator, Allocation *allocation, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableAllocation() argument
678 InitMappableDeviceMemory(Context *context, DeviceMemory *deviceMemory, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableDeviceMemory() argument
718 AllocateImageMemory(Context *context, VkMemoryPropertyFlags memoryPropertyFlags, VkMemoryPropertyFlags *memoryPropertyFlagsOut, const void *extraAllocationInfo, Image *image, DeviceMemory *deviceMemoryOut, VkDeviceSize *sizeOut) AllocateImageMemory() argument
730 AllocateImageMemoryWithRequirements( Context *context, VkMemoryPropertyFlags memoryPropertyFlags, const VkMemoryRequirements &memoryRequirements, const void *extraAllocationInfo, const VkBindImagePlaneMemoryInfoKHR *extraBindInfo, Image *image, DeviceMemory *deviceMemoryOut) AllocateImageMemoryWithRequirements() argument
745 AllocateBufferMemoryWithRequirements(Context *context, VkMemoryPropertyFlags memoryPropertyFlags, const VkMemoryRequirements &memoryRequirements, const void *extraAllocationInfo, Buffer *buffer, VkMemoryPropertyFlags *memoryPropertyFlagsOut, DeviceMemory *deviceMemoryOut) AllocateBufferMemoryWithRequirements() argument
[all...]
H A Dvk_helpers.cpp2196 VkMemoryPropertyFlags memoryPropertyFlags = in init() local
4876 VkMemoryPropertyFlags memoryPropertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in initStaging() local
2202 initWithFlags(RendererVk *renderer, VkBufferUsageFlags usage, size_t alignment, size_t initialSize, VkMemoryPropertyFlags memoryPropertyFlags, DynamicBufferPolicy policy) initWithFlags() argument
3656 init(ContextVk *contextVk, const VkBufferCreateInfo &requestedCreateInfo, VkMemoryPropertyFlags memoryPropertyFlags) init() argument
[all...]

Completed in 22 milliseconds