| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuiltinTests.cpp | 1237 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local 1276 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local 1575 const VkDevice device = m_context.getDevice(); in makePipeline() local 1597 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument 1667 const VkDevice device = m_context.getDevice(); runTest() local 3226 const VkDevice device = m_context.getDevice(); createPipelineAndShaderBindingTables() local 3266 const VkDevice device = m_context.getDevice(); createPipelineLayoutAndSet() local 3499 const VkDevice device = m_context.getDevice(); initializeParameters() local 3800 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 153 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument 183 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument 311 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkFramebufferCreateFlags pCreateInfo_flags, VkRenderPass pCreateInfo_renderPass, deUint32 pCreateInfo_attachmentCount, const VkImageView* pCreateInfo_pAttachments, deUint32 pCreateInfo_width, deUint32 pCreateInfo_height, deUint32 pCreateInfo_layers) createFramebuffer() argument 336 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags pCreateInfo_flags, VkImageType pCreateInfo_imageType, VkFormat pCreateInfo_format, VkExtent3D pCreateInfo_extent, deUint32 pCreateInfo_mipLevels, deUint32 pCreateInfo_arrayLayers, VkSampleCountFlagBits pCreateInfo_samples, VkImageTiling pCreateInfo_tiling, VkImageUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices, VkImageLayout pCreateInfo_initialLayout) createImage() argument 373 bindBufferMemory(const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) bindBufferMemory() argument 378 bindImageMemory(const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) bindImageMemory() argument 383 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags pCreateInfo_flags, VkImage pCreateInfo_image, VkImageViewType pCreateInfo_viewType, VkFormat pCreateInfo_format, VkComponentMapping pCreateInfo_components, VkImageSubresourceRange pCreateInfo_subresourceRange) createImageView() argument 406 createBuffer(const DeviceInterface& vk, VkDevice device, VkBufferCreateFlags pCreateInfo_flags, VkDeviceSize pCreateInfo_size, VkBufferUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices) createBuffer() argument 466 waitForFences(const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) waitForFences() argument 1265 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo) createRenderPass() argument 1304 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, const RenderingType renderPassType) createRenderPass() argument 1320 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, const UVec2& size, const vector<VkImageView>& attachments) createFramebuffer() argument 1329 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument 1368 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument 1385 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument 1438 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 1571 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument 1874 createSubpassPipeline(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkPipelineLayout pipelineLayout, const SubpassRenderInfo& renderInfo) createSubpassPipeline() argument 2271 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 410 VULKAN_HPP_NAMESPACE::Device device; in createDevice() local 429 VULKAN_HPP_NAMESPACE::Device device; in createDeviceUnique() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ContextVk.cpp | 723 VkDevice device = getDevice(); in onDestroy() local 2406 VkDevice device = getDevice(); synchronizeCpuGpuTime() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | libVulkan.cpp | 174 void ValidateRenderPassPNextChain(VkDevice device, const T *pCreateInfo) in ValidateRenderPassPNextChain() argument 674 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *pName) in vkGetDeviceProcAddr() argument 987 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) in vkDestroyDevice() argument 1059 vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) vkGetDeviceQueue() argument 1082 vkDeviceWaitIdle(VkDevice device) vkDeviceWaitIdle() argument 1089 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) vkAllocateMemory() argument 1105 vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) vkFreeMemory() argument 1114 vkGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR *getFdInfo, int *pFd) vkGetMemoryFdKHR() argument 1127 vkGetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR *pMemoryFdProperties) vkGetMemoryFdPropertiesKHR() argument 1153 vkGetMemoryZirconHandleFUCHSIA(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA *pGetHandleInfo, zx_handle_t *pHandle) vkGetMemoryZirconHandleFUCHSIA() argument 1166 vkGetMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t handle, VkMemoryZirconHandlePropertiesFUCHSIA *pMemoryZirconHandleProperties) vkGetMemoryZirconHandlePropertiesFUCHSIA() argument 1192 vkGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) vkGetMemoryHostPointerPropertiesEXT() argument 1208 vkGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID *pInfo, struct AHardwareBuffer **pBuffer) vkGetMemoryAndroidHardwareBufferANDROID() argument 1216 vkGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) vkGetAndroidHardwareBufferPropertiesANDROID() argument 1225 vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) vkMapMemory() argument 1239 vkUnmapMemory(VkDevice device, VkDeviceMemory memory) vkUnmapMemory() argument 1246 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkFlushMappedMemoryRanges() argument 1256 vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkInvalidateMappedMemoryRanges() argument 1283 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) vkBindBufferMemory() argument 1297 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset) vkBindImageMemory() argument 1311 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) vkGetBufferMemoryRequirements() argument 1319 vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vkGetImageMemoryRequirements() argument 1327 vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements() argument 1353 vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) vkCreateFence() argument 1376 vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) vkDestroyFence() argument 1384 vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) vkResetFences() argument 1397 vkGetFenceStatus(VkDevice device, VkFence fence) vkGetFenceStatus() argument 1404 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) vkWaitForFences() argument 1412 vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) vkCreateSemaphore() argument 1454 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) vkDestroySemaphore() argument 1463 vkGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) vkGetSemaphoreFdKHR() argument 1478 vkImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreInfo) vkImportSemaphoreFdKHR() argument 1496 vkImportSemaphoreZirconHandleFUCHSIA( VkDevice device, const VkImportSemaphoreZirconHandleInfoFUCHSIA *pImportSemaphoreZirconHandleInfo) vkImportSemaphoreZirconHandleFUCHSIA() argument 1513 vkGetSemaphoreZirconHandleFUCHSIA( VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA *pGetZirconHandleInfo, zx_handle_t *pZirconHandle) vkGetSemaphoreZirconHandleFUCHSIA() argument 1532 vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValue() argument 1540 vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphore() argument 1548 vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphores() argument 1555 vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) vkCreateEvent() argument 1577 vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) vkDestroyEvent() argument 1585 vkGetEventStatus(VkDevice device, VkEvent event) vkGetEventStatus() argument 1592 vkSetEvent(VkDevice device, VkEvent event) vkSetEvent() argument 1601 vkResetEvent(VkDevice device, VkEvent event) vkResetEvent() argument 1610 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vkCreateQueryPool() argument 1631 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) vkDestroyQueryPool() argument 1639 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 1647 vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) vkCreateBuffer() argument 1673 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) vkDestroyBuffer() argument 1681 vkGetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddress() argument 1689 vkGetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddress() argument 1697 vkGetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddress() argument 1705 vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) vkCreateBufferView() argument 1726 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vkDestroyBufferView() argument 1734 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument 1834 vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) vkDestroyImage() argument 1850 vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) vkGetImageSubresourceLayout() argument 1858 vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) vkCreateImageView() argument 1915 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) vkDestroyImageView() argument 1924 vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShaderModule) vkCreateShaderModule() argument 1953 vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) vkDestroyShaderModule() argument 1961 vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) vkCreatePipelineCache() argument 1982 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineCache() argument 1990 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vkGetPipelineCacheData() argument 1998 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vkMergePipelineCaches() argument 2006 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateGraphicsPipelines() argument 2053 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateComputePipelines() argument 2100 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) vkDestroyPipeline() argument 2108 vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vkCreatePipelineLayout() argument 2137 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineLayout() argument 2145 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) vkCreateSampler() argument 2210 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) vkDestroySampler() argument 2223 vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vkCreateDescriptorSetLayout() argument 2248 vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorSetLayout() argument 2256 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vkCreateDescriptorPool() argument 2271 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorPool() argument 2279 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 2293 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vkAllocateDescriptorSets() argument 2308 vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vkFreeDescriptorSets() argument 2318 vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vkUpdateDescriptorSets() argument 2326 vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vkCreateFramebuffer() argument 2334 vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) vkDestroyFramebuffer() argument 2342 vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass() argument 2358 vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2KHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2() argument 2374 vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) vkDestroyRenderPass() argument 2382 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) vkGetRenderAreaGranularity() argument 2390 vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) vkCreateCommandPool() argument 2413 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) vkDestroyCommandPool() argument 2421 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 2429 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) vkAllocateCommandBuffers() argument 2452 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) vkFreeCommandBuffers() argument 2964 vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) vkBindBufferMemory2() argument 2993 vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) vkBindImageMemory2() argument 3044 vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeatures() argument 3068 vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPool() argument 3083 vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2() argument 3124 vkGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2() argument 3158 vkGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2() argument 3666 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument 3680 vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) vkGetDeviceQueue2() argument 3705 vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversion() argument 3720 vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversion() argument 3728 vkCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vkCreateDescriptorUpdateTemplate() argument 3754 vkDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorUpdateTemplate() argument 3762 vkUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vkUpdateDescriptorSetWithTemplate() argument 3794 vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupport() argument 3885 vkSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectNameInfoEXT *pNameInfo) vkSetDebugUtilsObjectNameEXT() argument 3893 vkSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTagInfoEXT *pTagInfo) vkSetDebugUtilsObjectTagEXT() argument 4144 vkCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) vkCreateSwapchainKHR() argument 4180 vkDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) vkDestroySwapchainKHR() argument 4188 vkGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) vkGetSwapchainImagesKHR() argument 4202 vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) vkAcquireNextImageKHR() argument 4218 vkAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR *pAcquireInfo, uint32_t *pImageIndex) vkAcquireNextImage2KHR() argument 4226 vkGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR *pDeviceGroupPresentCapabilities) vkGetDeviceGroupPresentCapabilitiesKHR() argument 4243 vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR *pModes) vkGetDeviceGroupSurfacePresentModesKHR() argument 4264 vkGetSwapchainGrallocUsage2ANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainUsage, uint64_t *grallocConsumerUsage, uint64_t *grallocProducerUsage) vkGetSwapchainGrallocUsage2ANDROID() argument 4275 vkGetSwapchainGrallocUsageANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) vkGetSwapchainGrallocUsageANDROID() argument 4285 vkAcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence) vkAcquireImageANDROID() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 6000 dev_t device = 0; in os_mknod() local 6067 dev_t device; os_major() local 6103 dev_t device; os_minor() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 88 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModule module) in getShaderModuleIdentifier() argument 96 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModuleCreateInfo& createInfo) in getShaderModuleIdentifier() argument 437 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument 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...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 568 const VkDevice device = context.getDevice(); in initRayTracingShaders() local 593 const VkDevice device = context.getDevice(); in initShaderBindingTables() local 229 makeQueryPool(const DeviceInterface& vk, const VkDevice device, const VkQueryType queryType, deUint32 queryCount) makeQueryPool() argument 817 const VkDevice device = context.getDevice(); initRayTracingShaders() local 836 const VkDevice device = context.getDevice(); initShaderBindingTables() local 1582 const VkDevice device = m_context.getDevice(); runTest() local 2269 const VkDevice device = m_context.getDevice(); iterate() local 2585 const VkDevice device = m_context.getDevice(); getDeviceASCompatibilityKHR() local 2630 const VkDevice device = m_context.getDevice(); iterate() local 2710 const VkDevice device = m_context.getDevice(); performTest() local 2796 prepareTopAccelerationStructure(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkCommandBuffer cmdBuffer) prepareTopAccelerationStructure() argument 2882 const VkDevice device = m_context.getDevice(); iterate() local 3073 const VkDevice device = ctx.getDevice(); global() variable 3242 const VkDevice device = m_context.getDevice(); global() variable 3360 const VkDevice device = m_context.getDevice(); global() variable 3393 const VkDevice device = m_context.getDevice(); iterate() local 3437 const VkDevice device = m_context.getDevice(); iterate() local 3553 const VkDevice device; global() member in vkt::RayTracing::__anon29652::CopyWithinPipelineInstance [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 143 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument 173 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument 301 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkFramebufferCreateFlags pCreateInfo_flags, VkRenderPass pCreateInfo_renderPass, deUint32 pCreateInfo_attachmentCount, const VkImageView* pCreateInfo_pAttachments, deUint32 pCreateInfo_width, deUint32 pCreateInfo_height, deUint32 pCreateInfo_layers) createFramebuffer() argument 326 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags pCreateInfo_flags, VkImageType pCreateInfo_imageType, VkFormat pCreateInfo_format, VkExtent3D pCreateInfo_extent, deUint32 pCreateInfo_mipLevels, deUint32 pCreateInfo_arrayLayers, VkSampleCountFlagBits pCreateInfo_samples, VkImageTiling pCreateInfo_tiling, VkImageUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices, VkImageLayout pCreateInfo_initialLayout) createImage() argument 363 bindBufferMemory(const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) bindBufferMemory() argument 368 bindImageMemory(const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) bindImageMemory() argument 373 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags pCreateInfo_flags, VkImage pCreateInfo_image, VkImageViewType pCreateInfo_viewType, VkFormat pCreateInfo_format, VkComponentMapping pCreateInfo_components, VkImageSubresourceRange pCreateInfo_subresourceRange) createImageView() argument 396 createBuffer(const DeviceInterface& vk, VkDevice device, VkBufferCreateFlags pCreateInfo_flags, VkDeviceSize pCreateInfo_size, VkBufferUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices) createBuffer() argument 456 waitForFences(const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) waitForFences() argument 1253 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo) createRenderPass() argument 1292 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, const RenderingType renderPassType) createRenderPass() argument 1308 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, const UVec2& size, const vector<VkImageView>& attachments) createFramebuffer() argument 1317 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument 1356 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument 1373 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument 1426 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 1559 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument 1862 createSubpassPipeline(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkPipelineLayout pipelineLayout, const SubpassRenderInfo& renderInfo) createSubpassPipeline() argument 2257 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | trampoline.c | 121 LOADER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *pName) { in vkGetDeviceProcAddr() argument 1009 vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) vkDestroyDevice() argument 1101 vkGetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, VkQueue *pQueue) vkGetDeviceQueue() argument 1139 vkDeviceWaitIdle(VkDevice device) vkDeviceWaitIdle() argument 1150 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) vkAllocateMemory() argument 1162 vkFreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) vkFreeMemory() argument 1174 vkMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkFlags flags, void **ppData) vkMapMemory() argument 1186 vkUnmapMemory(VkDevice device, VkDeviceMemory mem) vkUnmapMemory() argument 1197 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkFlushMappedMemoryRanges() argument 1209 vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkInvalidateMappedMemoryRanges() argument 1221 vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryInBytes) vkGetDeviceMemoryCommitment() argument 1233 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize offset) vkBindBufferMemory() argument 1245 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize offset) vkBindImageMemory() argument 1257 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) vkGetBufferMemoryRequirements() argument 1269 vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vkGetImageMemoryRequirements() argument 1282 vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements() argument 1323 vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) vkCreateFence() argument 1335 vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) vkDestroyFence() argument 1346 vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) vkResetFences() argument 1357 vkGetFenceStatus(VkDevice device, VkFence fence) vkGetFenceStatus() argument 1368 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) vkWaitForFences() argument 1380 vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) vkCreateSemaphore() argument 1392 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) vkDestroySemaphore() argument 1404 vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) vkCreateEvent() argument 1416 vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) vkDestroyEvent() argument 1427 vkGetEventStatus(VkDevice device, VkEvent event) vkGetEventStatus() argument 1438 vkSetEvent(VkDevice device, VkEvent event) vkSetEvent() argument 1449 vkResetEvent(VkDevice device, VkEvent event) vkResetEvent() argument 1460 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vkCreateQueryPool() argument 1472 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) vkDestroyQueryPool() argument 1484 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 1497 vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) vkCreateBuffer() argument 1509 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) vkDestroyBuffer() argument 1521 vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) vkCreateBufferView() argument 1533 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vkDestroyBufferView() argument 1545 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument 1557 vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) vkDestroyImage() argument 1568 vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) vkGetImageSubresourceLayout() argument 1581 vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) vkCreateImageView() argument 1593 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) vkDestroyImageView() argument 1605 vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShader) vkCreateShaderModule() argument 1618 vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) vkDestroyShaderModule() argument 1630 vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) vkCreatePipelineCache() argument 1643 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineCache() argument 1655 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vkGetPipelineCacheData() argument 1667 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vkMergePipelineCaches() argument 1679 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateGraphicsPipelines() argument 1694 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateComputePipelines() argument 1709 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) vkDestroyPipeline() argument 1721 vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vkCreatePipelineLayout() argument 1734 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineLayout() argument 1746 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) vkCreateSampler() argument 1758 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) vkDestroySampler() argument 1770 vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vkCreateDescriptorSetLayout() argument 1784 vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorSetLayout() argument 1796 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vkCreateDescriptorPool() argument 1809 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorPool() argument 1821 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 1833 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vkAllocateDescriptorSets() argument 1846 vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vkFreeDescriptorSets() argument 1859 vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vkUpdateDescriptorSets() argument 1873 vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vkCreateFramebuffer() argument 1886 vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) vkDestroyFramebuffer() argument 1898 vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass() argument 1911 vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) vkDestroyRenderPass() argument 1923 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) vkGetRenderAreaGranularity() argument 1935 vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) vkCreateCommandPool() argument 1948 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) vkDestroyCommandPool() argument 1960 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 1972 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) vkAllocateCommandBuffers() argument 1995 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) vkFreeCommandBuffers() argument 2837 vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) vkBindBufferMemory2() argument 2848 vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) vkBindImageMemory2() argument 2859 vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeatures() argument 2893 vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2() argument 2904 vkGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2() argument 2916 vkGetImageSparseMemoryRequirements2( VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2() argument 2929 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument 2940 vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) vkGetDeviceQueue2() argument 2953 vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversion() argument 2966 vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversion() argument 2977 vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupport() argument 2990 vkCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vkCreateDescriptorUpdateTemplate() argument 3001 vkDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorUpdateTemplate() argument 3013 vkUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vkUpdateDescriptorSetWithTemplate() argument 3027 vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2() argument 3100 vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValue() argument 3110 vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphores() argument 3121 vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphore() argument 3131 vkGetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddress() argument 3142 vkGetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddress() argument 3154 vkGetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddress() argument 3165 vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPool() argument 3350 vkCreatePrivateDataSlot(VkDevice device, const VkPrivateDataSlotCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPrivateDataSlot *pPrivateDataSlot) vkCreatePrivateDataSlot() argument 3358 vkDestroyPrivateDataSlot(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks *pAllocator) vkDestroyPrivateDataSlot() argument 3364 vkGetDeviceBufferMemoryRequirements(VkDevice device, const VkDeviceBufferMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetDeviceBufferMemoryRequirements() argument 3371 vkGetDeviceImageMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetDeviceImageMemoryRequirements() argument 3378 vkGetDeviceImageSparseMemoryRequirements( VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetDeviceImageSparseMemoryRequirements() argument 3385 vkGetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t *pData) vkGetPrivateData() argument 3391 vkSetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) vkSetPrivateData() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Renderer11.cpp | 353 void PopulateFormatDeviceCaps(ID3D11Device *device, in PopulateFormatDeviceCaps() argument 933 void *device = nullptr; in initializeD3DDevice() local [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_net.h | 1812 static inline hi_u16 oal_eth_type_trans(oal_netbuf_stru *netbuf, oal_net_device_stru *device) in oal_eth_type_trans() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_pcie.c | 8975 dhdpcie_chipmatch(uint16 vendor, uint16 device) dhdpcie_chipmatch() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 2822 static bool hswep_has_limit_sbox(unsigned int device) in hswep_has_limit_sbox() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/ |
| H A D | jme.h | 1247 static inline int is_buggy250(unsigned short device, u8 chiprev) in is_buggy250() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 460 u16 device; member
|
| /kernel/linux/linux-5.10/drivers/media/common/siano/ |
| H A D | smscoreapi.h | 125 struct device *device; member 168 struct device *device; member [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 4941 static int __maybe_unused rtl8169_suspend(struct device *device) in rtl8169_suspend() argument 4954 static int __maybe_unused rtl8169_resume(struct device *device) in rtl8169_resume() argument 4968 rtl8169_runtime_suspend(struct device *device) rtl8169_runtime_suspend() argument 4985 rtl8169_runtime_resume(struct device *device) rtl8169_runtime_resume() argument 4994 rtl8169_runtime_idle(struct device *device) rtl8169_runtime_idle() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 5332 static int mvneta_suspend(struct device *device) in mvneta_suspend() argument 5376 mvneta_resume(struct device *device) mvneta_resume() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 6222 nv_suspend(struct device *device) nv_suspend() argument 6242 nv_resume(struct device *device) nv_resume() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 5593 u16 device = pcidev->device; brcms_c_chipmatch_pci() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4.h | 1660 static inline int is_bypass_device(int device) in is_bypass_device() argument 1672 static inline int is_10gbt_device(int device) in is_10gbt_device() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 12920 bnxt_suspend(struct device *device) bnxt_suspend() argument 12941 bnxt_resume(struct device *device) bnxt_resume() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 1072 u32 device; member
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | ipr.h | 561 u8 device; member 673 u8 device; member 1410 u16 device; member
|