Home
last modified time | relevance | path

Searched refs:minMemoryMapAlignment (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c268 alignment = MAX2(alignment, screen->info.props.limits.minMemoryMapAlignment); in bo_create_internal()
269 … mai.allocationSize = align64(mai.allocationSize, screen->info.props.limits.minMemoryMapAlignment); in bo_create_internal()
635 size = align64(size, screen->info.props.limits.minMemoryMapAlignment); in zink_bo_create()
636 alignment = align(alignment, screen->info.props.limits.minMemoryMapAlignment); in zink_bo_create()
Dzink_resource.c1006 alignment = MAX2(alignment, screen->info.props.limits.minMemoryMapAlignment); in resource_object_create()
1803 screen->info.props.limits.minMemoryMapAlignment, &offset, in zink_buffer_map()
1824 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment; in zink_buffer_map()
1835 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment; in zink_buffer_map()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp122 ASSERT(gl::isPow2(limitsVk.minMemoryMapAlignment)); in GetPreferredDynamicBufferInitialSize()
127 limitsVk.minMemoryMapAlignment}); in GetPreferredDynamicBufferInitialSize()
DContextVk.cpp915 static_cast<size_t>(mRenderer->getPhysicalDeviceProperties().limits.minMemoryMapAlignment); in initialize()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1129 p->props.properties.limits.minMemoryMapAlignment); in vulkan_device_init()
1442 p->props.properties.limits.minMemoryMapAlignment); in alloc_bind_mem()
2752 size = FFALIGN(size, p->props.properties.limits.minMemoryMapAlignment); in get_req_buffer_size()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c604 DEBUG_SIZE ("limit", limits, minMemoryMapAlignment); in dump_limits()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c731 .minMemoryMapAlignment = 4096, /* A page */ in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1068 props->limits.minMemoryMapAlignment = 64; in getPhysicalDeviceProperties()
/third_party/ffmpeg/libavfilter/
Dvulkan.c109 req->size = FFALIGN(req->size, props.limits.minMemoryMapAlignment); in vk_alloc_mem()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c333 ….minMemoryMapAlignment = device->pscreen->get_param(device->pscreen, PIPE_CAP_M… in lvp_physical_device_init()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1487 .minMemoryMapAlignment = page_size, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c957 .minMemoryMapAlignment = 64U, in pvr_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp215 …{ LIMIT(minMemoryMapAlignment), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, … in validateFeatureLimits()
801 { PN(checkAlways), PN(limits.minMemoryMapAlignment), LIM_MIN_UINT32(64) }, in validateLimits12()
2445 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.minMemoryMapAlignment),
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1184 .minMemoryMapAlignment = 4096, /* A page */ in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1475 .minMemoryMapAlignment = 64, in dzn_GetPhysicalDeviceProperties2()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1328 size_t minMemoryMapAlignment; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1960 .minMemoryMapAlignment = 4096, /* A page */ in anv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl313 size_t minMemoryMapAlignment; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1822 size_t minMemoryMapAlignment; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1985 .minMemoryMapAlignment = 4096, /* A page */ in radv_GetPhysicalDeviceProperties()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2026 size_t minMemoryMapAlignment; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h96 size += vn_sizeof_size_t(&val->minMemoryMapAlignment); in vn_sizeof_VkPhysicalDeviceLimits()
222 vn_decode_size_t(dec, &val->minMemoryMapAlignment); in vn_decode_VkPhysicalDeviceLimits()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2610 size_t minMemoryMapAlignment; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2752 size_t minMemoryMapAlignment; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2703 size_t minMemoryMapAlignment; member

12