HomeSort by relevance Sort by last modified time
    Searched refs:GrVkMemory (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/vk/
GrVkMemory.cpp 8 #include "GrVkMemory.h"
34 bool GrVkMemory::AllocAndBindBufferMemory(const GrVkGpu* gpu,
77 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type,
89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu,
123 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling,
133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
166 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset,
189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset,
200 GrVkMemory::GetNonCoherentMappedMemoryRange(alloc, offset, size, alignment
    [all...]
GrVkMemory.h 17 namespace GrVkMemory {
GrVkBuffer.cpp 10 #include "GrVkMemory.h"
65 if (!GrVkMemory::AllocAndBindBufferMemory(gpu,
76 GrVkMemory::FreeBufferMemory(gpu, desc.fType, alloc);
110 GrVkMemory::FreeBufferMemory(gpu, fType, fAlloc);
177 fMapPtr = GrVkMemory::MapAlloc(gpu, alloc);
225 GrVkMemory::FlushMappedAlloc(gpu, alloc, 0, size);
226 GrVkMemory::UnmapAlloc(gpu, alloc);
GrVkUniformBuffer.cpp 67 if (!GrVkMemory::AllocAndBindBufferMemory(gpu,
78 GrVkMemory::FreeBufferMemory(gpu, kUniform_Type, alloc);
GrVkImage.cpp 11 #include "GrVkMemory.h"
197 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) {
215 GrVkMemory::FreeImageMemory(gpu, isLinear, info->fAlloc);
269 GrVkMemory::FreeImageMemory(gpu, isLinear, fAlloc);
GrVkAMDMemoryAllocator.cpp 11 #include "GrVkMemory.h"
227 GrVkMemory::GetNonCoherentMappedMemoryRange(info, offset, size, alignment,
245 GrVkMemory::GetNonCoherentMappedMemoryRange(info, offset, size, alignment,
GrVkGpu.cpp 27 #include "GrVkMemory.h"
579 void* mapPtr = GrVkMemory::MapAlloc(this, alloc);
588 GrVkMemory::FlushMappedAlloc(this, alloc, offset, size);
589 GrVkMemory::UnmapAlloc(this, alloc);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkMemory.cpp 8 #include "GrVkMemory.h"
34 bool GrVkMemory::AllocAndBindBufferMemory(const GrVkGpu* gpu,
77 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type,
89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu,
123 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling,
133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
166 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset,
189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset,
200 GrVkMemory::GetNonCoherentMappedMemoryRange(alloc, offset, size, alignment
    [all...]
GrVkMemory.h 17 namespace GrVkMemory {
GrVkBuffer.cpp 10 #include "GrVkMemory.h"
65 if (!GrVkMemory::AllocAndBindBufferMemory(gpu,
76 GrVkMemory::FreeBufferMemory(gpu, desc.fType, alloc);
109 GrVkMemory::FreeBufferMemory(gpu, fType, fAlloc);
176 fMapPtr = GrVkMemory::MapAlloc(gpu, alloc);
197 GrVkMemory::FlushMappedAlloc(gpu, alloc, 0, size);
198 GrVkMemory::UnmapAlloc(gpu, alloc);
GrVkUniformBuffer.cpp 67 if (!GrVkMemory::AllocAndBindBufferMemory(gpu,
78 GrVkMemory::FreeBufferMemory(gpu, kUniform_Type, alloc);
GrVkImage.cpp 11 #include "GrVkMemory.h"
191 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) {
209 GrVkMemory::FreeImageMemory(gpu, isLinear, info->fAlloc);
246 GrVkMemory::FreeImageMemory(gpu, isLinear, fAlloc);
GrVkAMDMemoryAllocator.cpp 11 #include "GrVkMemory.h"
227 GrVkMemory::GetNonCoherentMappedMemoryRange(info, offset, size, alignment,
245 GrVkMemory::GetNonCoherentMappedMemoryRange(info, offset, size, alignment,
GrVkGpu.cpp 27 #include "GrVkMemory.h"
576 void* mapPtr = GrVkMemory::MapAlloc(this, alloc);
585 GrVkMemory::FlushMappedAlloc(this, alloc, offset, size);
586 GrVkMemory::UnmapAlloc(this, alloc);
    [all...]

Completed in 243 milliseconds