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