Searched refs:invalidateMemory (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.h | 64 VkResult invalidateMemory(const GrVkBackendMemory&, VkDeviceSize offset,
|
H A D | GrVkMemory.cpp | 315 VkResult result = allocator->invalidateMemory(alloc.fBackendMemory, offset, size);
|
H A D | GrVkAMDMemoryAllocator.cpp | 381 VkResult GrVkAMDMemoryAllocator::invalidateMemory(const GrVkBackendMemory& memoryHandle, in invalidateMemory() function in GrVkAMDMemoryAllocator
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkMemoryAllocator.h | 123 virtual VkResult invalidateMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in invalidateMemory() function in GrVkMemoryAllocator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 181 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, bool coherent = false) in invalidateMemory() function 840 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 181 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, bool coherent = false) in invalidateMemory() function 840 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()
|
Completed in 6 milliseconds