Home
last modified time | relevance | path

Searched defs:device (Results 3376 - 3400 of 5197) sorted by relevance

1...<<131132133134135136137138139140>>...208

/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp25 GrD3DCaps(const GrContextOptions& contextOptions, IDXGIAdapter1* adapter, ID3D12Device* device) GrD3DCaps() argument
124 init(const GrContextOptions& contextOptions, IDXGIAdapter1* adapter, ID3D12Device* device) init() argument
184 initGrCaps(const D3D12_FEATURE_DATA_D3D12_OPTIONS& optionsDesc, ID3D12Device* device) initGrCaps() argument
267 stencil_format_supported(ID3D12Device* device, DXGI_FORMAT format) stencil_format_supported() argument
276 initStencilFormat(ID3D12Device* device) initStencilFormat() argument
353 initFormatTable(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device) initFormatTable() argument
716 multisample_count_supported(ID3D12Device* device, DXGI_FORMAT format, int sampleCount) multisample_count_supported() argument
727 initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) initSampleCounts() argument
757 init(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) init() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp429 wgpu::Device device = fGpu->device(); in createShaderModule() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.hpp203 Renderer(vk::Device *device); global() variable
243 vk::Device *device; global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp51 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) in vkBindBufferMemory2KHR() argument
56 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) in vkBindImageMemory2KHR() argument
62 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) in vkCreateDescriptorUpdateTemplateKHR() argument
67 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) in vkDestroyDescriptorUpdateTemplateKHR() argument
72 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) in vkUpdateDescriptorSetWithTemplateKHR() argument
78 vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeaturesKHR() argument
118 vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2KHR() argument
123 vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2KHR() argument
128 vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2KHR() argument
170 vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPoolKHR() argument
176 vkGetDescriptorSetLayoutSupportKHR(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupportKHR() argument
182 vkCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversionKHR() argument
187 vkDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversionKHR() argument
193 vkCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2KHR() argument
214 vkResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPoolEXT() argument
220 vkGetSemaphoreCounterValueKHR(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValueKHR() argument
225 vkSignalSemaphoreKHR(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphoreKHR() argument
230 vkWaitSemaphoresKHR(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphoresKHR() argument
245 vkGetBufferDeviceAddressKHR(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddressKHR() argument
250 vkGetBufferOpaqueCaptureAddressKHR(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddressKHR() argument
255 vkGetDeviceMemoryOpaqueCaptureAddressKHR(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddressKHR() argument
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp528 bool ImGui_ImplDX10_Init(ID3D10Device* device) in ImGui_ImplDX10_Init() argument
H A Dimgui_impl_dx11.cpp540 bool ImGui_ImplDX11_Init(ID3D11Device* device, ID3D11DeviceContext* device_context) in ImGui_ImplDX11_Init() argument
H A Dimgui_impl_dx12.cpp692 bool ImGui_ImplDX12_Init(ID3D12Device* device, int num_frames_in_flight, DXGI_FORMAT rtv_format, ID3D12DescriptorHeap* cbv_srv_heap, in ImGui_ImplDX12_Init() argument
H A Dimgui_impl_wgpu.cpp664 bool ImGui_ImplWGPU_Init(WGPUDevice device, int num_frames_in_flight, WGPUTextureFormat rt_format) in ImGui_ImplWGPU_Init() argument
/third_party/skia/src/shaders/
H A DSkImageShader.cpp665 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
674 makeProgram( skvm::Builder* p, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, const TransformShader* coordShader, SkArenaAlloc* alloc) const makeProgram() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp487 MaybeError ValidateD3D12VideoTextureCanBeShared(Device* device, DXGI_FORMAT textureFormat) { in ValidateD3D12VideoTextureCanBeShared() argument
505 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
546 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
622 Device* device = ToBackend(GetDevice()); in InitializeAsInternalTexture() local
518 CreateExternalImage( Device* device, const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture, Ref<D3D11on12ResourceCacheEntry> d3d11on12Resource, ExternalMutexSerial acquireMutexKey, ExternalMutexSerial releaseMutexKey, bool isSwapChainTexture, bool isInitialized) CreateExternalImage() argument
648 Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) Texture() argument
663 Device* device = ToBackend(GetDevice()); DestroyImpl() local
995 Device* device = ToBackend(GetDevice()); ClearTexture() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp161 MaybeError ValidateResolveTarget(const DeviceBase* device, in ValidateResolveTarget() argument
332 MaybeError ValidateRenderPassDescriptor(DeviceBase* device, in ValidateRenderPassDescriptor() argument
214 ValidateRenderPassColorAttachment( DeviceBase* device, const RenderPassColorAttachment& colorAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassColorAttachment() argument
252 ValidateRenderPassDepthStencilAttachment( DeviceBase* device, const RenderPassDepthStencilAttachment* depthStencilAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassDepthStencilAttachment() argument
372 ValidateComputePassDescriptor(const DeviceBase* device, const ComputePassDescriptor* descriptor) ValidateComputePassDescriptor() argument
417 DeviceBase* device = encoder->GetDevice(); EncodeTimestampsToNanosecondsConversion() local
471 CommandEncoder(DeviceBase* device, const CommandEncoderDescriptor* descriptor) CommandEncoder() argument
513 DeviceBase* device = GetDevice(); APIBeginComputePass() local
542 DeviceBase* device = GetDevice(); APIBeginRenderPass() local
1091 DeviceBase* device = GetDevice(); FinishInternal() local
[all...]
H A DQueue.cpp157 ErrorQueue(DeviceBase* device) : QueueBase(device, ObjectBase::kError) { in ErrorQueue() argument
173 QueueBase::QueueBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QueueBase() argument
176 QueueBase::QueueBase(DeviceBase* device, ObjectBase::ErrorTag tag) in QueueBase() argument
76 UploadTextureDataAligningBytesPerRowAndOffset( DeviceBase* device, const void* data, uint32_t alignedBytesPerRow, uint32_t optimallyAlignedBytesPerRow, uint32_t alignedRowsPerImage, const TextureDataLayout& dataLayout, bool hasDepthOrStencil, const TexelBlockInfo& blockInfo, const Extent3D& writeSizePixel) UploadTextureDataAligningBytesPerRowAndOffset() argument
188 MakeError(DeviceBase* device) MakeError() argument
279 DeviceBase* device = GetDevice(); WriteBufferImpl() local
359 DeviceBase* device = GetDevice(); WriteTextureImpl() local
494 DeviceBase* device = GetDevice(); SubmitInternal() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h161 VkDevice device; member
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp462 VkDevice device; CreateVkBackendContext() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument
160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
176 readStagingBuffers(MultiPlaneImageData* imageData, const DeviceInterface& vkd, VkDevice device, const vector<AllocationSp>& allocations) readStagingBuffers() argument
348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument
376 uploadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, const MultiPlaneImageData& imageData, VkAccessFlags nextAccess, VkImageLayout finalLayout, deUint32 arrayLayer) uploadImage() argument
478 fillImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, const MultiPlaneImageData& imageData, vk::VkAccessFlags nextAccess, vk::VkImageLayout finalLayout, deUint32 arrayLayer) fillImageMemory() argument
558 downloadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, MultiPlaneImageData* imageData, VkAccessFlags prevAccess, VkImageLayout initialLayout) downloadImage() argument
665 readImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, MultiPlaneImageData* imageData, vk::VkAccessFlags prevAccess, vk::VkImageLayout initialLayout) readImageMemory() argument
[all...]
H A DvktYCbCrViewTests.cpp162 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device, VkSampler conversionSampler) in createDescriptorSetLayout() argument
193 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device, const deUint32 combinedSamplerDescriptorCount) in createDescriptorPool() argument
102 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
130 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument
212 createDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool descPool, VkDescriptorSetLayout descLayout, VkImageView planeView, VkSampler planeViewSampler, VkImageView wholeView, VkSampler wholeViewSampler) createDescriptorSet() argument
283 executeImageBarrier(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, VkPipelineStageFlags srcStage, VkPipelineStageFlags dstStage, const VkImageMemoryBarrier& barrier) executeImageBarrier() argument
450 const VkDevice device = context.getDevice(); testPlaneView() local
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c542 static pa_device_port* find_port_with_eld_device(struct userdata *u, int device) { in find_port_with_eld_device() argument
567 int device = snd_hctl_elem_get_device(elem); in hdmi_eld_changed() local
610 int device; in init_eld_ctls() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp514 const VkDevice device = context.getDevice(); in createImageListModifiersCase() local
569 const VkDevice device in createImageModifierExplicitCase() local
360 createImageNoModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageUsageFlags imageUsages, const VkFormat format, const UVec2& size) createImageNoModifiers() argument
388 createImageWithDrmFormatExplicitModifier(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const ExplicitModifier drmFormatModifier) createImageWithDrmFormatExplicitModifier() argument
449 createImageWithDrmFormatModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const std::vector<deUint64>& drmFormatModifiers) createImageWithDrmFormatModifiers() argument
675 const VkDevice device = context.getDevice(); exportImportMemoryExplicitModifiersCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp53 isSupportedColorAttachmentFormat(const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) isSupportedColorAttachmentFormat() argument
H A DvktPipelineMaxVaryingsTests.cpp817 Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) in makeBuffer() argument
957 const VkDevice device = context.getDevice(); in test() local
[all...]
H A DvktPipelineStencilExportTests.cpp221 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
470 const VkDevice device = context.getDevice(); in testStencilExportReplace() local
253 makeTestRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat stencilFormat) makeTestRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp176 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp227 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRayTracingCallableShadersTests.cpp240 const VkDevice device = context.getDevice(); in initRayTracingShaders() local
301 const VkDevice device = context.getDevice(); initShaderBindingTables() local
673 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
H A DvktRayTracingNullASTests.cpp174 Move<VkDevice> device; member
93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
413 const VkDevice device = *deviceHelper.device; runTest() local
[all...]

Completed in 27 milliseconds

1...<<131132133134135136137138139140>>...208