Home
last modified time | relevance | path

Searched refs:device (Results 726 - 750 of 3966) sorted by relevance

1...<<21222324252627282930>>...159

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp113 std::unique_ptr<BufferWithMemory> makeBufferForImage(const DeviceInterface& vkd, const VkDevice device, Allocator& allocator, VkFormat imageFormat, VkExtent3D imageExtent) in makeBufferForImage() argument
120 auto outBuffer = std::unique_ptr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, outBufferInfo, MemoryRequirement::HostVisible)); in makeBufferForImage()
128 const auto device = m_context.getDevice(); in iterate() local
171 colorAttachment = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, alloc, imageCreateInfo, MemoryRequirement::Any)); in iterate()
172 auto colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSubresourceRange); in iterate()
197 depthAttachment = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, alloc, depthImageCreateInfo, MemoryRequirement::Any)); in iterate()
198 auto depthAttachmentView = makeImageView(vkd, device, depthAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, depthFormat, depthSubresourceRange); in iterate()
201 const auto outBuffer = makeBufferForImage(vkd, device, alloc, imageFormat, imageExtent); in iterate()
205 const auto outDepthBuffer = makeBufferForImage(vkd, device, alloc, depthFormat, imageExtent); in iterate()
209 const auto commandPool = createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_TRANSIENT_BI in iterate()
[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
125 Move<VkShaderModule> vertexShader = createShaderModule(vk, device, context.getBinaryCollection().get("vertex"), 0); in createPipelineCacheTest()
126 Move<VkShaderModule> fragmentShader = createShaderModule(vk, device, context.getBinaryCollection().get("fragment"), 0); in createPipelineCacheTest()
174 Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineCacheTest()
182 Move<VkRenderPass> renderPass = createRenderPass(vk, device, &renderPassCreateInfo); in createPipelineCacheTest()
194 Move<VkPipeline> graphicsPipeline = createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineCreateInfo); in createPipelineCacheTest()
199 Move<VkShaderModule> computeShader = createShaderModule(vk, device, context.getBinaryCollection().get("compute"), 0); in createPipelineCacheTest()
221 Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineCacheTest()
232 Move<VkPipeline> computePipeline = createComputePipeline(vk, device, DE_NULL, &computePipelineCreateInfo); in createPipelineCacheTest()
260 // Now, create custom device in createPipelineCacheTest()
324 Move<VkDevice> device; createPipelineCacheTest() local
[all...]
/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_dsp_base_test.c20 struct HdfDeviceObject device; in DspGetServiceNameTest() local
29 device.property = &node; in DspGetServiceNameTest()
30 if (DspGetServiceName(&device, NULL) == HDF_SUCCESS) { in DspGetServiceNameTest()
41 struct HdfDeviceObject device; in DspGetDaiNameTest() local
52 device.property = &node; in DspGetDaiNameTest()
53 if (DspGetDaiName(&device, NULL) == HDF_SUCCESS) { in DspGetDaiNameTest()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_layout.h72 void (*destroy)(struct vk_device *device,
80 vk_pipeline_layout_zalloc(struct vk_device *device, size_t size,
84 vk_pipeline_layout_multizalloc(struct vk_device *device,
88 void vk_pipeline_layout_destroy(struct vk_device *device,
100 vk_pipeline_layout_unref(struct vk_device *device, in vk_pipeline_layout_unref() argument
105 layout->destroy(device, layout); in vk_pipeline_layout_unref()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DExternalTexture.h30 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device,
36 DeviceBase* device,
43 static ExternalTextureBase* MakeError(DeviceBase* device);
51 ExternalTextureBase(DeviceBase* device);
56 ExternalTextureBase(DeviceBase* device, const ExternalTextureDescriptor* descriptor);
57 ExternalTextureBase(DeviceBase* device, ObjectBase::ErrorTag tag);
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c105 VkDevice device, in vn_GetDescriptorSetLayoutSupport()
109 struct vn_device *dev = vn_device_from_handle(device); in vn_GetDescriptorSetLayoutSupport()
111 /* TODO per-device cache */ in vn_GetDescriptorSetLayoutSupport()
112 vn_call_vkGetDescriptorSetLayoutSupport(dev->instance, device, pCreateInfo, in vn_GetDescriptorSetLayoutSupport()
188 VkDevice device, in vn_CreateDescriptorSetLayout()
193 struct vn_device *dev = vn_device_from_handle(device); in vn_CreateDescriptorSetLayout()
235 /* allocated with the device scope */ in vn_CreateDescriptorSetLayout()
257 vn_DestroyDescriptorSetLayout(VkDevice device, in vn_DestroyDescriptorSetLayout() argument
261 struct vn_device *dev = vn_device_from_handle(device); in vn_DestroyDescriptorSetLayout()
274 vn_CreateDescriptorPool(VkDevice device, in vn_CreateDescriptorPool() argument
104 vn_GetDescriptorSetLayoutSupport( VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vn_GetDescriptorSetLayoutSupport() argument
187 vn_CreateDescriptorSetLayout( VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vn_CreateDescriptorSetLayout() argument
338 vn_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vn_DestroyDescriptorPool() argument
455 vn_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vn_ResetDescriptorPool() argument
480 vn_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vn_AllocateDescriptorSets() argument
598 vn_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vn_FreeDescriptorSets() argument
763 vn_UpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vn_UpdateDescriptorSets() argument
906 vn_CreateDescriptorUpdateTemplate( VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vn_CreateDescriptorUpdateTemplate() argument
946 vn_DestroyDescriptorUpdateTemplate( VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vn_DestroyDescriptorUpdateTemplate() argument
970 vn_UpdateDescriptorSetWithTemplate( VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vn_UpdateDescriptorSetWithTemplate() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp213 const VkDevice device = m_context.getDevice(); in runComputePipeline() local
217 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in runComputePipeline()
218 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, descriptorSetLayout)); in runComputePipeline()
219 const Unique<VkPipeline> pipeline (makeComputePipeline(vk, device, *pipelineLayout, *shaderModule)); in runComputePipeline()
231 submitCommandsAndWait(vk, device, queue, cmdBuffer); in runComputePipeline()
244 const VkDevice device = m_context.getDevice(); in runGraphicsPipeline() local
248 const ShaderWrapper vertShader (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in runGraphicsPipeline()
249 const ShaderWrapper fragShader (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in runGraphicsPipeline()
250 const PipelineLayoutWrapper pipelineLayout (m_testParameters.pipelineConstructionType, vk, device, descriptorSetLayout); in runGraphicsPipeline()
251 RenderPassWrapper renderPass (m_testParameters.pipelineConstructionType, vk, device); in runGraphicsPipeline()
347 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineShaderModuleIdentifierTests.cpp90 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModule module) in getShaderModuleIdentifier() argument
93 vkd.getShaderModuleIdentifierEXT(device, module, &idExt); in getShaderModuleIdentifier()
98 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModuleCreateInfo& createInfo) in getShaderModuleIdentifier() argument
101 vkd.getShaderModuleCreateInfoIdentifierEXT(device, &createInfo, &idExt); in getShaderModuleIdentifier()
440 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument
447 VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, nullptr)); in getPipelineExecutableProperties()
454 VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, propertiesKHR.data())); in getPipelineExecutableProperties()
470 VK_CHECK(vkd.getPipelineExecutableStatisticsKHR(device, &executableInfo, &statCount, nullptr)); in getPipelineExecutableProperties()
476 VK_CHECK(vkd.getPipelineExecutableStatisticsKHR(device, &executableInfo, &statCount, statsKHR.data())); in getPipelineExecutableProperties()
494 VK_CHECK(vkd.getPipelineExecutableInternalRepresentationsKHR(device, in getPipelineExecutableProperties()
1469 Move<VkDevice> device; global() member
1560 const auto device = m_context.getDevice(); iterate() local
1754 setModule(const DeviceInterface &vkd, const VkDevice device, const ShaderWrapper shader, UseModuleCase moduleUse, de::Random& rnd) setModule() argument
1838 const auto device = m_context.getDevice(); iterate() local
3161 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineLibraryTests.cpp431 const VkDevice device = context.getDevice();
433 graphicsPipelineCreateInfo.m_vertModule = createShaderModule(vk, device, &shaderModuleCreateInfo);
515 const VkDevice device = context.getDevice();
517 graphicsPipelineCreateInfo.m_fragModule = createShaderModule(vk, device, &shaderModuleCreateInfo);
710 const VkDevice device = m_context.getDevice();
714 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
717 flushAlloc(vk, device, buffer->getAllocation());
725 const VkDevice device = m_context.getDevice();
729 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
732 flushAlloc(vk, device, buffe
740 const VkDevice device = m_context.getDevice(); makePaletteBuffer() local
755 const VkDevice device = m_context.getDevice(); createDescriptorPool() local
766 const VkDevice device = m_context.getDevice(); createDescriptorSetLayout() local
784 const VkDevice device = m_context.getDevice(); createDescriptorSet() local
845 const VkDevice device = m_context.getDevice(); runTest() local
1370 const VkDevice device = m_context.getDevice(); iterate() local
1408 const VkDevice device = m_context.getDevice(); runNullDescriptorSet() local
1639 const VkDevice device = m_context.getDevice(); runNullDescriptorSetInMonolithicPipeline() local
1756 const VkDevice device = m_context.getDevice(); runIndependentPipelineLayoutSets() local
1948 const VkDevice device = m_context.getDevice(); runCompareLinkTimes() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp211 const VkDevice device = m_context.getDevice(); in runComputePipeline() local
215 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in runComputePipeline()
216 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, descriptorSetLayout)); in runComputePipeline()
217 const Unique<VkPipeline> pipeline (makeComputePipeline(vk, device, *pipelineLayout, *shaderModule)); in runComputePipeline()
229 submitCommandsAndWait(vk, device, queue, cmdBuffer); in runComputePipeline()
240 const VkDevice device = m_context.getDevice(); in runGraphicsPipeline() local
244 const Unique<VkShaderModule> vertShader (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in runGraphicsPipeline()
245 const Unique<VkShaderModule> fragShader (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in runGraphicsPipeline()
246 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout(vk, device, descriptorSetLayout)); in runGraphicsPipeline()
247 const Move<VkRenderPass> renderPass = makeRenderPass(vk, device); in runGraphicsPipeline()
343 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineMiscTests.cpp273 const auto device = m_context.getDevice(); in iterate() local
301 ImageWithMemory colorBuffer (vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any); in iterate()
304 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, m_format, colorSRR); in iterate()
309 BufferWithMemory verifBuffer (vkd, device, alloc, verifBufferInfo, MemoryRequirement::HostVisible); in iterate()
313 const auto renderPass = makeRenderPass(vkd, device, m_format); in iterate()
314 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), m_extent.width, m_extent.height); in iterate()
318 const auto vertModule = createShaderModule(vkd, device, binaries.get("vert")); in iterate()
319 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
324 tscModule = createShaderModule(vkd, device, binaries.get("tsc")); in iterate()
325 tseModule = createShaderModule(vkd, device, binarie in iterate()
665 const auto device = m_context.getDevice(); iterate() local
1134 const auto device = m_context.getDevice(); runTest() local
1297 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineShaderModuleIdentifierTests.cpp88 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModule module) in getShaderModuleIdentifier() argument
91 vkd.getShaderModuleIdentifierEXT(device, module, &idExt); in getShaderModuleIdentifier()
96 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModuleCreateInfo& createInfo) in getShaderModuleIdentifier() argument
99 vkd.getShaderModuleCreateInfoIdentifierEXT(device, &createInfo, &idExt); in getShaderModuleIdentifier()
437 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument
444 VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, nullptr)); in getPipelineExecutableProperties()
451 VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, propertiesKHR.data())); in getPipelineExecutableProperties()
467 VK_CHECK(vkd.getPipelineExecutableStatisticsKHR(device, &executableInfo, &statCount, nullptr)); in getPipelineExecutableProperties()
473 VK_CHECK(vkd.getPipelineExecutableStatisticsKHR(device, &executableInfo, &statCount, statsKHR.data())); in getPipelineExecutableProperties()
491 VK_CHECK(vkd.getPipelineExecutableInternalRepresentationsKHR(device, in getPipelineExecutableProperties()
1463 Move<VkDevice> device; global() member
1554 const auto device = m_context.getDevice(); iterate() local
1742 setModule(const DeviceInterface &vkd, const VkDevice device, const VkShaderModule module, UseModuleCase moduleUse, de::Random& rnd) setModule() argument
1824 const auto device = m_context.getDevice(); iterate() local
3145 const auto device = m_context.getDevice(); iterate() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H A Drockchip_iommu.h8 struct device;
11 int rockchip_iommu_enable(struct device *dev);
12 int rockchip_iommu_disable(struct device *dev);
14 static inline int rockchip_iommu_enable(struct device *dev) in rockchip_iommu_enable()
18 static inline int rockchip_iommu_disable(struct device *dev) in rockchip_iommu_disable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp56 Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage) in makeBuffer() argument
69 return createBuffer(vk, device, &createInfo); in makeBuffer()
72 VkMemoryRequirements getBufferMemoryRequirements (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage) in getBufferMemoryRequirements() argument
74 const Unique<VkBuffer> buffer(makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements()
75 return getBufferMemoryRequirements(vk, device, *buffer); in getBufferMemoryRequirements()
78 VkMemoryRequirements getBufferMemoryRequirements2 (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, void* next = DE_NULL) in getBufferMemoryRequirements2() argument
80 const Unique<VkBuffer> buffer (makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements2()
94 vk.getBufferMemoryRequirements2(device, &info, &req2); in getBufferMemoryRequirements2()
100 VkMemoryRequirements getBufferCreateInfoMemoryRequirementsKHR (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, void* next = DE_NULL) in getBufferCreateInfoMemoryRequirementsKHR() argument
126 vk.getDeviceBufferMemoryRequirements(device, in getBufferCreateInfoMemoryRequirementsKHR()
132 getImageMemoryRequirements2(const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo, void* next = DE_NULL) getImageMemoryRequirements2() argument
155 getDeviceImageMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo, void* next = DE_NULL) getDeviceImageMemoryRequirements() argument
178 getImageCreateInfoSparseMemoryRequirements(const DeviceInterface& vk, VkDevice device, const VkImageCreateInfo& createInfo) getImageCreateInfoSparseMemoryRequirements() argument
373 const VkDevice device = context.getDevice(); execTest() local
440 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument
561 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument
632 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument
733 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsageFlags usage, const bool all) updateMemoryRequirements() argument
938 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device) updateMemoryRequirements() argument
1517 const VkDevice device = context.getDevice(); execTest() local
1646 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device) updateMemoryRequirements() argument
1697 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device) updateMemoryRequirements() argument
1772 updateMemoryRequirements(const DeviceInterface& vk, const VkDevice device) updateMemoryRequirements() argument
2009 const VkDevice device = context.getDevice(); testMultiplaneImages() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp128 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
130 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
135 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
139 VkDevice device, in createBufferMemory()
143 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); in createBufferMemory()
144 bindBufferMemory(vk, device, buffer, allocation->getMemory(), allocation->getOffset()); in createBufferMemory()
149 VkDevice device, in createImageMemory()
153 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any)); in createImageMemory()
154 bindImageMemory(vk, device, imag in createImageMemory()
138 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
148 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
158 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout, TestSeparateUsage separateStencilUsage) createImage() argument
207 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
230 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height, TestSeparateUsage separateStencilUsage = (TestSeparateUsage)0u) createImage() argument
330 createImageAttachmentView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
348 createSrcPrimaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage testSeparateUsage) createSrcPrimaryInputImageView() argument
371 createSrcSecondaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage separateStencilUsage) createSrcSecondaryInputImageView() argument
402 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
444 createMultisampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createMultisampleImages() argument
461 createSingleSampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createSingleSampleImages() argument
478 createImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkImageSp> images) createImageMemory() argument
491 createImageAttachmentViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImageSp>& images, VkFormat format, VkImageAspectFlagBits aspect) createImageAttachmentViews() argument
505 createBuffers(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createBuffers() argument
520 createBufferMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkBufferSp> buffers) createBufferMemory() argument
534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument
756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument
775 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, const std::vector<VkImageViewSp>& dstMultisampleImageViews, const std::vector<VkImageViewSp>& dstSinglesampleImageViews, deUint32 width, deUint32 height) createFramebuffer() argument
816 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
841 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
963 createSplitDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat) createSplitDescriptorSetLayout() argument
1000 createSplitPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSplitPipelineLayout() argument
1026 createSplitPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, deUint32 subpassIndex, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipeline() argument
1115 createSplitPipelines(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipelines() argument
1132 createSplitDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSplitDescriptorPool() argument
1154 createSplitDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView primaryImageView, VkImageView secondaryImageView) createSplitDescriptorSet() argument
[all...]
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp76 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument
90 Move<VkBuffer> vertexBuffer = createBuffer(vk, device, &vertexBufferParams);; in makeVertexBuffer()
168 const VkDevice device = m_context.getDevice(); in iterate() local
180 Move<VkBuffer> vertexBuffer = makeVertexBuffer(vk, device, queueFamilyIndex); in iterate()
181 MovePtr<Allocation> vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible); in iterate()
185 flushAlloc(vk, device, *vertexBufferAlloc); in iterate()
207 const ImageWithMemory colorImage (vk, device, m_context.getDefaultAllocator(), colorImageCreateInfo, MemoryRequirement::Any); in iterate()
208 Move<VkImageView> colorImageView = makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM, in iterate()
233 const de::SharedPtr<Draw::Image> depthStencilImage = Draw::Image::createAndAlloc(vk, device, depthStencilBufferInfo, m_context.getDefaultAllocator(), in iterate()
237 Move<VkImageView> depthStencilImageView = makeImageView(vk, device, depthStencilImag in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp128 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument
130 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory()
133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument
135 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
139 VkDevice device, in createBufferMemory()
143 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); in createBufferMemory()
144 bindBufferMemory(vk, device, buffer, allocation->getMemory(), allocation->getOffset()); in createBufferMemory()
149 VkDevice device, in createImageMemory()
153 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any)); in createImageMemory()
154 bindImageMemory(vk, device, imag in createImageMemory()
138 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
148 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
158 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout, TestSeparateUsage separateStencilUsage) createImage() argument
207 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
230 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height, TestSeparateUsage separateStencilUsage = (TestSeparateUsage)0u) createImage() argument
330 createImageAttachmentView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument
348 createSrcPrimaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage testSeparateUsage) createSrcPrimaryInputImageView() argument
371 createSrcSecondaryInputImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect, TestSeparateUsage separateStencilUsage) createSrcSecondaryInputImageView() argument
402 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
444 createMultisampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createMultisampleImages() argument
461 createSingleSampleImages(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createSingleSampleImages() argument
478 createImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkImageSp> images) createImageMemory() argument
491 createImageAttachmentViews(const DeviceInterface& vkd, VkDevice device, const std::vector<VkImageSp>& images, VkFormat format, VkImageAspectFlagBits aspect) createImageAttachmentViews() argument
505 createBuffers(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 sampleCount, deUint32 width, deUint32 height) createBuffers() argument
520 createBufferMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkBufferSp> buffers) createBufferMemory() argument
534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument
756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument
775 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, const std::vector<VkImageViewSp>& dstMultisampleImageViews, const std::vector<VkImageViewSp>& dstSinglesampleImageViews, deUint32 width, deUint32 height) createFramebuffer() argument
816 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
841 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
963 createSplitDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat) createSplitDescriptorSetLayout() argument
1000 createSplitPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSplitPipelineLayout() argument
1026 createSplitPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, deUint32 subpassIndex, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipeline() argument
1115 createSplitPipelines(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSplitPipelines() argument
1132 createSplitDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSplitDescriptorPool() argument
1154 createSplitDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView primaryImageView, VkImageView secondaryImageView) createSplitDescriptorSet() argument
[all...]
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp76 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument
90 Move<VkBuffer> vertexBuffer = createBuffer(vk, device, &vertexBufferParams);; in makeVertexBuffer()
168 const VkDevice device = m_context.getDevice(); in iterate() local
180 Move<VkBuffer> vertexBuffer = makeVertexBuffer(vk, device, queueFamilyIndex); in iterate()
181 MovePtr<Allocation> vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible); in iterate()
185 flushAlloc(vk, device, *vertexBufferAlloc); in iterate()
207 const ImageWithMemory colorImage (vk, device, m_context.getDefaultAllocator(), colorImageCreateInfo, MemoryRequirement::Any); in iterate()
208 Move<VkImageView> colorImageView = makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, VK_FORMAT_R8G8B8A8_UNORM, in iterate()
233 const de::SharedPtr<Draw::Image> depthStencilImage = Draw::Image::createAndAlloc(vk, device, depthStencilBufferInfo, m_context.getDefaultAllocator(), in iterate()
237 Move<VkImageView> depthStencilImageView = makeImageView(vk, device, depthStencilImag in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp466 const VkDevice device,
522 const VkDevice device,
528 const VkDevice device,
533 // below methods will return host addres if AS was build on cpu and device addres when it was build on gpu
535 const VkDevice device,
538 const VkDevice device,
603 const VkDevice device,
612 const VkDevice device,
616 const VkDevice device,
622 const VkDevice device,
1095 makeDeviceOrHostAddressConstKHR(const DeviceInterface& vk, const VkDevice device, VkBuffer buffer, VkDeviceSize offset) makeDeviceOrHostAddressConstKHR() argument
1116 makeDeviceOrHostAddressKHR(const DeviceInterface& vk, const VkDevice device, VkBuffer buffer, VkDeviceSize offset) makeDeviceOrHostAddressKHR() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp337 Move<VkSampler> makeDefaultSampler (const DeviceInterface& vkd, VkDevice device) in makeDefaultSampler() argument
360 return createSampler(vkd, device, &samplerCreateInfo); in makeDefaultSampler()
363 de::MovePtr<ImageWithMemory> makeDefaultImage (const DeviceInterface& vkd, VkDevice device, Allocator& alloc) in makeDefaultImage() argument
391 return de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, alloc, imageCreateInfo, MemoryRequirement::Any)); in makeDefaultImage()
394 Move<VkImageView> makeDefaultImageView (const DeviceInterface& vkd, VkDevice device, VkImage image) in makeDefaultImageView() argument
397 return makeImageView(vkd, device, image, VK_IMAGE_VIEW_TYPE_2D, getDescriptorImageFormat(), subresourceRange); in makeDefaultImageView()
400 de::MovePtr<BufferWithMemory> makeDefaultBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 numElements = 1u) in makeDefaultBuffer() argument
414 return de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, alloc, bufferCreateInfo, MemoryRequirement::HostVisible)); in makeDefaultBuffer()
417 Move<VkBufferView> makeDefaultBufferView (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer) in makeDefaultBufferView() argument
422 return makeBufferView(vkd, device, buffe in makeDefaultBufferView()
463 makeDefaultAccelerationStructure(const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, bool triangles, deUint16 offsetX) makeDefaultAccelerationStructure() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp245 const VkDevice device, in makeQueryPool()
258 return createQueryPool(vk, device, &queryPoolCreateInfo); in makeQueryPool()
263 const VkDevice device, in registerShaderModule()
277 shaderModules.push_back(makeVkSharedPtr(createShaderModule(vkd, device, context.getBinaryCollection().get(fsn), 0))); in registerShaderModule()
294 const VkDevice device, in registerShaderModule()
307 Move<VkShaderModule> shaderModule = createShaderModule(vkd, device, context.getBinaryCollection().get(fsn), 0); in registerShaderModule()
367 const VkDevice device = context.getDevice(); in initConfiguration() local
374 .build(vkd, device); in initConfiguration()
378 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
379 descriptorSet = makeDescriptorSet(vkd, device, *descriptorPoo in initConfiguration()
244 makeQueryPool(const DeviceInterface& vk, const VkDevice device, const VkQueryType queryType, deUint32 queryCount) makeQueryPool() argument
262 registerShaderModule(const DeviceInterface& vkd, const VkDevice device, Context& context, std::vector<de::SharedPtr<Move<VkShaderModule>>>& shaderModules, std::vector<VkPipelineShaderStageCreateInfo>& shaderCreateInfos, VkShaderStageFlagBits stage, const std::string& externalNamePart, const std::string& internalNamePart) registerShaderModule() argument
293 registerShaderModule(const DeviceInterface& vkd, const VkDevice device, Context& context, RayTracingPipeline& rayTracingPipeline, VkShaderStageFlagBits shaderStage, const std::string& externalNamePart, const std::string& internalNamePart, deUint32 groupIndex) registerShaderModule() argument
640 const VkDevice device = context.getDevice(); fillCommandBuffer() local
798 const VkDevice device = context.getDevice(); initConfiguration() local
847 const VkDevice device = context.getDevice(); fillCommandBuffer() local
953 const VkDevice device = context.getDevice(); initConfiguration() local
1024 const VkDevice device = context.getDevice(); fillCommandBuffer() local
2453 const VkDevice device = m_context.getDevice(); runTest() local
3136 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp385 const VkDevice device = context.getDevice();
412 const BufferWithMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible);
421 flushAlloc(vk, device, alloc);
428 const BufferWithMemory resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
434 flushAlloc(vk, device, alloc);
442 const ImageWithMemory colorAttachmentImage (vk, device, allocator,
449 const BufferWithMemory colorBuffer(vk, device, allocator,
456 .build(vk, device));
460 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u));
462 const Unique<VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPoo
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp385 const VkDevice device = context.getDevice();
412 const BufferWithMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible);
421 flushAlloc(vk, device, alloc);
428 const BufferWithMemory resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
434 flushAlloc(vk, device, alloc);
442 const ImageWithMemory colorAttachmentImage (vk, device, allocator,
449 const BufferWithMemory colorBuffer(vk, device, allocator,
456 .build(vk, device));
460 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u));
462 const Unique<VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPoo
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp116 void ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator);
117 void ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator);
118 void ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator);
119 void ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator);
120 void ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count);
121 void ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator);
695 static void ImGui_ImplVulkan_CreateShaderModules(VkDevice device, const VkAllocationCallbacks* allocator) in ImGui_ImplVulkan_CreateShaderModules() argument
705 VkResult err = vkCreateShaderModule(device, &vert_info, allocator, &bd->ShaderModuleVert); in ImGui_ImplVulkan_CreateShaderModules()
714 VkResult err = vkCreateShaderModule(device, &frag_info, allocator, &bd->ShaderModuleFrag); in ImGui_ImplVulkan_CreateShaderModules()
719 static void ImGui_ImplVulkan_CreateFontSampler(VkDevice device, cons argument
740 ImGui_ImplVulkan_CreateDescriptorSetLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreateDescriptorSetLayout() argument
761 ImGui_ImplVulkan_CreatePipelineLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreatePipelineLayout() argument
784 ImGui_ImplVulkan_CreatePipeline(VkDevice device, const VkAllocationCallbacks* allocator, VkPipelineCache pipelineCache, VkRenderPass renderPass, VkSampleCountFlagBits MSAASamples, VkPipeline* pipeline, uint32_t subpass) ImGui_ImplVulkan_CreatePipeline() argument
1167 ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_CreateWindowCommandBuffers() argument
1227 ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count) ImGui_ImplVulkanH_CreateWindowSwapChain() argument
1395 ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int width, int height, uint32_t min_image_count) ImGui_ImplVulkanH_CreateOrResizeWindow() argument
1403 ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindow() argument
1425 ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrame() argument
1438 ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameSemaphores() argument
1445 ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameRenderBuffers() argument
1455 ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindowRenderBuffers() argument
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h3785 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
3787 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAllocator);
3792 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
3795 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
3796 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
3797 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
3798 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData);
3799 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
3800 typedef VkResult (VKAPI_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges);
3801 typedef VkResult (VKAPI_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDevice device, uint32_
[all...]

Completed in 67 milliseconds

1...<<21222324252627282930>>...159