/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 42 ID3D12Device* device() const { return fDevice.get(); } in device() function in GrD3DGpu
|
/third_party/skia/src/opts/ |
H A D | SkBlitMask_opts.h | 49 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; in D32_A8_Opaque_Color_neon() local 125 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst; blit_mask_d32_a8_black() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 195 Device *const device; member in vk::CommandBuffer
|
H A D | VkDeviceMemory.cpp | 85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, Device *device) in Allocate() argument 106 Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *device) Allocate() argument [all...] |
H A D | VkDeviceMemory.hpp | 123 Device *const device; member in vk::DeviceMemory
|
H A D | VkPipeline.hpp | 72 Device *const device; member in vk::Pipeline
|
H A D | VkQueue.cpp | 167 Queue::Queue(Device *device, marl::Scheduler *scheduler) in Queue() argument
|
H A D | VkQueue.hpp | 98 Device *device; member in vk::Queue
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSurfaceKHR.cpp | 42 VkResult PresentImage::createImage(VkDevice device, const VkImageCreateInfo &createInfo) in createImage() argument 56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo) in allocateAndBindImageMemory() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 40 vk::CommandBuffer beginSingleTimeCommands(vk::Device device, vk::CommandPool commandPool) in beginSingleTimeCommands() argument 57 void endSingleTimeCommands(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::CommandBuffer commandBuffer) in endSingleTimeCommands() argument 72 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout) in transitionImageLayout() argument 117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer buffer, vk::Image image, uint32_t width, uint32_t height) in copyBufferToImage() argument [all...] |
/third_party/skia/tests/ |
H A D | VkPriorityExtensionTest.cpp | 91 VkDevice device; DEF_GPUTEST() local [all...] |
/third_party/skia/src/shaders/ |
H A D | SkLocalMatrixShader.cpp | 80 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
H A D | SkComposeShader.cpp | 142 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& mats, const SkMatrix* localM, const SkColorInfo& cinfo, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BindGroupD3D12.cpp | 29 ResultOrError<Ref<BindGroup>> BindGroup::Create(Device* device, in Create() argument 34 BindGroup::BindGroup(Device* device, in BindGroup() argument 240 Device* device = ToBackend(GetDevice()); in PopulateViews() local 268 bool BindGroup::PopulateSamplers(Device* device, in PopulateSamplers() argument [all...] |
H A D | PipelineLayoutD3D12.cpp | 80 Device* device = ToBackend(GetDevice()); in Initialize() local 71 Create( Device* device, const PipelineLayoutDescriptor* descriptor) Create() argument
|
H A D | SamplerHeapCacheD3D12.cpp | 60 bool SamplerHeapCacheEntry::Populate(Device* device, in Populate() argument 141 SamplerHeapCache::SamplerHeapCache(Device* device) : mDevice(device) { in SamplerHeapCache() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | NativeSwapChainImplVk.cpp | 67 NativeSwapChainImpl::NativeSwapChainImpl(Device* device, VkSurfaceKHR surface) in NativeSwapChainImpl() argument
|
H A D | UtilsVulkan.cpp | 171 void SetDebugName(Device* device, in SetDebugName() argument
|
H A D | ShaderModuleVk.cpp | 71 ResultOrError<Ref<ShaderModule>> ShaderModule::Create(Device* device, in Create() argument 79 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() argument 185 Device* device = ToBackend(GetDevice()); in GetTransformedModuleHandle() local 31 ConcurrentTransformedShaderModuleCache( Device* device) ConcurrentTransformedShaderModuleCache() argument [all...] |
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CppHelloTriangle.cpp | 24 wgpu::Device device; variable [all...] |
H A D | Animometer.cpp | 26 wgpu::Device device; variable [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | EncodingContext.cpp | 27 EncodingContext::EncodingContext(DeviceBase* device, const ApiObjectBase* initialEncoder) in EncodingContext() argument
|
H A D | Adapter.cpp | 152 DeviceBase* device = nullptr; in RequestDevice() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 25 Service::Service(Device* device) in Service() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ExternalTextureTests.cpp | 21 wgpu::Texture Create2DTexture(wgpu::Device device, in Create2DTexture() argument [all...] |