Home
last modified time | relevance | path

Searched refs:FlushMappedMemoryRanges (Results 1 – 16 of 16) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestHelper.h54 DECLARE_VK_PROC(FlushMappedMemoryRanges);
DVkTestHelper.cpp77 ACQUIRE_DEVICE_VK_PROC(FlushMappedMemoryRanges) in init()
DVkYcbcrSamplerHelper.cpp166 GR_VK_CALL_RESULT(vkGpu, result, FlushMappedMemoryRanges(vkGpu->device(), 1, &flushRange)); in createBackendTexture()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp202 GR_VK_CALL(gpu->vkInterface(), FlushMappedMemoryRanges(gpu->device(), 1, in FlushMappedAlloc()
DGrVkAMDMemoryAllocator.cpp229 GR_VK_CALL(fInterface, FlushMappedMemoryRanges(fDevice, 1, &mappedMemoryRange)); in flushMappedMemory()
DGrVkInterface.cpp58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp45 GR_COPY_FUNCTION(FlushMappedMemoryRanges); in Make()
DGrVkInterface.cpp58 ACQUIRE_PROC(FlushMappedMemoryRanges, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h248 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
Dvk_dispatch_table_helper.h408 …table->FlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges) gpa(device, "vkFlushMappedMemoryR… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1265 …if (!wrap_handles) return layer_data->device_dispatch_table.FlushMappedMemoryRanges(device, memory… in DispatchFlushMappedMemoryRanges()
1278 …VkResult result = layer_data->device_dispatch_table.FlushMappedMemoryRanges(device, memoryRangeCou… in DispatchFlushMappedMemoryRanges()
Dchassis.cpp1366 VKAPI_ATTR VkResult VKAPI_CALL FlushMappedMemoryRanges( in FlushMappedMemoryRanges() function
9291 {"vkFlushMappedMemoryRanges", {false, (void*)FlushMappedMemoryRanges}},
Dchassis.h185 VKAPI_ATTR VkResult VKAPI_CALL FlushMappedMemoryRanges(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h733 PFN_vkFlushMappedMemoryRanges FlushMappedMemoryRanges; member
Dvk_enum_to_str.c4756 …table->FlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges) gpa(device, "vkFlushMappedMemoryR… in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1064 VK_CHECK(device_data->vtable.FlushMappedMemoryRanges(device_data->device, 1, range)); in ensure_swapchain_fonts()
1251 VK_CHECK(device_data->vtable.FlushMappedMemoryRanges(device_data->device, 2, range)); in render_swapchain_display()