Home
last modified time | relevance | path

Searched defs:device (Results 2401 - 2425 of 5197) sorted by relevance

1...<<919293949596979899100>>...208

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.cpp41 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 DSpirvShaderSampling.cpp33 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 DVkDeviceMemoryExternalAndroid.cpp412 VkResult AHardwareBufferExternalMemory::GetAndroidHardwareBufferProperties(VkDevice &device, const AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) in GetAndroidHardwareBufferProperties() argument
H A DVkImage.hpp143 const Device *const device = nullptr; member in vk::Image
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp150 std::unique_ptr<Device> device; in test() local
[all...]
H A DDevice.cpp93 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 Dimgui_impl_dx9.cpp279 bool ImGui_ImplDX9_Init(IDirect3DDevice9* device) in ImGui_ImplDX9_Init() argument
/third_party/skia/src/shaders/
H A DSkShader.cpp211 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 DSkCanvasStateUtils.cpp181 SkBaseDevice* device = canvas->topDevice(); in CaptureCanvasState() local
/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp140 VkDevice device = gpu->device(); in surface_semaphore_test() local
271 VkDevice device = gpu->device(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DGrMipMappedTest.cpp81 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 DBindGroup.cpp36 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 DComputePassEncoder.cpp113 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 DCopyTextureForBrowserHelper.cpp238 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 DIndirectDrawValidationEncoder.cpp192 MaybeError EncodeIndirectDrawValidationCommands(DeviceBase* device, in EncodeIndirectDrawValidationCommands() argument
135 GetOrCreateRenderValidationPipeline( DeviceBase* device) GetOrCreateRenderValidationPipeline() argument
[all...]
H A DRenderPassEncoder.cpp51 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 DRenderEncoderBase.cpp32 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 DBufferD3D12.cpp99 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 DRenderPassCache.cpp84 RenderPassCache::RenderPassCache(Device* device) : mDevice(device) { in RenderPassCache() argument
H A DRenderPipelineVk.cpp338 Device* device = ToBackend(GetDevice()); in Initialize() local
331 CreateUninitialized( Device* device, const RenderPipelineDescriptor* descriptor) CreateUninitialized() argument
H A DResourceMemoryAllocatorVk.cpp45 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 DRenderPassLoadOpTests.cpp28 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 DTextureViewTests.cpp30 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 DManualSwapChainTest.cpp89 static wgpu::Device device; variable
[all...]
H A DComputeBoids.cpp28 wgpu::Device device; variable
[all...]

Completed in 18 milliseconds

1...<<919293949596979899100>>...208