Home
last modified time | relevance | path

Searched defs:device (Results 1326 - 1350 of 2490) sorted by relevance

1...<<51525354555657585960>>...100

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp76 MaybeError ValidateWriteBuffer(const DeviceBase* device, in ValidateWriteBuffer() argument
253 MaybeError ValidateImageCopyBuffer(DeviceBase const* device, in ValidateImageCopyBuffer() argument
265 MaybeError ValidateImageCopyTexture(DeviceBase const* device, in ValidateImageCopyTexture() argument
297 MaybeError ValidateTextureCopyRange(DeviceBase const* device, in ValidateTextureCopyRange() argument
H A DBindGroupLayout.cpp34 MaybeError ValidateStorageTextureFormat(DeviceBase* device, in ValidateStorageTextureFormat() argument
66 MaybeError ValidateBindGroupLayoutEntry(DeviceBase* device, in ValidateBindGroupLayoutEntry() argument
155 MaybeError ValidateBindGroupLayoutDescriptor(DeviceBase* device, in ValidateBindGroupLayoutDescriptor() argument
362 BindGroupLayoutBase::BindGroupLayoutBase(DeviceBase* device, in BindGroupLayoutBase() argument
392 BindGroupLayoutBase::BindGroupLayoutBase(DeviceBase* device, in BindGroupLayoutBase() argument
399 BindGroupLayoutBase(DeviceBase* device, ObjectBase::ErrorTag tag) BindGroupLayoutBase() argument
403 BindGroupLayoutBase(DeviceBase* device) BindGroupLayoutBase() argument
418 MakeError(DeviceBase* device) MakeError() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp41 Ref<Device> device = AcquireRef(new Device(adapter, descriptor, functions)); in Create() local
/third_party/openssl/crypto/dso/
H A Ddso_win32.c193 const char *device; member
/third_party/toybox/lib/
H A Dlib.h397 char *device; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h388 char *device; member
/third_party/toybox/toys/pending/
H A Dlsof.c42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
334 char *line = NULL, device[10]; // xxx:xxxxx\0 in visit_maps() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp101 DummyStagingDescriptorAllocator(Device* device, in DummyStagingDescriptorAllocator() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp45 wgpu::Texture CreateTexture(wgpu::Device& device, in CreateTexture() argument
67 wgpu::TextureView Create2DAttachment(wgpu::Device& device, in Create2DAttachment() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp29 wgpu::ShaderModule CreateShaderModuleFromASM(const wgpu::Device& device, const char* source) { in CreateShaderModuleFromASM() argument
65 wgpu::ShaderModule CreateShaderModule(const wgpu::Device& device, const char* source) { in CreateShaderModule() argument
73 wgpu::Buffer CreateBufferFromData(const wgpu::Device& device, in CreateBufferFromData() argument
161 BasicRenderPass CreateBasicRenderPass(const wgpu::Device& device, in CreateBasicRenderPass() argument
216 wgpu::PipelineLayout MakeBasicPipelineLayout(const wgpu::Device& device, in MakeBasicPipelineLayout() argument
229 MakePipelineLayout(const wgpu::Device& device, std::vector<wgpu::BindGroupLayout> bgls) MakePipelineLayout() argument
237 MakeBindGroupLayout( const wgpu::Device& device, std::initializer_list<BindingLayoutEntryInitializationHelper> entriesInitializer) MakeBindGroupLayout() argument
357 MakeBindGroup( const wgpu::Device& device, const wgpu::BindGroupLayout& layout, std::initializer_list<BindingInitializationHelper> entriesInitializer) MakeBindGroup() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c52 struct device { struct
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp237 std::unique_ptr<vk::BufferWithMemory> makeBufferForImage(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::Allocator& allocator, tcu::TextureFormat tcuFormat, vk::VkExtent3D imageExtent) in makeBufferForImage() argument
250 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp125 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineMultisampleImageTests.cpp544 Move<VkImage> makeImage (const DeviceInterface& vk, const VkDevice device, const VkFormat format, const IVec2& size, const deUint32 numLayers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) in makeImage() argument
568 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() argument
89 makeGraphicsPipelines(const DeviceInterface& vk, const VkDevice device, const deUint32 numSubpasses, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const VkSampleCountFlagBits numSamples, const VkPrimitiveTopology topology) makeGraphicsPipelines() argument
424 makeMultisampleRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkSampleCountFlagBits numSamples, const deUint32 numLayers) makeMultisampleRenderPass() argument
491 makeSimpleRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat) makeSimpleRenderPass() argument
[all...]
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp248 const VkDevice device = m_context.getDevice(); in iterate() local
122 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkImageLayout initialLayout) makeRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp376 const VkDevice device = customDevice.getDevice(); in iterate() local
429 const VkDevice device = m_context.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp97 const vk::VkDevice device = m_context.getDevice(); in StateObjects() local
242 const vk::VkDevice device = m_context.getDevice(); setVertices() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp186 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp400 Move<VkDevice> device = createRobustBufferAccessDevice(context, &features2); in createInstance() local
89 DrawIndexedInstance(Context& context, Move<VkDevice> device, DeviceDriverPtr deviceDriver, TestMode mode, deUint32 robustnessVersion) DrawIndexedInstance() argument
H A DvktRobustnessUtil.cpp311 TestEnvironment(Context& context, const DeviceInterface& vk, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkDescriptorSet descriptorSet) TestEnvironment() argument
356 GraphicsEnvironment(Context& context, const DeviceInterface& vk, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkDescriptorSet descriptorSet, const VertexBindings& vertexBindings, const VertexAttributes& vertexAttributes, const DrawConfig& drawConfig, bool testPipelineRobustness) GraphicsEnvironment() argument
564 ComputeEnvironment(Context& context, const DeviceInterface& vk, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, VkDescriptorSet descriptorSet, bool testPipelineRobustness) ComputeEnvironment() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp121 const VkDevice device = context.getDevice(); in createPipelineCacheTest() local
324 Move<VkDevice> device; createPipelineCacheTest() local
[all...]
H A DvktPipelineIdentifierTests.cpp135 const VkDevice device = context.getDevice(); in testGraphicsPipelineIdentifier() local
368 const VkDevice device = context.getDevice(); testComputePipelineIdentifier() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp355 BufferWithMemory(const vk::InstanceInterface& vki, const DeviceInterface& vkd, const vk::VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement, const VkQueue sparseQueue) BufferWithMemory() argument
452 ImageWithMemory(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkImageCreateInfo& imageCreateInfo, const VkQueue sparseQueue, const MemoryRequirement memoryRequirement) ImageWithMemory() argument
[all...]
H A DvktSynchronizationImageLayoutTransitionTests.cpp86 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument
175 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktSynchronizationOperationSingleQueueTests.cpp86 const VkDevice device = m_context.getDevice(); in iterate() local
171 const VkDevice device = m_context.getDevice(); in iterate() local
255 const VkDevice device in iterate() local
402 const VkDevice device = m_context.getDevice(); iterate() local
531 const VkDevice device = m_context.getDevice(); iterate() local
[all...]

Completed in 35 milliseconds

1...<<51525354555657585960>>...100