Home
last modified time | relevance | path

Searched refs:device (Results 526 - 550 of 3454) sorted by relevance

1...<<21222324252627282930>>...139

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D12Backend.cpp31 ComPtr<ID3D12Device> GetD3D12Device(WGPUDevice device) { in GetD3D12Device() argument
32 return ToBackend(FromAPI(device))->GetD3D12Device(); in GetD3D12Device()
35 DawnSwapChainImplementation CreateNativeSwapChainImpl(WGPUDevice device, HWND window) { in CreateNativeSwapChainImpl() argument
36 Device* backendDevice = ToBackend(FromAPI(device)); in CreateNativeSwapChainImpl()
77 WGPUDevice device, in ProduceTexture()
79 Device* backendDevice = ToBackend(FromAPI(device)); in ProduceTexture()
103 mD3D11on12ResourceCache->GetOrCreateD3D11on12Resource(device, mD3D12Resource.Get()); in ProduceTexture()
120 WGPUDevice device, in Create()
122 Device* backendDevice = ToBackend(FromAPI(device)); in Create()
165 uint64_t SetExternalMemoryReservation(WGPUDevice device, in SetExternalMemoryReservation() argument
76 ProduceTexture( WGPUDevice device, const ExternalImageAccessDescriptorDXGIKeyedMutex* descriptor) ProduceTexture() argument
119 Create( WGPUDevice device, const ExternalImageDescriptorDXGISharedHandle* descriptor) Create() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp82 const VkDevice device,
125 const VkDevice device, in makeRenderPass()
199 return RenderPassWrapper(m_pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPass()
252 const VkDevice device = m_context.getDevice(); in iterate() local
258 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
259 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterate()
261 const Unique<VkImage> colorImage (makeImage(vk, device, makeImageCreateInfo(m_framebufferSize, m_sampleCount))); in iterate()
262 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any)); in iterate()
263 const Unique<VkImageView> colorImageView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, colorSubresourceRange)); in iterate()
265 const Unique<VkImage> resolveColorImage (makeImage(vk, device, makeImageCreateInf in iterate()
124 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkImageLayout initialLayout) makeRenderPass() argument
[all...]
H A DvktPipelineRenderToImageTests.cpp180 const VkDevice device, in bindBuffer()
190 return vk::bindBuffer(vkd, device, allocator, buffer, requirement); in bindBuffer()
195 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer()
208 const VkDevice device, in bindImage()
218 return vk::bindImage(vkd, device, allocator, image, requirement); in bindImage()
223 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage()
352 const VkDevice device, in makeRenderPass()
442 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPass()
446 const VkDevice device, in makeImage()
473 return createImage(vk, device, in makeImage()
177 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
205 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
351 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const PipelineConstructionType pipelineConstructionType, const VkFormat colorFormat, const VkFormat depthStencilFormat, const deUint32 numLayers, const VkImageLayout initialColorImageLayout = VK_IMAGE_LAYOUT_UNDEFINED, const VkImageLayout initialDepthStencilImageLayout = VK_IMAGE_LAYOUT_UNDEFINED) makeRenderPass() argument
445 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument
683 const VkDevice device = context.getDevice(); getSupportedImageMemoryRequirements() local
794 const VkDevice device = context.getDevice(); testWithSizeReduction() local
1334 const VkDevice device = context.getDevice(); drawToMipLevel() local
1444 const VkDevice device = context.getDevice(); testRenderToMipMaps() local
[all...]
/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c208 static int32_t Hi35xxWatchdogBind(struct HdfDeviceObject *device) in Hi35xxWatchdogBind() argument
213 if (device == NULL || device->property == NULL) { in Hi35xxWatchdogBind()
214 HDF_LOGE("%s: device or property is null!", __func__); in Hi35xxWatchdogBind()
224 ret = Hi35xxWatchdogReadDrs(hwdt, device->property); in Hi35xxWatchdogBind()
238 hwdt->wdt.priv = (void *)device->property; in Hi35xxWatchdogBind()
240 hwdt->wdt.device = device; in Hi35xxWatchdogBind()
248 HDF_LOGI("%s: dev service %s bind success!", __func__, HdfDeviceGetServiceName(device)); in Hi35xxWatchdogBind()
252 static int32_t Hi35xxWatchdogInit(struct HdfDeviceObject *device) in Hi35xxWatchdogInit() argument
258 Hi35xxWatchdogRelease(struct HdfDeviceObject *device) Hi35xxWatchdogRelease() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c42 static VkResult pvr_srv_sync_init(struct vk_device *device, in pvr_srv_sync_init() argument
54 void pvr_srv_sync_finish(struct vk_device *device, struct vk_sync *sync) in pvr_srv_sync_finish() argument
82 static VkResult pvr_srv_sync_signal(struct vk_device *device, in pvr_srv_sync_signal() argument
93 static VkResult pvr_srv_sync_reset(struct vk_device *device, in pvr_srv_sync_reset() argument
126 static VkResult pvr_srv_sync_wait_many(struct vk_device *device, in pvr_srv_sync_wait_many() argument
139 return vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY); in pvr_srv_sync_wait_many()
173 /* FIXME: Fix device loss handling. */ in pvr_srv_sync_wait_many()
205 pvr_srv_sync_signal(device, waits[i].sync, 0U); in pvr_srv_sync_wait_many()
233 /* We assume device loss in case of an unknown error or invalid fd. */ in pvr_srv_sync_wait_many()
249 static VkResult pvr_srv_sync_move(struct vk_device *device, in pvr_srv_sync_move() argument
267 pvr_srv_sync_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) pvr_srv_sync_import_sync_file() argument
285 pvr_srv_sync_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) pvr_srv_sync_export_sync_file() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp39 * Allocation represents block of device memory and is allocated by
78 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
79 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
151 SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps, const OptionalOffsetParams& offsetParams = tcu::Nothing);
163 de::MovePtr<Allocation> allocateExtended (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkMemoryRequirements& memReqs, const MemoryRequirement requirement, const void* pNext);
164 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer buffer, MemoryRequirement requirement);
165 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage image, MemoryRequirement requirement);
167 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags);
168 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size);
169 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemor
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, Device *device) in Allocate() argument
96 result = Allocate(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
107 const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *device) in Allocate()
112 return AHardwareBufferExternalMemory::Create(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
118 return OpaqueFdExternalMemory::Create(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
124 return zircon::VmoExternalMemory::Create(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
129 return ExternalMemoryHost::Create(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
132 return vk::DeviceMemoryInternal::Create(pAllocator, pAllocateInfo, pMemory, extendedAllocationInfo, device); in Allocate()
138 , device(pDevice) in DeviceMemory()
147 device in destroy()
106 Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *device) Allocate() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeDispatchTests.cpp30 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"(
53 pipeline = device.CreateComputePipeline(&csDesc);
56 wgpu::ShaderModule moduleWithoutNumWorkgroups = utils::CreateShaderModule(device, R"(
81 pipelineWithoutNumWorkgroups = device.CreateComputePipeline(&csDesc);
87 device, in DirectTest()
92 wgpu::BindGroup bindGroup = utils::MakeBindGroup(device, pipeline.GetBindGroupLayout(0), in DirectTest()
99 wgpu::CommandEncoder encoder = device.CreateCommandEncoder(); in DirectTest()
123 device, in IndirectTest()
128 device, &indirectBufferData[0], indirectBufferData.size() * sizeof(uint32_t), in IndirectTest()
139 bindGroup = utils::MakeBindGroup(device, pipelin in IndirectTest()
[all...]
H A DMaxLimitTests.cpp70 csDesc.compute.module = utils::CreateShaderModule(device, shader.c_str()); in TEST_P()
72 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&csDesc); in TEST_P()
79 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); in TEST_P()
82 wgpu::BindGroup bindGroup = utils::MakeBindGroup(device, pipeline.GetBindGroupLayout(0), in TEST_P()
87 wgpu::CommandEncoder encoder = device.CreateCommandEncoder(); in TEST_P()
186 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_P()
191 wgpu::Buffer buffer = device.CreateBuffer(&bufDesc); in TEST_P()
194 device.PopErrorScope([](WGPUErrorType type, const char*, in TEST_P()
204 wgpu::Buffer resultBuffer = device.CreateBuffer(&resultBufDesc); in TEST_P()
214 csDesc.compute.module = utils::CreateShaderModule(device, shade in TEST_P()
[all...]
H A DDestroyTests.cpp30 renderPass = utils::CreateBasicRenderPass(device, kRTSize, kRTSize);
32 wgpu::ShaderModule vsModule = utils::CreateShaderModule(device, R"(
38 wgpu::ShaderModule fsModule = utils::CreateShaderModule(device, R"(
53 pipeline = device.CreateRenderPipeline(&descriptor);
56 device, wgpu::BufferUsage::Vertex,
60 wgpu::CommandEncoder encoder = device.CreateCommandEncoder();
71 wgpu::CommandEncoder encoder = device.CreateCommandEncoder(); in CreateTriangleCommandBuffer()
164 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P()
175 // Tests normally don't expect a device lost error, but since we are destroying the device, w in TEST_P()
[all...]
H A DRenderPassLoadOpTests.cpp28 DrawQuad(wgpu::Device device, const char* vsSource, const char* fsSource) : device(device) { in DrawQuad() argument
29 vsModule = utils::CreateShaderModule(device, vsSource); in DrawQuad()
30 fsModule = utils::CreateShaderModule(device, fsSource); in DrawQuad()
32 pipelineLayout = utils::MakeBasicPipelineLayout(device, nullptr); in DrawQuad()
41 auto renderPipeline = device.CreateRenderPipeline(&descriptor); in Draw()
48 wgpu::Device device; member in DrawQuad
68 renderTarget = device.CreateTexture(&descriptor);
97 blueQuad = DrawQuad(device, vsSourc
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp687 void init( VkDevice device ) in init()
690 vkGetDeviceProcAddr = PFN_vkGetDeviceProcAddr( vkGetDeviceProcAddr( device, "vkGetDeviceProcAddr" ) ); in init()
691 vkDestroyDevice = PFN_vkDestroyDevice( vkGetDeviceProcAddr( device, "vkDestroyDevice" ) ); in init()
692 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in init()
693 vkQueueSubmit = PFN_vkQueueSubmit( vkGetDeviceProcAddr( device, "vkQueueSubmit" ) ); in init()
694 vkQueueWaitIdle = PFN_vkQueueWaitIdle( vkGetDeviceProcAddr( device, "vkQueueWaitIdle" ) ); in init()
695 vkDeviceWaitIdle = PFN_vkDeviceWaitIdle( vkGetDeviceProcAddr( device, "vkDeviceWaitIdle" ) ); in init()
696 vkAllocateMemory = PFN_vkAllocateMemory( vkGetDeviceProcAddr( device, "vkAllocateMemory" ) ); in init()
697 vkFreeMemory = PFN_vkFreeMemory( vkGetDeviceProcAddr( device, "vkFreeMemory" ) ); in init()
698 vkMapMemory = PFN_vkMapMemory( vkGetDeviceProcAddr( device, "vkMapMemor in init()
2838 Device( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevice const & physicalDevice, VkDevice device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Device() argument
3339 AccelerationStructureKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) AccelerationStructureKHR() argument
3360 AccelerationStructureKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkAccelerationStructureKHR accelerationStructureKHR, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) AccelerationStructureKHR() argument
3439 AccelerationStructureNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::AccelerationStructureCreateInfoNV const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) AccelerationStructureNV() argument
3460 AccelerationStructureNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkAccelerationStructureNV accelerationStructureNV, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) AccelerationStructureNV() argument
3547 Buffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::BufferCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Buffer() argument
3566 Buffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkBuffer buffer, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Buffer() argument
3647 BufferCollectionFUCHSIA( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::BufferCollectionCreateInfoFUCHSIA const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) BufferCollectionFUCHSIA() argument
3668 BufferCollectionFUCHSIA( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkBufferCollectionFUCHSIA bufferCollectionFUCHSIA, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) BufferCollectionFUCHSIA() argument
3757 BufferView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::BufferViewCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) BufferView() argument
3776 BufferView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkBufferView bufferView, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) BufferView() argument
3850 CommandPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::CommandPoolCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CommandPool() argument
3869 CommandPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandPool commandPool, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CommandPool() argument
3957 CommandBuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandPool const & commandPool ) CommandBuffer() argument
3966 CommandBuffer( VkCommandBuffer commandBuffer, VkDevice device, VkCommandPool commandPool, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher const * dispatcher ) CommandBuffer() argument
4743 CommandBuffers( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const & allocateInfo ) CommandBuffers() argument
4787 CuFunctionNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::CuFunctionCreateInfoNVX const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuFunctionNVX() argument
4807 CuFunctionNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCuFunctionNVX cuFunctionNVX, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuFunctionNVX() argument
4884 CuModuleNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::CuModuleCreateInfoNVX const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuModuleNVX() argument
4903 CuModuleNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCuModuleNVX cuModuleNVX, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuModuleNVX() argument
5177 DeferredOperationKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DeferredOperationKHR() argument
5196 DeferredOperationKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDeferredOperationKHR deferredOperationKHR, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DeferredOperationKHR() argument
5283 DescriptorPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DescriptorPoolCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorPool() argument
5303 DescriptorPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorPool descriptorPool, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorPool() argument
5385 DescriptorSet( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorSet descriptorSet, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DescriptorPool const & descriptorPool ) DescriptorSet() argument
5394 DescriptorSet( VkDescriptorSet descriptorSet, VkDevice device, VkDescriptorPool descriptorPool, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher const * dispatcher ) DescriptorSet() argument
5471 DescriptorSets( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const & allocateInfo ) DescriptorSets() argument
5515 DescriptorSetLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorSetLayout() argument
5536 DescriptorSetLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorSetLayout descriptorSetLayout, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorSetLayout() argument
5615 DescriptorUpdateTemplate( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplateCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorUpdateTemplate() argument
5636 DescriptorUpdateTemplate( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DescriptorUpdateTemplate() argument
5715 DeviceMemory( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::MemoryAllocateInfo const & allocateInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DeviceMemory() argument
5735 DeviceMemory( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDeviceMemory deviceMemory, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) DeviceMemory() argument
6093 Event( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::EventCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Event() argument
6112 Event( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkEvent event, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Event() argument
6194 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::FenceCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Fence() argument
6213 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT const & deviceEventInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Fence() argument
6232 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DisplayKHR const & display, VULKAN_HPP_NAMESPACE::DisplayEventInfoEXT const & displayEventInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Fence() argument
6254 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkFence fence, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Fence() argument
6332 Framebuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::FramebufferCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Framebuffer() argument
6351 Framebuffer( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkFramebuffer framebuffer, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Framebuffer() argument
6425 Image( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::ImageCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Image() argument
6444 Image( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkImage image, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Image() argument
6535 ImageView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::ImageViewCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ImageView() argument
6554 ImageView( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkImageView imageView, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ImageView() argument
6632 IndirectCommandsLayoutNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) IndirectCommandsLayoutNV() argument
6653 IndirectCommandsLayoutNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkIndirectCommandsLayoutNV indirectCommandsLayoutNV, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) IndirectCommandsLayoutNV() argument
6732 PerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::PerformanceConfigurationAcquireInfoINTEL const & acquireInfo ) PerformanceConfigurationINTEL() argument
6748 PerformanceConfigurationINTEL( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPerformanceConfigurationINTEL performanceConfigurationINTEL ) PerformanceConfigurationINTEL() argument
6820 PipelineCache( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::PipelineCacheCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PipelineCache() argument
6840 PipelineCache( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipelineCache pipelineCache, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PipelineCache() argument
6923 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipeline() argument
6948 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipeline() argument
6974 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional< const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeferredOperationKHR> const & deferredOperation, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipeline() argument
7005 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipeline() argument
7031 Pipeline( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipeline pipeline, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipeline() argument
7041 Pipeline( VkPipeline pipeline, VkDevice device, VkAllocationCallbacks const * allocator, VULKAN_HPP_NAMESPACE::Result successCode, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher const * dispatcher ) Pipeline() argument
7152 Pipelines( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::ArrayProxy<VULKAN_HPP_NAMESPACE::ComputePipelineCreateInfo> const & createInfos, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipelines() argument
7190 Pipelines( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::ArrayProxy<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo> const & createInfos, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipelines() argument
7228 Pipelines( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional< const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeferredOperationKHR> const & deferredOperation, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::ArrayProxy<VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoKHR> const & createInfos, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipelines() argument
7271 Pipelines( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineCache> const & pipelineCache, VULKAN_HPP_NAMESPACE::ArrayProxy<VULKAN_HPP_NAMESPACE::RayTracingPipelineCreateInfoNV> const & createInfos, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Pipelines() argument
7327 PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PipelineLayout() argument
7347 PipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPipelineLayout pipelineLayout, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PipelineLayout() argument
7424 PrivateDataSlotEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::PrivateDataSlotCreateInfoEXT const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PrivateDataSlotEXT() argument
7445 PrivateDataSlotEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkPrivateDataSlotEXT privateDataSlotEXT, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) PrivateDataSlotEXT() argument
7524 QueryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) QueryPool() argument
7543 QueryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkQueryPool queryPool, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) QueryPool() argument
7642 Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, uint32_t queueFamilyIndex, uint32_t queueIndex ) Queue() argument
7651 Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::DeviceQueueInfo2 const & queueInfo ) Queue() argument
7660 Queue( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkQueue queue ) Queue() argument
7752 RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::RenderPassCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) RenderPass() argument
7771 RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2 const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) RenderPass() argument
7790 RenderPass( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkRenderPass renderPass, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) RenderPass() argument
7873 Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::SamplerCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Sampler() argument
7892 Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSampler sampler, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Sampler() argument
7966 SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) SamplerYcbcrConversion() argument
7987 SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSamplerYcbcrConversion samplerYcbcrConversion, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) SamplerYcbcrConversion() argument
8066 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::SemaphoreCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Semaphore() argument
8085 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSemaphore semaphore, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Semaphore() argument
8167 ShaderModule( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ShaderModule() argument
8187 ShaderModule( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkShaderModule shaderModule, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ShaderModule() argument
8660 SwapchainKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) SwapchainKHR() argument
8680 SwapchainKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSwapchainKHR swapchainKHR, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) SwapchainKHR() argument
8691 SwapchainKHR( VkSwapchainKHR swapchainKHR, VkDevice device, VkAllocationCallbacks const * allocator, VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher const * dispatcher ) SwapchainKHR() argument
8795 SwapchainKHRs( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::ArrayProxy<VULKAN_HPP_NAMESPACE::SwapchainCreateInfoKHR> const & createInfos, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) SwapchainKHRs() argument
8846 ValidationCacheEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::ValidationCacheCreateInfoEXT const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ValidationCacheEXT() argument
8867 ValidationCacheEXT( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkValidationCacheEXT validationCacheEXT, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) ValidationCacheEXT() argument
8953 VideoSessionKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::VideoSessionCreateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) VideoSessionKHR() argument
8974 VideoSessionKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkVideoSessionKHR videoSessionKHR, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) VideoSessionKHR() argument
9060 VideoSessionParametersKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VULKAN_HPP_NAMESPACE::VideoSessionParametersCreateInfoKHR const & createInfo, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) VideoSessionParametersKHR() argument
9081 VideoSessionParametersKHR( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkVideoSessionParametersKHR videoSessionParametersKHR, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) VideoSessionParametersKHR() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp325 const auto device = m_context.getDevice(); in iterate() local
332 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
333 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
360 BufferWithMemory micromapDataBuffer(vkd, device, alloc, micromapDataBufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::DeviceAddress); in iterate()
423 vkd.getMicromapBuildSizesEXT(device, VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR, &mmBuildInfo, &sizeInfo); in iterate()
428 BufferWithMemory micromapBackingBuffer(vkd, device, alloc, micromapBackingBufferCreateInfo, MemoryRequirement::Local | MemoryRequirement::DeviceAddress); in iterate()
432 BufferWithMemory micromapScratchBuffer(vkd, device, alloc, micromapScratchBufferCreateInfo, MemoryRequirement::Local | MemoryRequirement::DeviceAddress); in iterate()
446 Move<VkMicromapEXT> micromap = vk::createMicromapEXT(vkd, device, &maCreateInfo); in iterate()
450 mmBuildInfo.data = makeDeviceOrHostAddressConstKHR(vkd, device, micromapDataBuffer.get(), DataOffset); in iterate()
451 mmBuildInfo.triangleArray = makeDeviceOrHostAddressConstKHR(vkd, device, micromapDataBuffe in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp325 const auto device = m_context.getDevice(); in iterate() local
332 const auto cmdPool = makeCommandPool(vkd, device, qIndex); in iterate()
333 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
360 BufferWithMemory micromapDataBuffer(vkd, device, alloc, micromapDataBufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::DeviceAddress); in iterate()
423 vkd.getMicromapBuildSizesEXT(device, VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR, &mmBuildInfo, &sizeInfo); in iterate()
428 BufferWithMemory micromapBackingBuffer(vkd, device, alloc, micromapBackingBufferCreateInfo, MemoryRequirement::Local | MemoryRequirement::DeviceAddress); in iterate()
432 BufferWithMemory micromapScratchBuffer(vkd, device, alloc, micromapScratchBufferCreateInfo, MemoryRequirement::Local | MemoryRequirement::DeviceAddress); in iterate()
448 VK_CHECK(vkd.createMicromapEXT(device, &maCreateInfo, nullptr, &micromap)); in iterate()
452 mmBuildInfo.data = makeDeviceOrHostAddressConstKHR(vkd, device, micromapDataBuffer.get(), DataOffset); in iterate()
453 mmBuildInfo.triangleArray = makeDeviceOrHostAddressConstKHR(vkd, device, micromapDataBuffe in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.cpp65 Device *device = getDevice(); in begin() local
68 device->addQuery(mQuery); in begin()
73 device->setOcclusionEnabled(true); in begin()
76 device->setTransformFeedbackQueryEnabled(true); in begin()
90 Device *device = getDevice(); in end() local
93 device->removeQuery(mQuery); in end()
98 device->setOcclusionEnabled(false); in end()
101 device->setTransformFeedbackQueryEnabled(false); in end()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c44 create_blit_pipeline_layout(struct v3dv_device *device, in create_blit_pipeline_layout() argument
63 v3dv_CreateDescriptorSetLayout(v3dv_device_to_handle(device), in create_blit_pipeline_layout()
65 &device->vk.alloc, in create_blit_pipeline_layout()
82 v3dv_CreatePipelineLayout(v3dv_device_to_handle(device), in create_blit_pipeline_layout()
84 &device->vk.alloc, in create_blit_pipeline_layout()
90 v3dv_meta_blit_init(struct v3dv_device *device) in v3dv_meta_blit_init() argument
93 device->meta.blit.cache[i] = in v3dv_meta_blit_init()
99 create_blit_pipeline_layout(device, in v3dv_meta_blit_init()
100 &device->meta.blit.ds_layout, in v3dv_meta_blit_init()
101 &device in v3dv_meta_blit_init()
105 v3dv_meta_blit_finish(struct v3dv_device *device) v3dv_meta_blit_finish() argument
144 create_texel_buffer_copy_pipeline_layout(struct v3dv_device *device, VkDescriptorSetLayout *ds_layout, VkPipelineLayout *p_layout) create_texel_buffer_copy_pipeline_layout() argument
202 v3dv_meta_texel_buffer_copy_init(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_init() argument
218 v3dv_meta_texel_buffer_copy_finish(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_finish() argument
605 struct v3dv_device *device = cmd_buffer->device; copy_image_to_buffer_blit() local
1542 struct v3dv_device *device = cmd_buffer->device; allocate_texel_buffer_copy_descriptor_set() local
1729 get_texel_buffer_copy_fs(struct v3dv_device *device, VkFormat format, VkComponentMapping *cswizzle) get_texel_buffer_copy_fs() argument
1826 create_texel_buffer_copy_pipeline(struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, bool is_layered, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_texel_buffer_copy_pipeline() argument
1887 get_copy_texel_buffer_pipeline( struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, VkImageType image_type, bool is_layered, struct v3dv_meta_texel_buffer_copy_pipeline **pipeline) get_copy_texel_buffer_pipeline() argument
2308 struct v3dv_device *device = cmd_buffer->device; copy_buffer_to_image_blit() local
2991 create_blit_render_pass(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkRenderPass *pass_load, VkRenderPass *pass_no_load) create_blit_render_pass() argument
3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument
3279 get_color_blit_fs(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim sampler_dim) get_color_blit_fs() argument
3365 create_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, struct nir_shader *vs_nir, struct nir_shader *gs_nir, struct nir_shader *fs_nir, const VkPipelineVertexInputStateCreateInfo *vi_state, const VkPipelineDepthStencilStateCreateInfo *ds_state, const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineMultisampleStateCreateInfo *ms_state, const VkPipelineLayout layout, VkPipeline *pipeline) create_pipeline() argument
3507 create_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_blit_pipeline() argument
3580 get_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, struct v3dv_meta_blit_pipeline **pipeline) get_blit_pipeline() argument
3760 struct v3dv_device *device = cmd_buffer->device; allocate_blit_source_descriptor_set() local
3980 struct v3dv_device *device = cmd_buffer->device; blit_shader() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c9 #include <linux/device.h>
53 struct device *dev;
81 static int iommu_alloc_default_domain(struct iommu_group *group, struct device *dev);
83 static int iommu_attach_device_ext(struct iommu_domain *domain, struct device *dev);
86 static int iommu_create_device_direct_mappings(struct iommu_group *group, struct device *dev);
87 static struct iommu_group *iommu_group_get_for_dev(struct device *dev);
159 static struct dev_iommu *dev_iommu_get(struct device *dev) in dev_iommu_get()
177 static void dev_iommu_free(struct device *dev) in dev_iommu_free()
189 static int iommu_probe_device_ext(struct device *dev, struct list_head *group_list) in iommu_probe_device_ext()
244 int iommu_probe_device(struct device *de
457 struct group_device *device; iommu_get_group_resv_regions() local
801 struct group_device *device; iommu_group_add_device() local
889 struct group_device *tmp_device, *device = NULL; iommu_group_remove_device() local
950 struct group_device *device; iommu_group_for_each_dev_ext() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp178 const VkDevice device, in bindBuffer()
188 return vk::bindBuffer(vkd, device, allocator, buffer, requirement); in bindBuffer()
193 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement); in bindBuffer()
206 const VkDevice device, in bindImage()
216 return vk::bindImage(vkd, device, allocator, image, requirement); in bindImage()
221 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement); in bindImage()
350 const VkDevice device, in makeRenderPass()
439 return createRenderPass(vk, device, &renderPassInfo); in makeRenderPass()
443 const VkDevice device, in makeImage()
470 return createImage(vk, device, in makeImage()
175 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
203 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
349 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const deUint32 numLayers, const VkImageLayout initialColorImageLayout = VK_IMAGE_LAYOUT_UNDEFINED, const VkImageLayout initialDepthStencilImageLayout = VK_IMAGE_LAYOUT_UNDEFINED) makeRenderPass() argument
442 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument
649 const VkDevice device = context.getDevice(); getMemoryTypeNdx() local
788 const VkDevice device = context.getDevice(); testWithSizeReduction() local
1211 const VkDevice device = context.getDevice(); drawToMipLevel() local
1317 const VkDevice device = context.getDevice(); testRenderToMipMaps() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp54 const vk::VkDevice device = m_context.getDevice(); in initialize() local
60 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
66 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
71 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
120 m_renderPass = vk::createRenderPass(m_vk, device, &renderPassCreateInfo); in initialize()
125 m_framebuffer = vk::createFramebuffer(m_vk, device, &framebufferCreateInfo); in initialize()
163 m_vertexBuffer = Buffer::createAndAlloc(m_vk, device, BufferCreateInfo(dataSize, in initialize()
169 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
172 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
173 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, *m_cmdPoo in initialize()
181 initPipeline(const vk::VkDevice device) initPipeline() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.cpp48 const vk::VkDevice device = m_context.getDevice(); in initialize() local
52 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo); in initialize()
58 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
61 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo); in initialize()
93 m_renderPass = vk::createRenderPass(m_vk, device, &renderPassCreateInfo); in initialize()
98 m_framebuffer = vk::createFramebuffer(m_vk, device, &framebufferCreateInfo); in initialize()
136 m_vertexBuffer = Buffer::createAndAlloc(m_vk, device, BufferCreateInfo(dataSize, in initialize()
142 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
145 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo); in initialize()
146 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, *m_cmdPoo in initialize()
154 initPipeline(const vk::VkDevice device) initPipeline() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_padding.c32 struct anv_device device = { in main() local
37 pthread_mutex_init(&device.mutex, NULL); in main()
38 anv_bo_cache_init(&device.bo_cache, &device); in main()
39 anv_state_pool_init(&state_pool, &device, "test", 4096, 0, 4096); in main()
78 anv_bo_cache_finish(&device.bo_cache); in main()
79 pthread_mutex_destroy(&device.mutex); in main()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount01.c39 static const char *device; variable
54 TEST(mount(device, MNTPOINT, fs_type, 0, NULL)); in main()
81 device = tst_acquire_device(cleanup); in setup()
83 if (!device) in setup()
84 tst_brkm(TCONF, cleanup, "Failed to obtain block device"); in setup()
86 tst_mkfs(cleanup, device, fs_type, NULL, NULL); in setup()
95 if (device) in cleanup()
96 tst_release_device(device); in cleanup()
/third_party/ltp/testcases/lib/
H A Dtst_device.c23 fprintf(stderr, "tst_device release /path/to/device\n"); in print_help()
24 fprintf(stderr, "tst_device clear /path/to/device\n\n"); in print_help()
30 const char *device; in acquire_device() local
39 fprintf(stderr, "ERROR: Invalid device size '%s'", in acquire_device()
46 device = tst_acquire_loop_device(size, argv[3]); in acquire_device()
48 device = tst_acquire_device__(size); in acquire_device()
50 if (!device) in acquire_device()
53 if (tst_clear_device(device)) { in acquire_device()
54 tst_release_device(device); in acquire_device()
58 printf("%s", device); in acquire_device()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroup.h33 MaybeError ValidateBindGroupDescriptor(DeviceBase* device,
44 static BindGroupBase* MakeError(DeviceBase* device);
61 BindGroupBase(DeviceBase* device,
68 BindGroupBase(Derived* derived, DeviceBase* device, const BindGroupDescriptor* descriptor) in BindGroupBase() argument
69 : BindGroupBase(device, in BindGroupBase()
77 BindGroupBase(DeviceBase* device);
83 BindGroupBase(DeviceBase* device, ObjectBase::ErrorTag tag);
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dquery.c69 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryCapabilities() argument
79 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryCapabilities()
105 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() argument
115 dev = vlGetDataHTAB(device); in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
175 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities() argument
186 dev = vlGetDataHTAB(device); in vlVdpDecoderQueryCapabilities()
229 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities() argument
236 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryCapabilities()
281 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() argument
288 dev = vlGetDataHTAB(device); in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
319 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() argument
380 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() argument
429 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) vlVdpBitmapSurfaceQueryCapabilities() argument
480 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) vlVdpVideoMixerQueryFeatureSupport() argument
505 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) vlVdpVideoMixerQueryParameterSupport() argument
529 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) vlVdpVideoMixerQueryParameterValueRange() argument
574 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) vlVdpVideoMixerQueryAttributeSupport() argument
600 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) vlVdpVideoMixerQueryAttributeValueRange() argument
[all...]

Completed in 33 milliseconds

1...<<21222324252627282930>>...139