/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 151 … 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/ |
D | anv_entrypoints.h | 860 …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 …]
|
D | anv_entrypoints.c | 1808 …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/ |
D | layer_chassis_dispatch.cpp | 1262 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 …]
|
D | parameter_validation.h | 106 const VkMappedMemoryRange* pMemoryRanges); 110 const VkMappedMemoryRange* pMemoryRanges);
|
D | object_tracker.cpp | 342 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()
|
D | thread_safety.h | 642 const VkMappedMemoryRange* pMemoryRanges); 647 const VkMappedMemoryRange* pMemoryRanges, 653 const VkMappedMemoryRange* pMemoryRanges); 658 const VkMappedMemoryRange* pMemoryRanges,
|
D | layer_chassis_dispatch.h | 134 const VkMappedMemoryRange* pMemoryRanges); 138 const VkMappedMemoryRange* pMemoryRanges);
|
D | chassis.h | 188 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
|
D | object_tracker.h | 160 const VkMappedMemoryRange* pMemoryRanges); 164 const VkMappedMemoryRange* pMemoryRanges);
|
D | parameter_validation.cpp | 2031 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()
|
D | thread_safety.cpp | 350 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
|
D | chassis.cpp | 1369 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/ |
D | vkDeviceDriverImpl.inl | 55 …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);
|
D | vkVirtualDeviceInterface.inl | 14 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const = 0; 15 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const = 0;
|
D | vkConcreteDeviceInterface.inl | 14 … (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const; 15 …s (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) const;
|
D | vkNullDriverImpl.inl | 476 …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);
|
D | vkFunctionPointerTypes.inl | 29 …) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); 30 …c) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1182 const VkMappedMemoryRange* pMemoryRanges) in lvp_FlushMappedMemoryRanges() argument 1189 const VkMappedMemoryRange* pMemoryRanges) in lvp_InvalidateMappedMemoryRanges() argument
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1522 const VkMappedMemoryRange *pMemoryRanges) in tu_FlushMappedMemoryRanges() argument 1530 const VkMappedMemoryRange *pMemoryRanges) in tu_InvalidateMappedMemoryRanges() argument
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3908 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/ |
D | libVulkan.cpp | 1098 …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/ |
D | v3dv_device.c | 1767 const VkMappedMemoryRange *pMemoryRanges) in v3dv_FlushMappedMemoryRanges() argument 1775 const VkMappedMemoryRange *pMemoryRanges) in v3dv_InvalidateMappedMemoryRanges() argument
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2759 …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/ |
D | vulkan_core.h | 2759 …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);
|