Home
last modified time | relevance | path

Searched refs:invalidateMemory (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h59 VkResult invalidateMemory(const GrVkBackendMemory&, VkDeviceSize offset,
DGrVkMemory.cpp172 VkResult result = allocator->invalidateMemory(alloc.fBackendMemory, offset, size); in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.cpp259 VkResult GrVkAMDMemoryAllocator::invalidateMemory(const GrVkBackendMemory& memoryHandle, in invalidateMemory() function in GrVkAMDMemoryAllocator
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h122 virtual VkResult invalidateMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in invalidateMemory() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp181 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, b… in invalidateMemory() function
847 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()