Home
last modified time | relevance | path

Searched defs:device (Results 1926 - 1950 of 2490) sorted by relevance

1...<<71727374757677787980>>...100

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTraversalControlTests.cpp261 const VkDevice device = context.getDevice(); in initRayTracingShaders() local
298 const VkDevice device = context.getDevice(); in initShaderBindingTables() local
596 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
H A DvktRayTracingWatertightnessTests.cpp412 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
430 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local
542 const VkDevice device in initBottomAccelerationStructures() local
145 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup, const deUint32 hitGroupCount) makePipeline() argument
592 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp115 const VkDevice device = m_context.getDevice(); in DynamicRenderingTestInstance() local
376 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktRenderPassSampleReadTests.cpp65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
75 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
85 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) createImage() argument
122 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
185 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
429 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, VkImageView dstMultisampleImageView, VkImageView dstSinglesampleImageView, deUint32 width, deUint32 height) createFramebuffer() argument
463 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
541 createSubpassDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorSetLayout() argument
574 createSubpassPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSubpassPipelineLayout() argument
594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument
655 createSubpassDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorPool() argument
676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument
[all...]
H A DvktRenderPassTestsUtil.cpp766 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, SynchronizationType synchronizationType) createRenderPass() argument
820 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, RenderingType renderingType, SynchronizationType synchronizationType) createRenderPass() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp724 Move<VkDevice> device = createRobustBufferAccessDevice(context, (useFeatures2 ? &features2 : nullptr)); in createInstance() local
795 Move<VkDevice> device = createRobustBufferAccessDevice(context, (useFeatures2 ? &features2 : nullptr)); in createInstance() local
807 BufferAccessInstance(Context& context, Move<VkDevice> device, de::MovePtr<vk::DeviceDriver> deviceDriver, ShaderType shaderType, VkShaderStageFlags shaderStage, VkFormat bufferFormat, BufferAccessType bufferAccessType, VkDeviceSize inBufferAccessRange, VkDeviceSize outBufferAccessRange, bool accessOutOfBackingMemory, bool testPipelineRobustness) BufferAccessInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp110 vk::VkDevice device = context.getDevice(); in refreshObjects() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp584 auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument
161 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data, bool coherent = false) in setMemory() argument
65 createBufferAndBindMemory(vkt::Context& context, const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory, bool physStorageBuffer, bool coherent = false) createBufferAndBindMemory() argument
171 fillMemoryWithValue(const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) fillMemoryWithValue() argument
181 invalidateMemory(const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, bool coherent = false) invalidateMemory() argument
192 createDescriptorSetLayout(const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) createDescriptorSetLayout() argument
205 createPipelineLayout(const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorSetLayout descriptorSetLayout, const vkt::SpirVAssembly::BufferSp& pushConstants) createPipelineLayout() argument
242 createDescriptorPool(const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) createDescriptorPool() argument
258 createDescriptorSet(const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos, const vector<VkDescriptorImageInfo>& descriptorImageInfos) createDescriptorSet() argument
307 createComputePipeline(const DeviceInterface& vkdi, const VkDevice& device, VkPipelineLayout pipelineLayout, VkShaderModule shader, const char* entryPoint, const vkt::SpirVAssembly::SpecConstants& specConstants) createComputePipeline() argument
461 const VkDevice& device = m_context.getDevice(); iterate() local
[all...]
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp780 const VkDevice device = m_context.getDevice(); in createGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp142 bool getFreeQueue (const DeviceInterface& vk, const VkDevice device, deUint32& returnQueueFamilyIndex, VkQueue& returnQueues, Move<VkCommandBuffer>& commandBuffer, int& returnQueueIndex) in getFreeQueue() argument
174 inline void setDevice (Move<VkDevice> device, const Context& context) in setDevice() argument
206 MovePtr<Allocator> createAllocator (const Context& context, const VkDevice& device) in createAllocator() argument
361 const VkDevice device = queues.getDevice(); in executeComputePipeline() local
435 const VkDevice device = queues.getDevice(); executeGraphicPipeline() local
663 const VkDevice device = m_queues.getDevice(); runThread() local
702 const VkDevice device = m_queues.getDevice(); runThread() local
746 const VkDevice device = queues->getDevice(); iterate() local
796 addShaderModules(const VkDevice& device) addShaderModules() argument
874 const VkDevice device = queues->getDevice(); iterate() local
925 addShaderModules(const VkDevice& device) addShaderModules() argument
[all...]
H A DvktSynchronizationOperationMultiQueueTests.cpp475 const VkDevice device = m_opContext->getDevice(); in iterate() local
653 const VkDevice device = m_opContext->getDevice(); in iterate() local
773 const VkDevice device = m_opContext->getDevice(); iterate() local
[all...]
H A DvktSynchronizationUtil.cpp38 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
51 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const VkSpecializationInfo* specInfo, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface ) makeComputePipeline() argument
130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
222 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface) build() argument
999 submitCommandsAndWait(SynchronizationWrapperPtr synchronizationWrapper, const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkCommandBuffer cmdBuffer) submitCommandsAndWait() argument
1152 createPipelineCache(const vk::DeviceInterface& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const createPipelineCache() argument
1177 setFromPipelineCache(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) setFromPipelineCache() argument
1196 getSyncDevice(de::MovePtr<VideoDevice>& device, Context& context) getSyncDevice() argument
1204 getSyncDeviceInterface(de::MovePtr<VideoDevice>& device, Context& context) getSyncDeviceInterface() argument
1212 getSyncQueueFamilyIndex(de::MovePtr<VideoDevice>& device, Context& context) getSyncQueueFamilyIndex() argument
1220 getSyncQueue(de::MovePtr<VideoDevice>& device, Context& context) getSyncQueue() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp771 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp519 getMemoryFd(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, vk::VkExternalMemoryHandleTypeFlagBits externalType) getMemoryFd() argument
540 getMemoryNative(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, vk::VkExternalMemoryHandleTypeFlagBits externalType, NativeHandle& nativeHandle) getMemoryNative() argument
630 createExportableFence(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkExternalFenceHandleTypeFlagBits externalType) createExportableFence() argument
650 getFenceFd(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType) getFenceFd() argument
671 getFenceNative(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& nativeHandle, bool expectFenceUnsignaled) getFenceNative() argument
737 importFence(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkFenceImportFlags flags) importFence() argument
782 createAndImportFence(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkFenceImportFlags flags) createAndImportFence() argument
795 createExportableSemaphore(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkExternalSemaphoreHandleTypeFlagBits externalType) createExportableSemaphore() argument
815 createExportableSemaphoreType(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkSemaphoreType semaphoreType, vk::VkExternalSemaphoreHandleTypeFlagBits externalType) createExportableSemaphoreType() argument
843 getSemaphoreFd(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType) getSemaphoreFd() argument
864 getSemaphoreNative(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& nativeHandle) getSemaphoreNative() argument
940 importSemaphore(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkSemaphoreImportFlags flags) importSemaphore() argument
1000 createAndImportSemaphore(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& handle, vk::VkSemaphoreImportFlags flags) createAndImportSemaphore() argument
1043 getImageMemoryRequirements(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image, vk::VkExternalMemoryHandleTypeFlagBits externalType) getImageMemoryRequirements() argument
1058 allocateExportableMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceSize allocationSize, deUint32 memoryTypeIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkBuffer buffer) allocateExportableMemory() argument
1089 allocateExportableMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceSize allocationSize, deUint32 memoryTypeIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkImage image) allocateExportableMemory() argument
1120 importMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkBuffer buffer, vk::VkImage image, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importMemory() argument
1307 importMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importMemory() argument
1317 importDedicatedMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkBuffer buffer, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importDedicatedMemory() argument
1328 importDedicatedMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image, const vk::VkMemoryRequirements& requirements, vk::VkExternalMemoryHandleTypeFlagBits externalType, deUint32 memoryTypeIndex, NativeHandle& handle) importDedicatedMemory() argument
1339 createExternalBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkDeviceSize size, vk::VkBufferCreateFlags createFlags, vk::VkBufferUsageFlags usageFlags) createExternalBuffer() argument
1368 createExternalImage(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkFormat format, deUint32 width, deUint32 height, vk::VkImageTiling tiling, vk::VkImageCreateFlags createFlags, vk::VkImageUsageFlags usageFlags, deUint32 mipLevels, deUint32 arrayLayers) createExternalImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp144 getDecodedImage(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkImageLayout layout, VkFormat format, VkExtent2D codedExtent, deUint32 queueFamilyIndexTransfer, deUint32 queueFamilyIndexDecode) getDecodedImage() argument
390 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); iterateSingleFrame() local
467 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); iterateDoubleFrame() local
558 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); iterateMultipleFrame() local
[all...]
H A DvktVideoTestUtils.cpp415 getAndBindVideoSessionMemory(const DeviceInterface& vkd, const VkDevice device, VkVideoSessionKHR videoSession, Allocator& allocator) getAndBindVideoSessionMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp203 const Unique<VkDevice> device; member
339 createFences(const DeviceInterface& vkd, const VkDevice device, size_t numFences) createFences() argument
351 createSemaphores(const DeviceInterface& vkd, const VkDevice device, size_t numSemaphores) createSemaphores() argument
363 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
377 getPixel(const DeviceInterface& vkd, const VkDevice device, const VkQueue queue, const VkCommandPool& commandPool, Allocator& allocator, const tcu::UVec2 size, const tcu::TextureFormat textureFormat, const VkImage* image) getPixel() argument
493 const VkDevice device = *devHelper.device; colorspaceCompareTest() local
632 const VkDevice device = *devHelper.device; surfaceFormatRenderTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp217 createDescriptorSetLayout(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, deUint32 samplerBinding) createDescriptorSetLayout() argument
248 createDescriptorPool(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const deUint32 combinedSamplerDescriptorCount) createDescriptorPool() argument
271 createDescriptorSet(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorSetLayout layout, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const std::vector<de::SharedPtr<vk::Unique<vk::VkImageView> > >& imageViews, deUint32 samplerBinding) createDescriptorSet() argument
325 createSampler(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFilter textureFilter, vk::VkSamplerAddressMode addressModeU, vk::VkSamplerAddressMode addressModeV, vk::VkSamplerYcbcrConversion conversion) createSampler() argument
372 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
402 createImageView(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image, vk::VkFormat format, vk::VkSamplerYcbcrConversion conversion) createImageView() argument
443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument
[all...]
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp122 VkDevice unwrap_device(const VkDevice device, wrapped_dev_obj **dev) { in unwrap_device() argument
551 VKAPI_ATTR void VKAPI_CALL wrap_vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { in wrap_vkDestroyDevice() argument
578 VKAPI_ATTR VkResult VKAPI_CALL wrap_vkDebugMarkerSetObjectTagEXT(VkDevice device, const VkDebugMarkerObjectTagInfoEXT *pTagInfo) { in wrap_vkDebugMarkerSetObjectTagEXT() argument
599 VKAPI_ATTR VkResult VKAPI_CALL wrap_vkDebugMarkerSetObjectNameEXT(VkDevice device, in wrap_vkDebugMarkerSetObjectNameEXT() argument
626 wrap_vkSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectNameInfoEXT *pNameInfo) wrap_vkSetDebugUtilsObjectNameEXT() argument
647 wrap_vkSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTagInfoEXT *pTagInfo) wrap_vkSetDebugUtilsObjectTagEXT() argument
699 wrap_vkGetDeviceProcAddr(VkDevice device, const char *funcName) wrap_vkGetDeviceProcAddr() argument
841 vkGetDeviceProcAddr(VkDevice device, const char *funcName) vkGetDeviceProcAddr() argument
[all...]
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp430 std::string device = GetDeviceId(tokenId); in RemovePermissionUsedRecords() local
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c332 static bool GenerateDeviceEntryFromTlv(TlvDeviceElement *device, TrustedDeviceEntry *deviceEntry) in GenerateDeviceEntryFromTlv() argument
399 TlvDeviceElement *device = NULL; LoadDevices() local
1593 DumpDevice(int fd, const TrustedDeviceEntry *device) DumpDevice() argument
[all...]
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp585 AudioDevice device; in HWTEST_F() local
[all...]
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1444 AudioDevice device = { in ReportAudioDeviceInfo() local
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp466 napi_value device; in CoreGetDevices() local

Completed in 40 milliseconds

1...<<71727374757677787980>>...100