| /external/skia/src/gpu/vk/ |
| D | GrVkCommandBuffer.cpp | 43 void GrVkCommandBuffer::freeGPUData(GrVkGpu* gpu, VkCommandPool cmdPool) const { in freeGPUData() 56 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() 89 void GrVkCommandBuffer::pipelineBarrier(const GrVkGpu* gpu, in pipelineBarrier() 147 void GrVkCommandBuffer::submitPipelineBarriers(const GrVkGpu* gpu) { in submitPipelineBarriers() 179 void GrVkCommandBuffer::bindInputBuffer(GrVkGpu* gpu, uint32_t binding, in bindInputBuffer() 198 void GrVkCommandBuffer::bindIndexBuffer(GrVkGpu* gpu, const GrVkIndexBuffer* ibuffer) { in bindIndexBuffer() 213 void GrVkCommandBuffer::clearAttachments(const GrVkGpu* gpu, in clearAttachments() 244 void GrVkCommandBuffer::bindDescriptorSets(const GrVkGpu* gpu, in bindDescriptorSets() 263 void GrVkCommandBuffer::bindPipeline(const GrVkGpu* gpu, const GrVkPipeline* pipeline) { in bindPipeline() 271 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() [all …]
|
| D | GrVkUniformBuffer.h | 23 void* map(GrVkGpu* gpu) { in map() 26 void unmap(GrVkGpu* gpu) { in unmap() 31 bool updateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in updateData() 35 void release(const GrVkGpu* gpu) { this->vkRelease(gpu); } in release() 51 GrVkUniformBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc, in GrVkUniformBuffer()
|
| D | GrVkCommandPool.cpp | 14 GrVkCommandPool* GrVkCommandPool::Create(GrVkGpu* gpu) { in Create() 44 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool() 51 GrVkGpu* gpu) { in findOrCreateSecondaryCommandBuffer() 71 void GrVkCommandPool::reset(GrVkGpu* gpu) { in reset() 82 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources()
|
| D | GrVkDescriptorSetManager.cpp | 19 GrVkDescriptorSetManager* GrVkDescriptorSetManager::CreateUniformManager(GrVkGpu* gpu) { in CreateUniformManager() 31 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager() 43 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) { in CreateSamplerManager() 67 static bool get_layout_and_desc_count(GrVkGpu* gpu, in get_layout_and_desc_count() 159 GrVkGpu* gpu, VkDescriptorType type, in Create() 181 GrVkGpu* gpu, VkDescriptorType type, VkDescriptorSetLayout descSetLayout, in GrVkDescriptorSetManager() 197 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() 221 void GrVkDescriptorSetManager::release(GrVkGpu* gpu) { in release() 291 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool() 307 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet() [all …]
|
| D | GrVkBuffer.cpp | 22 const GrVkBuffer::Resource* GrVkBuffer::Create(GrVkGpu* gpu, const Desc& desc) { in Create() 84 void GrVkBuffer::addMemoryBarrier(const GrVkGpu* gpu, in addMemoryBarrier() 114 void GrVkBuffer::vkRelease(const GrVkGpu* gpu) { in vkRelease() 139 void GrVkBuffer::internalMap(GrVkGpu* gpu, size_t size, bool* createdNewBuffer) { in internalMap() 178 void GrVkBuffer::copyCpuDataToGpuBuffer(GrVkGpu* gpu, const void* src, size_t size) { in copyCpuDataToGpuBuffer() 207 void GrVkBuffer::internalUnmap(GrVkGpu* gpu, size_t size) { in internalUnmap() 232 bool GrVkBuffer::vkUpdateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in vkUpdateData()
|
| D | GrVkMemory.cpp | 33 bool GrVkMemory::AllocAndBindBufferMemory(GrVkGpu* gpu, in AllocAndBindBufferMemory() 76 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type, in FreeBufferMemory() 88 bool GrVkMemory::AllocAndBindImageMemory(GrVkGpu* gpu, in AllocAndBindImageMemory() 128 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, in FreeImageMemory() 138 void* GrVkMemory::MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc() 162 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc() 194 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc() 213 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
|
| D | GrVkImage.cpp | 86 void GrVkImage::setImageLayout(const GrVkGpu* gpu, VkImageLayout newLayout, in setImageLayout() 156 bool GrVkImage::InitImageInfo(GrVkGpu* gpu, const ImageDesc& imageDesc, GrVkImageInfo* info) { in InitImageInfo() 224 void GrVkImage::DestroyImageInfo(const GrVkGpu* gpu, GrVkImageInfo* info) { in DestroyImageInfo() 235 void GrVkImage::prepareForPresent(GrVkGpu* gpu) { in prepareForPresent() 246 void GrVkImage::prepareForExternal(GrVkGpu* gpu) { in prepareForExternal() 251 void GrVkImage::releaseImage(GrVkGpu* gpu) { in releaseImage() 319 void GrVkImage::setCurrentQueueFamilyToGraphicsQueue(GrVkGpu* gpu) { in setCurrentQueueFamilyToGraphicsQueue()
|
| D | GrVkStencilAttachment.cpp | 16 GrVkStencilAttachment::GrVkStencilAttachment(GrVkGpu* gpu, in GrVkStencilAttachment() 30 GrVkStencilAttachment* GrVkStencilAttachment::Create(GrVkGpu* gpu, in Create() 83 GrVkGpu* gpu = this->getVkGpu(); in onRelease() local 92 GrVkGpu* gpu = this->getVkGpu(); in onAbandon() local
|
| D | GrVkRenderTarget.cpp | 25 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 51 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 77 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 95 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 110 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 129 sk_sp<GrVkRenderTarget> GrVkRenderTarget::MakeWrappedRenderTarget(GrVkGpu* gpu, in MakeWrappedRenderTarget() 206 GrVkGpu* gpu, SkISize dimensions, const GrVkDrawableInfo& vkInfo) { in MakeSecondaryCBRenderTarget() 275 GrVkGpu* gpu = this->getVkGpu(); in createFramebuffer() local 335 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects() local
|
| D | GrVkTextureRenderTarget.cpp | 21 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 44 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 61 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 84 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 110 static Views create_views(GrVkGpu* gpu, SkISize dimensions, int sampleCnt, in create_views() 177 GrVkGpu* gpu, in MakeNewTextureRenderTarget() 210 GrVkGpu* gpu, in MakeWrappedTextureRenderTarget()
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkCommandBuffer.cpp | 90 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() 130 void GrVkCommandBuffer::pipelineBarrier(const GrVkGpu* gpu, in pipelineBarrier() 181 void GrVkCommandBuffer::bindInputBuffer(GrVkGpu* gpu, uint32_t binding, in bindInputBuffer() 200 void GrVkCommandBuffer::bindIndexBuffer(GrVkGpu* gpu, const GrVkIndexBuffer* ibuffer) { in bindIndexBuffer() 215 void GrVkCommandBuffer::clearAttachments(const GrVkGpu* gpu, in clearAttachments() 240 void GrVkCommandBuffer::bindDescriptorSets(const GrVkGpu* gpu, in bindDescriptorSets() 260 void GrVkCommandBuffer::bindDescriptorSets(const GrVkGpu* gpu, in bindDescriptorSets() 287 void GrVkCommandBuffer::bindPipeline(const GrVkGpu* gpu, const GrVkPipeline* pipeline) { in bindPipeline() 295 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu, in drawIndexed() 311 void GrVkCommandBuffer::draw(const GrVkGpu* gpu, in draw() [all …]
|
| D | GrVkCommandPool.cpp | 14 GrVkCommandPool* GrVkCommandPool::Create(const GrVkGpu* gpu) { in Create() 28 GrVkCommandPool::GrVkCommandPool(const GrVkGpu* gpu, VkCommandPool commandPool) in GrVkCommandPool() 33 GrVkSecondaryCommandBuffer* GrVkCommandPool::findOrCreateSecondaryCommandBuffer(GrVkGpu* gpu) { in findOrCreateSecondaryCommandBuffer() 51 void GrVkCommandPool::reset(GrVkGpu* gpu) { in reset() 58 void GrVkCommandPool::releaseResources(GrVkGpu* gpu) { in releaseResources()
|
| D | GrVkUniformBuffer.h | 23 void* map(GrVkGpu* gpu) { in map() 26 void unmap(GrVkGpu* gpu) { in unmap() 31 bool updateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in updateData() 35 void release(const GrVkGpu* gpu) { this->vkRelease(gpu); } in release() 52 GrVkUniformBuffer(GrVkGpu* gpu, const GrVkBuffer::Desc& desc, in GrVkUniformBuffer()
|
| D | GrVkDescriptorSetManager.cpp | 15 GrVkDescriptorSetManager* GrVkDescriptorSetManager::CreateUniformManager(GrVkGpu* gpu) { in CreateUniformManager() 33 GrVkGpu* gpu, VkDescriptorType type, const GrVkUniformHandler& uniformHandler) { in CreateSamplerManager() 45 GrVkGpu* gpu, VkDescriptorType type, const SkTArray<uint32_t>& visibilities) { in CreateSamplerManager() 55 GrVkGpu* gpu, VkDescriptorType type, in GrVkDescriptorSetManager() 78 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() 100 void GrVkDescriptorSetManager::release(GrVkGpu* gpu) { in release() 191 GrVkGpu* gpu, in DescriptorPoolManager() 274 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool() 290 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet() 313 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()
|
| D | GrVkMemory.cpp | 34 bool GrVkMemory::AllocAndBindBufferMemory(const GrVkGpu* gpu, in AllocAndBindBufferMemory() 77 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type, in FreeBufferMemory() 89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu, in AllocAndBindImageMemory() 123 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, in FreeImageMemory() 133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc() 157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc() 189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc() 208 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
|
| D | GrVkBuffer.cpp | 22 const GrVkBuffer::Resource* GrVkBuffer::Create(const GrVkGpu* gpu, const Desc& desc) { in Create() 83 void GrVkBuffer::addMemoryBarrier(const GrVkGpu* gpu, in addMemoryBarrier() 112 void GrVkBuffer::vkRelease(const GrVkGpu* gpu) { in vkRelease() 147 void GrVkBuffer::internalMap(GrVkGpu* gpu, size_t size, bool* createdNewBuffer) { in internalMap() 186 void GrVkBuffer::internalUnmap(GrVkGpu* gpu, size_t size) { in internalUnmap() 232 bool GrVkBuffer::vkUpdateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in vkUpdateData()
|
| D | GrVkRenderTarget.cpp | 25 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 50 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 75 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 95 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 113 GrVkRenderTarget::GrVkRenderTarget(GrVkGpu* gpu, in GrVkRenderTarget() 132 GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info, in MakeWrappedRenderTarget() 206 GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkDrawableInfo& vkInfo) { in MakeSecondaryCBRenderTarget() 239 void GrVkRenderTarget::createFramebuffer(GrVkGpu* gpu) { in createFramebuffer() 307 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects() local
|
| D | GrVkTextureRenderTarget.cpp | 21 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 42 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 59 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 79 GrVkTextureRenderTarget::GrVkTextureRenderTarget(GrVkGpu* gpu, in GrVkTextureRenderTarget() 105 static Views create_views(GrVkGpu* gpu, const GrSurfaceDesc& desc, const GrVkImageInfo& info) { in create_views() 172 GrVkTextureRenderTarget::MakeNewTextureRenderTarget(GrVkGpu* gpu, in MakeNewTextureRenderTarget() 204 GrVkGpu* gpu, in MakeWrappedTextureRenderTarget()
|
| /external/skia/src/gpu/mock/ |
| D | GrMockTexture.h | 20 GrMockTexture(GrMockGpu* gpu, in GrMockTexture() 30 GrMockTexture(GrMockGpu* gpu, in GrMockTexture() 59 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture() 85 GrMockRenderTarget(GrMockGpu* gpu, in GrMockRenderTarget() 98 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, in GrMockRenderTarget() 134 GrMockRenderTarget(GrMockGpu* gpu, in GrMockRenderTarget() 152 GrMockTextureRenderTarget(GrMockGpu* gpu, in GrMockTextureRenderTarget() 167 GrMockTextureRenderTarget(GrMockGpu* gpu, in GrMockTextureRenderTarget()
|
| /external/skqp/src/gpu/mock/ |
| D | GrMockTexture.h | 19 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTexture() 25 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture() 58 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture() 105 GrMockRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockRenderTarget() 112 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrMockRenderTarget() 146 GrMockRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockRenderTarget() 159 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget() 169 GrMockTextureRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget()
|
| /external/libdrm/etnaviv/ |
| D | etnaviv_gpu.c | 49 struct etna_gpu *gpu; in etna_gpu_new() local 76 drm_public void etna_gpu_del(struct etna_gpu *gpu) in etna_gpu_del() 81 drm_public int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param()
|
| /external/mesa3d/src/etnaviv/drm/ |
| D | etnaviv_gpu.c | 49 struct etna_gpu *gpu; in etna_gpu_new() local 76 void etna_gpu_del(struct etna_gpu *gpu) in etna_gpu_del() 81 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param()
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLPath.cpp | 99 inline bool init_path_object_for_general_path(GrGLGpu* gpu, GrGLuint pathID, in init_path_object_for_general_path() 211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates() 216 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData() 255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() 268 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath() 272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath()
|
| D | GrGLRenderTarget.cpp | 22 GrGLRenderTarget::GrGLRenderTarget(GrGLGpu* gpu, in GrGLRenderTarget() 34 GrGLRenderTarget::GrGLRenderTarget(GrGLGpu* gpu, const GrSurfaceDesc& desc, GrGLenum format, in GrGLRenderTarget() 68 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() 113 GrGLGpu* gpu = this->getGLGpu(); in completeStencilAttachment() local 168 GrGLGpu* gpu = this->getGLGpu(); in onRelease() local
|
| /external/skia/src/gpu/gl/ |
| D | GrGLPath.cpp | 99 inline bool init_path_object_for_general_path(GrGLGpu* gpu, GrGLuint pathID, in init_path_object_for_general_path() 211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates() 216 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData() 253 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() 266 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath() 270 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath()
|