| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ComputeProgram.cpp | 41 ComputeProgram::ComputeProgram(vk::Device *device, std::shared_ptr<SpirvShader> shader, vk::PipelineLayout const *pipelineLayout, const vk::DescriptorSet::Bindings &descriptorSets) in ComputeProgram() argument 175 Pointer<Byte> device = Arg<0>(); in emit() local [all...] |
| H A D | SpirvShaderSampling.cpp | 33 SpirvShader::ImageSampler *SpirvShader::getImageSampler(const vk::Device *device, uint32_t signature, uint32_t samplerId, uint32_t imageViewId) in getImageSampler() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDeviceMemoryExternalAndroid.cpp | 412 VkResult AHardwareBufferExternalMemory::GetAndroidHardwareBufferProperties(VkDevice &device, const AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) in GetAndroidHardwareBufferProperties() argument
|
| H A D | VkImage.hpp | 143 const Device *const device = nullptr; member in vk::Image
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | ComputeTests.cpp | 150 std::unique_ptr<Device> device; in test() local [all...] |
| H A D | Device.cpp | 93 VkDevice device; in CreateComputeDevice() local 25 Device( Driver const *driver, VkDevice device, VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex) Device() argument 107 GetComputeQueueFamilyIndex( Driver const *driver, VkPhysicalDevice device) GetComputeQueueFamilyIndex() argument 122 GetPhysicalDeviceQueueFamilyProperties( Driver const *driver, VkPhysicalDevice device) GetPhysicalDeviceQueueFamilyProperties() argument [all...] |
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_dx9.cpp | 279 bool ImGui_ImplDX9_Init(IDirect3DDevice9* device) in ImGui_ImplDX9_Init() argument
|
| /third_party/skia/src/shaders/ |
| H A D | SkShader.cpp | 211 program(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 program() argument
|
| /third_party/skia/src/utils/ |
| H A D | SkCanvasStateUtils.cpp | 181 SkBaseDevice* device = canvas->topDevice(); in CaptureCanvasState() local
|
| /third_party/skia/tests/ |
| H A D | SurfaceSemaphoreTest.cpp | 140 VkDevice device = gpu->device(); in surface_semaphore_test() local 271 VkDevice device = gpu->device(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
| H A D | GrMipMappedTest.cpp | 81 auto device = ((SkSurface_Gpu*)surface.get())->getDevice(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 315 auto device = ((SkSurface_Gpu*)surface.get())->getDevice(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindGroup.cpp | 36 MaybeError ValidateBufferBinding(const DeviceBase* device, in ValidateBufferBinding() argument 119 MaybeError ValidateTextureBinding(DeviceBase* device, in ValidateTextureBinding() argument 199 ValidateSamplerBinding(const DeviceBase* device, const BindGroupEntry& entry, const BindingInfo& bindingInfo) ValidateSamplerBinding() argument 243 ValidateExternalTextureBinding(const DeviceBase* device, const BindGroupEntry& entry, const BindingInfo& bindingInfo) ValidateExternalTextureBinding() argument 266 ValidateBindGroupDescriptor(DeviceBase* device, const BindGroupDescriptor* descriptor) ValidateBindGroupDescriptor() argument 335 BindGroupBase(DeviceBase* device, const BindGroupDescriptor* descriptor, void* bindingDataStart) BindGroupBase() argument 402 BindGroupBase(DeviceBase* device) BindGroupBase() argument 425 BindGroupBase(DeviceBase* device, ObjectBase::ErrorTag tag) BindGroupBase() argument 430 MakeError(DeviceBase* device) MakeError() argument [all...] |
| H A D | ComputePassEncoder.cpp | 113 ComputePassEncoder::ComputePassEncoder(DeviceBase* device, in ComputePassEncoder() argument 122 ComputePassEncoder::ComputePassEncoder(DeviceBase* device, in ComputePassEncoder() argument 35 GetOrCreateIndirectDispatchValidationPipeline( DeviceBase* device) GetOrCreateIndirectDispatchValidationPipeline() argument 129 MakeError(DeviceBase* device, CommandEncoder* commandEncoder, EncodingContext* encodingContext) MakeError() argument 205 DeviceBase* device = GetDevice(); TransformIndirectDispatchBuffer() local [all...] |
| H A D | CopyTextureForBrowserHelper.cpp | 238 MaybeError ValidateCopyTextureForBrowser(DeviceBase* device, in ValidateCopyTextureForBrowser() argument 185 GetOrCreateCopyTextureForBrowserPipeline( DeviceBase* device, wgpu::TextureFormat dstFormat) GetOrCreateCopyTextureForBrowserPipeline() argument 284 DoCopyTextureForBrowser(DeviceBase* device, const ImageCopyTexture* source, const ImageCopyTexture* destination, const Extent3D* copySize, const CopyTextureForBrowserOptions* options) DoCopyTextureForBrowser() argument [all...] |
| H A D | IndirectDrawValidationEncoder.cpp | 192 MaybeError EncodeIndirectDrawValidationCommands(DeviceBase* device, in EncodeIndirectDrawValidationCommands() argument 135 GetOrCreateRenderValidationPipeline( DeviceBase* device) GetOrCreateRenderValidationPipeline() argument [all...] |
| H A D | RenderPassEncoder.cpp | 51 RenderPassEncoder::RenderPassEncoder(DeviceBase* device, in RenderPassEncoder() argument 76 RenderPassEncoder::RenderPassEncoder(DeviceBase* device, in RenderPassEncoder() argument 83 RenderPassEncoder* RenderPassEncoder::MakeError(DeviceBase* device, in MakeError() argument
|
| H A D | RenderEncoderBase.cpp | 32 RenderEncoderBase::RenderEncoderBase(DeviceBase* device, in RenderEncoderBase() argument 47 RenderEncoderBase::RenderEncoderBase(DeviceBase* device, in RenderEncoderBase() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BufferD3D12.cpp | 99 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument 105 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor) in Buffer() argument 464 Device* device = ToBackend(GetDevice()); in ClearBuffer() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | RenderPassCache.cpp | 84 RenderPassCache::RenderPassCache(Device* device) : mDevice(device) { in RenderPassCache() argument
|
| H A D | RenderPipelineVk.cpp | 338 Device* device = ToBackend(GetDevice()); in Initialize() local 331 CreateUninitialized( Device* device, const RenderPipelineDescriptor* descriptor) CreateUninitialized() argument
|
| H A D | ResourceMemoryAllocatorVk.cpp | 45 SingleTypeAllocator(Device* device, size_t memoryTypeIndex, VkDeviceSize memoryHeapSize) in SingleTypeAllocator() argument 113 ResourceMemoryAllocator::ResourceMemoryAllocator(Device* device) : mDevice(device) { in ResourceMemoryAllocator() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | RenderPassLoadOpTests.cpp | 28 DrawQuad(wgpu::Device device, const char* vsSource, const char* fsSource) : device(device) { in DrawQuad() argument 48 wgpu::Device device; member in DrawQuad [all...] |
| H A D | TextureViewTests.cpp | 30 wgpu::Texture Create2DTexture(wgpu::Device device, in Create2DTexture() argument 48 wgpu::Texture Create3DTexture(wgpu::Device device, in Create3DTexture() argument 62 wgpu::ShaderModule CreateDefaultVertexShaderModule(wgpu::Device device) { in CreateDefaultVertexShaderModule() argument [all...] |
| /third_party/skia/third_party/externals/dawn/examples/ |
| H A D | ManualSwapChainTest.cpp | 89 static wgpu::Device device; variable [all...] |
| H A D | ComputeBoids.cpp | 28 wgpu::Device device; variable [all...] |