Home
last modified time | relevance | path

Searched refs:pMemoryRanges (Results 1 – 25 of 34) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp151 … const VkMappedMemoryRange *pMemoryRanges) { in gpuVkFlushMappedMemoryRanges() argument
152 return DispatchFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in gpuVkFlushMappedMemoryRanges()
155 … const VkMappedMemoryRange *pMemoryRanges) { in gpuVkInvalidateMappedMemoryRanges() argument
156 return DispatchInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in gpuVkInvalidateMappedMemoryRanges()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h860 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
861 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
862 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
863 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
864 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
865 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
866 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
867 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
868 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
869 …MemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
[all …]
Danv_entrypoints.c1808 …dMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) in anv_FlushMappedMemoryRanges() argument
1811 … return anv_device->dispatch.vkFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in anv_FlushMappedMemoryRanges()
1814 …dMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) in anv_InvalidateMappedMemoryRanges() argument
1817 …eturn anv_device->dispatch.vkInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in anv_InvalidateMappedMemoryRanges()
3388 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
3389 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
3894 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
3895 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
4400 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
4401 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) __attribute__…
[all …]
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp1262 const VkMappedMemoryRange* pMemoryRanges) in DispatchFlushMappedMemoryRanges() argument
1265 …layer_data->device_dispatch_table.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in DispatchFlushMappedMemoryRanges()
1268 if (pMemoryRanges) { in DispatchFlushMappedMemoryRanges()
1271 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchFlushMappedMemoryRanges()
1272 if (pMemoryRanges[index0].memory) { in DispatchFlushMappedMemoryRanges()
1273 … local_pMemoryRanges[index0].memory = layer_data->Unwrap(pMemoryRanges[index0].memory); in DispatchFlushMappedMemoryRanges()
1288 const VkMappedMemoryRange* pMemoryRanges) in DispatchInvalidateMappedMemoryRanges() argument
1291 …_data->device_dispatch_table.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in DispatchInvalidateMappedMemoryRanges()
1294 if (pMemoryRanges) { in DispatchInvalidateMappedMemoryRanges()
1297 local_pMemoryRanges[index0].initialize(&pMemoryRanges[index0]); in DispatchInvalidateMappedMemoryRanges()
[all …]
Dparameter_validation.h106 const VkMappedMemoryRange* pMemoryRanges);
110 const VkMappedMemoryRange* pMemoryRanges);
Dobject_tracker.cpp342 const VkMappedMemoryRange* pMemoryRanges) { in PreCallValidateFlushMappedMemoryRanges() argument
345 if (pMemoryRanges) { in PreCallValidateFlushMappedMemoryRanges()
347 …skip |= ValidateObject(device, pMemoryRanges[index0].memory, kVulkanObjectTypeDeviceMemory, false,… in PreCallValidateFlushMappedMemoryRanges()
357 const VkMappedMemoryRange* pMemoryRanges) { in PreCallValidateInvalidateMappedMemoryRanges() argument
360 if (pMemoryRanges) { in PreCallValidateInvalidateMappedMemoryRanges()
362 …skip |= ValidateObject(device, pMemoryRanges[index0].memory, kVulkanObjectTypeDeviceMemory, false,… in PreCallValidateInvalidateMappedMemoryRanges()
Dthread_safety.h642 const VkMappedMemoryRange* pMemoryRanges);
647 const VkMappedMemoryRange* pMemoryRanges,
653 const VkMappedMemoryRange* pMemoryRanges);
658 const VkMappedMemoryRange* pMemoryRanges,
Dlayer_chassis_dispatch.h134 const VkMappedMemoryRange* pMemoryRanges);
138 const VkMappedMemoryRange* pMemoryRanges);
Dchassis.h188 const VkMappedMemoryRange* pMemoryRanges);
193 const VkMappedMemoryRange* pMemoryRanges);
2599 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { return fal… in PreCallValidateFlushMappedMemoryRanges() argument
2600 …oryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) {}; in PreCallRecordFlushMappedMemoryRanges() argument
2601 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges, VkResult resu… in PostCallRecordFlushMappedMemoryRanges() argument
2602 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) { return fal… in PreCallValidateInvalidateMappedMemoryRanges() argument
2603 …oryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) {}; in PreCallRecordInvalidateMappedMemoryRanges() argument
2604 …kDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges, VkResult resu… in PostCallRecordInvalidateMappedMemoryRanges() argument
Dobject_tracker.h160 const VkMappedMemoryRange* pMemoryRanges);
164 const VkMappedMemoryRange* pMemoryRanges);
Dparameter_validation.cpp2031 const VkMappedMemoryRange* pMemoryRanges) { in PreCallValidateFlushMappedMemoryRanges() argument
2033 …ryRanges", "VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE", memoryRangeCount, pMemoryRanges, VK_STRUCTURE_… in PreCallValidateFlushMappedMemoryRanges()
2034 if (pMemoryRanges != NULL) in PreCallValidateFlushMappedMemoryRanges()
2038 …es[%i].pNext", ParameterName::IndexVector{ memoryRangeIndex }), NULL, pMemoryRanges[memoryRangeInd… in PreCallValidateFlushMappedMemoryRanges()
2040 …yRanges[%i].memory", ParameterName::IndexVector{ memoryRangeIndex }), pMemoryRanges[memoryRangeInd… in PreCallValidateFlushMappedMemoryRanges()
2049 const VkMappedMemoryRange* pMemoryRanges) { in PreCallValidateInvalidateMappedMemoryRanges() argument
2051 …ryRanges", "VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE", memoryRangeCount, pMemoryRanges, VK_STRUCTURE_… in PreCallValidateInvalidateMappedMemoryRanges()
2052 if (pMemoryRanges != NULL) in PreCallValidateInvalidateMappedMemoryRanges()
2056 …es[%i].pNext", ParameterName::IndexVector{ memoryRangeIndex }), NULL, pMemoryRanges[memoryRangeInd… in PreCallValidateInvalidateMappedMemoryRanges()
2058 …yRanges[%i].memory", ParameterName::IndexVector{ memoryRangeIndex }), pMemoryRanges[memoryRangeInd… in PreCallValidateInvalidateMappedMemoryRanges()
Dthread_safety.cpp350 const VkMappedMemoryRange* pMemoryRanges) { in PreCallRecordFlushMappedMemoryRanges() argument
357 const VkMappedMemoryRange* pMemoryRanges, in PostCallRecordFlushMappedMemoryRanges() argument
365 const VkMappedMemoryRange* pMemoryRanges) { in PreCallRecordInvalidateMappedMemoryRanges() argument
372 const VkMappedMemoryRange* pMemoryRanges, in PostCallRecordInvalidateMappedMemoryRanges() argument
Dchassis.cpp1369 const VkMappedMemoryRange* pMemoryRanges) { in FlushMappedMemoryRanges() argument
1374 …skip |= intercept->PreCallValidateFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1379 intercept->PreCallRecordFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1381 VkResult result = DispatchFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in FlushMappedMemoryRanges()
1384 … intercept->PostCallRecordFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges, result); in FlushMappedMemoryRanges()
1392 const VkMappedMemoryRange* pMemoryRanges) { in InvalidateMappedMemoryRanges() argument
1397 …|= intercept->PreCallValidateInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in InvalidateMappedMemoryRanges()
1402 … intercept->PreCallRecordInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in InvalidateMappedMemoryRanges()
1404 VkResult result = DispatchInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in InvalidateMappedMemoryRanges()
1407 …rcept->PostCallRecordInvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges, result); in InvalidateMappedMemoryRanges()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl55 …Ranges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const
57 return m_vk.flushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges);
60 …Ranges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const
62 return m_vk.invalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges);
DvkVirtualDeviceInterface.inl14 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const = 0;
15 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const = 0;
DvkConcreteDeviceInterface.inl14 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const;
15 …s (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const;
DvkNullDriverImpl.inl476 …MemoryRanges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) argument
480 DE_UNREF(pMemoryRanges);
484 …MemoryRanges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) argument
488 DE_UNREF(pMemoryRanges);
DvkFunctionPointerTypes.inl29 …) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
30 …c) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1182 const VkMappedMemoryRange* pMemoryRanges) in lvp_FlushMappedMemoryRanges() argument
1189 const VkMappedMemoryRange* pMemoryRanges) in lvp_InvalidateMappedMemoryRanges() argument
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c1522 const VkMappedMemoryRange *pMemoryRanges) in tu_FlushMappedMemoryRanges() argument
1530 const VkMappedMemoryRange *pMemoryRanges) in tu_InvalidateMappedMemoryRanges() argument
/external/mesa3d/src/intel/vulkan/
Danv_device.c3908 const VkMappedMemoryRange* pMemoryRanges) in anv_FlushMappedMemoryRanges() argument
3918 clflush_mapped_ranges(device, memoryRangeCount, pMemoryRanges); in anv_FlushMappedMemoryRanges()
3926 const VkMappedMemoryRange* pMemoryRanges) in anv_InvalidateMappedMemoryRanges() argument
3933 clflush_mapped_ranges(device, memoryRangeCount, pMemoryRanges); in anv_InvalidateMappedMemoryRanges()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1098 …dMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) in vkFlushMappedMemoryRanges() argument
1101 device, memoryRangeCount, pMemoryRanges); in vkFlushMappedMemoryRanges()
1108 …dMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) in vkInvalidateMappedMemoryRanges() argument
1111 device, memoryRangeCount, pMemoryRanges); in vkInvalidateMappedMemoryRanges()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1767 const VkMappedMemoryRange *pMemoryRanges) in v3dv_FlushMappedMemoryRanges() argument
1775 const VkMappedMemoryRange *pMemoryRanges) in v3dv_InvalidateMappedMemoryRanges() argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2759 …emoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
2760 …emoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
3000 const VkMappedMemoryRange* pMemoryRanges);
3005 const VkMappedMemoryRange* pMemoryRanges);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2759 …emoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
2760 …emoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
3000 const VkMappedMemoryRange* pMemoryRanges);
3005 const VkMappedMemoryRange* pMemoryRanges);

12