Home
last modified time | relevance | path

Searched defs:device (Results 1701 - 1725 of 1977) sorted by relevance

1...<<61626364656667686970>>...80

/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp411 ID3D12Device* device = nullptr; in InitD3D() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp163 bool ShouldCopyUsingTemporaryBuffer(DeviceBase* device, in ShouldCopyUsingTemporaryBuffer() argument
212 Device* device = ToBackend(srcCopy.texture->GetDevice()); local
314 BindGroupStateTracker(Device* device) in BindGroupStateTracker() argument
665 Device* device in RecordCommands() local
99 RecordResolveQuerySetCmd(ID3D12GraphicsCommandList* commandList, Device* device, QuerySet* querySet, uint32_t firstQuery, uint32_t queryCount, Buffer* destination, uint64_t destinationOffset) RecordResolveQuerySetCmd() argument
1035 Device* device = ToBackend(GetDevice()); RecordCommands() local
1197 Device* device = ToBackend(GetDevice()); SetupRenderPass() local
1346 Device* device = ToBackend(GetDevice()); RecordRenderPass() local
[all...]
/third_party/toybox/toys/pending/
H A Dfdisk.c344 static int read_mbr(char *device, int validate) in read_mbr() argument
1401 static int disk_proper(const char *device) in disk_proper() argument
1444 char *name = toybuf, *buffer = toybuf + ONE_K, *device = toybuf + 2048; read_and_print_parts() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c257 bool pa_bluetooth_device_supports_profile(const pa_bluetooth_device *device, pa_bluetooth_profile_t profile) { in pa_bluetooth_device_supports_profile() argument
322 device_is_profile_connected(pa_bluetooth_device *device, pa_bluetooth_profile_t profile) device_is_profile_connected() argument
329 device_count_disconnected_profiles(pa_bluetooth_device *device) device_count_disconnected_profiles() argument
344 device_stop_waiting_for_profiles(pa_bluetooth_device *device) device_stop_waiting_for_profiles() argument
353 pa_bluetooth_device *device = userdata; wait_for_profiles_cb() local
385 device_start_waiting_for_profiles(pa_bluetooth_device *device) device_start_waiting_for_profiles() argument
404 pa_bluetooth_device *device; pa_bluetooth_device_switch_codec_reply() local
440 pa_bluetooth_device_switch_codec(pa_bluetooth_device *device, pa_bluetooth_profile_t profile, pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, void (*codec_switch_cb)(bool, pa_bluetooth_profile_t profile, void *), void *userdata) pa_bluetooth_device_switch_codec() argument
1133 pa_bluetooth_device *device; remote_endpoint_remove() local
1264 device_set_valid(pa_bluetooth_device *device, bool valid) device_set_valid() argument
1301 device_set_adapter(pa_bluetooth_device *device, pa_bluetooth_adapter *adapter) device_set_adapter() argument
1880 pa_bluetooth_device *device; parse_remote_endpoint_properties() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp634 Move<VkRenderPass> createCustomRenderPass (const DeviceInterface& vkd, VkDevice device, VkFormat colorFormat, const TestParams& params) in createCustomRenderPass() argument
717 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp123 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
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
H A DvktPipelineBindPointTests.cpp294 Move<VkDescriptorSetLayout> makeSetLayout(const DeviceInterface& vkd, VkDevice device, VkShaderStageFlags stages, bool push) in makeSetLayout() argument
305 void zeroOutAndFlush (const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, VkDeviceSize bufferSize) in zeroOutAndFlush() argument
314 void makePoolAndSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout layout, Move<VkDescriptorPool>& pool, Move<VkDescriptorSet>& set) in makePoolAndSet() argument
322 void writeSetUpdate (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet set) in writeSetUpdate() argument
330 Move<VkDescriptorUpdateTemplate> makeUpdateTemplate (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayou argument
368 verifyBufferContents(const DeviceInterface& vkd, VkDevice device, const BufferWithMemory& buffer, const std::string& bufferName, deUint32 expected) verifyBufferContents() argument
400 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineBlendTests.cpp68 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedBlendFormat() argument
1749 const vk::VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineCacheTests.cpp1393 Move<VkPipelineCache> MergeCacheTestInstance::createPipelineCache (const DeviceInterface& vk, VkDevice device, MergeCacheType type) in createPipelineCache() argument
[all...]
H A DvktPipelineDepthTests.cpp70 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
H A DvktPipelineFramebufferAttachmentTests.cpp385 const VkDevice device = context.getDevice(); in test() local
127 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const deUint32 numLayers, const bool multisample) makeRenderPass() argument
270 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numLayers, const VkImageUsageFlags usage, const bool multisample) makeImage() argument
711 makeRenderPassNoAtt(const DeviceInterface& vk, const VkDevice device) makeRenderPassNoAtt() argument
783 const VkDevice device = context.getDevice(); testNoAtt() local
953 makeRenderPassMultiAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, deUint32 numAttachments, const bool multisample) makeRenderPassMultiAttachments() argument
1020 const VkDevice device = context.getDevice(); testMultiAttachments() local
1386 makeRenderPassInputResolveSameAttachment(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat) makeRenderPassInputResolveSameAttachment() argument
1466 const VkDevice device = context.getDevice(); testInputResolveSameAttachment() local
1723 const VkDevice device = context.getDevice(); testUnusedAtt() local
[all...]
H A DvktPipelineMiscTests.cpp273 const auto device = m_context.getDevice(); in iterate() local
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 DvktPipelineMultisampleShaderBuiltInTests.cpp662 const VkDevice device = m_context.getDevice(); in createMSPassDescSetLayout() local
677 const VkDevice device = m_context.getDevice(); in createMSPassDescSet() local
1299 const auto device = m_context.getDevice(); in iterate() local
1675 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineRenderToImageTests.cpp175 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
203 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
349 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const deUint32 numLayers, const VkImageLayout initialColorImageLayout = VK_IMAGE_LAYOUT_UNDEFINED, const VkImageLayout initialDepthStencilImageLayout = VK_IMAGE_LAYOUT_UNDEFINED) makeRenderPass() argument
442 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument
649 const VkDevice device = context.getDevice(); getMemoryTypeNdx() local
788 const VkDevice device = context.getDevice(); testWithSizeReduction() local
1211 const VkDevice device = context.getDevice(); drawToMipLevel() local
1317 const VkDevice device = context.getDevice(); testRenderToMipMaps() local
[all...]
H A DvktPipelineSamplerBorderSwizzleTests.cpp700 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineSpecConstantTests.cpp520 const VkDevice device = m_context.getDevice(); in iterate() local
628 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp88 const vk::VkDevice device = m_context.getDevice(); in StateObjects() local
268 const vk::VkDevice device = m_context.getDevice(); setVertices() local
356 const vk::VkDevice device = m_context.getDevice(); BasicOcclusionQueryTestInstance() local
385 const vk::VkDevice device = m_context.getDevice(); ~BasicOcclusionQueryTestInstance() local
395 const vk::VkDevice device = m_context.getDevice(); iterate() local
588 const vk::VkDevice device = m_context.getDevice(); OcclusionQueryTestInstance() local
642 const vk::VkDevice device = m_context.getDevice(); ~OcclusionQueryTestInstance() local
814 const vk::VkDevice device = m_context.getDevice(); recordQueryPoolReset() local
857 const vk::VkDevice device = m_context.getDevice(); recordRender() local
974 const vk::VkDevice device = m_context.getDevice(); recordCopyResults() local
1007 const vk::VkDevice device = m_context.getDevice(); captureResults() local
[all...]
H A DvktQueryPoolStatisticsTests.cpp156 GetQueryPoolResultsVector( ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) GetQueryPoolResultsVector() argument
193 GetQueryPoolResultsVector( ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, vk::VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkQueryResultFlags flags) GetQueryPoolResultsVector() argument
230 cmdCopyQueryPoolResultsVector( ResultsVector& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument
268 cmdCopyQueryPoolResultsVector( ResultsVectorWithAvailability& output, const DeviceInterface& vk, vk::VkDevice device, const vk::Allocation& allocation, deUint32 queryCount, VkQueryResultFlags flags, deBool dstOffset) cmdCopyQueryPoolResultsVector() argument
352 makeQueryPool(const DeviceInterface& vk, const VkDevice device, deUint32 queryCount, VkQueryPipelineStatisticFlags statisticFlags ) makeQueryPool() argument
419 clearBuffer(const DeviceInterface& vk, const VkDevice device, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) clearBuffer() argument
547 const VkDevice device = m_context.getDevice(); iterate() local
602 const VkDevice device = m_context.getDevice(); executeTest() local
813 const VkDevice device = m_context.getDevice(); executeTest() local
957 const VkDevice device = m_context.getDevice(); checkResult() local
1070 const VkDevice device = m_context.getDevice(); executeTest() local
1301 const VkDevice device = m_context.getDevice(); creatAndFillVertexBuffer() local
1343 const VkDevice device = m_context.getDevice(); creatColorAttachmentAndRenderPass() local
1524 const VkDevice device = m_context.getDevice(); createPipeline() local
1606 const VkDevice device = m_context.getDevice(); executeTest() local
1708 const VkDevice device = m_context.getDevice(); checkResult() local
1876 const VkDevice device = m_context.getDevice(); executeTest() local
2005 const VkDevice device = m_context.getDevice(); executeTest() local
2137 const VkDevice device = m_context.getDevice(); createPipeline() local
2210 const VkDevice device = m_context.getDevice(); executeTest() local
2312 const VkDevice device = m_context.getDevice(); checkResult() local
2456 const VkDevice device = m_context.getDevice(); executeTest() local
2583 const VkDevice device = m_context.getDevice(); executeTest() local
2717 const VkDevice device = m_context.getDevice(); createPipeline() local
2787 const VkDevice device = m_context.getDevice(); executeTest() local
2889 const VkDevice device = m_context.getDevice(); checkResult() local
2998 const VkDevice device = m_context.getDevice(); executeTest() local
3131 const VkDevice device = m_context.getDevice(); executeTest() local
3637 const VkDevice device = m_context.getDevice(); creatAndFillVertexBuffer() local
3655 const VkDevice device = m_context.getDevice(); creatColorAttachmentAndRenderPass() local
3763 const VkDevice device = m_context.getDevice(); createPipeline() local
3832 const VkDevice device = m_context.getDevice(); executeTest() local
3965 const VkDevice device = m_context.getDevice(); checkResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp918 const VkDevice device = context.getDevice(); in createAttachments() local
1017 const VkDevice device = context.getDevice(); in createPipeline() local
1154 makeSampler(const DeviceInterface& vk, const VkDevice& device) makeSampler() argument
1181 makeDescriptorSetLayout(const DeviceInterface &vk, const VkDevice device, deUint32 attNum) makeDescriptorSetLayout() argument
1245 const VkDevice device = m_context.getDevice(); createRenderPass() local
1331 const VkDevice device = m_context.getDevice(); createVertexBuffer() local
1371 const VkDevice device = m_context.getDevice(); createResultBuffer() local
1397 const VkDevice device = m_context.getDevice(); AttachmentAccessOrderTestInstance() local
1511 const VkDevice device = m_context.getDevice(); iterate() local
1607 const VkDevice device = m_context.getDevice(); validateResults() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp352 const VkDevice device = context.getDevice(); in initConfiguration() local
219 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
250 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
628 const VkDevice device = context.getDevice(); fillCommandBuffer() local
783 const VkDevice device = context.getDevice(); initConfiguration() local
835 const VkDevice device = context.getDevice(); fillCommandBuffer() local
952 const VkDevice device = context.getDevice(); initConfiguration() local
1026 const VkDevice device = context.getDevice(); fillCommandBuffer() local
1873 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktRayQueryMiscTests.cpp192 const auto device = m_context.getDevice(); in iterate() local
760 makePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShader, const VkShaderModule fragmentShader, const VkRenderPass renderPass) const makePipeline() argument
818 createAccStructs(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkCommandBuffer cmdBuffer, const std::vector<Vec3> coords) const createAccStructs() argument
841 makeAttribBuff(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const std::vector<Vec3>& vertices, const std::vector<Vec3>& coords, const std::vector<Vec3>& centers) const makeAttribBuff() argument
868 makeResultBuff(const DeviceInterface& vk, const VkDevice device, Allocator& allocator) const makeResultBuff() argument
892 verifyResult(const DeviceInterface& vk, const VkDevice device, const BufferWithMemory& buffer) const verifyResult() argument
925 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktRayQueryOpacityMicromapTests.cpp502 const auto device = m_context.getDevice(); in iterate() local
374 makeEmptyRenderPass(const DeviceInterface& vk, const VkDevice device) makeEmptyRenderPass() argument
423 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const deUint32 subpass) makeGraphicsPipeline() argument
[all...]
H A DvktRayQueryTraversalControlTests.cpp271 const VkDevice device = context.getDevice(); in initConfiguration() local
179 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
210 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
546 const VkDevice device = context.getDevice(); fillCommandBuffer() local
738 const VkDevice device = context.getDevice(); initConfiguration() local
789 const VkDevice device = context.getDevice(); fillCommandBuffer() local
933 const VkDevice device = context.getDevice(); initConfiguration() local
1006 const VkDevice device = context.getDevice(); fillCommandBuffer() local
1886 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktRayQueryWatertightnessTests.cpp174 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, VkDeviceSize size) in makeStridedDeviceAddressRegion() argument
686 const VkDevice device = context.getDevice(); in initVertexBuffer() local
791 const VkDevice device = context.getDevice(); in makeGraphicsPipeline() local
818 const VkDevice device = context.getDevice(); in initConfiguration() local
869 const VkDevice device = context.getDevice(); fillCommandBuffer() local
987 const VkDevice device = context.getDevice(); initConfiguration() local
1011 const VkDevice device = context.getDevice(); fillCommandBuffer() local
1332 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
1361 const VkDevice device = context.getDevice(); initConfiguration() local
1438 const VkDevice device = context.getDevice(); fillCommandBuffer() local
1615 const VkDevice device = context.getDevice(); initAccelerationStructures() local
2011 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp832 std::unique_ptr<BufferWithMemory> makeStd140Buffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, MemoryRequirement memReq) in makeStd140Buffer() argument
843 void fillStd140Buffer (const DeviceInterface& vkd, VkDevice device, const BufferWithMemory& buffer) in fillStd140Buffer() argument
858 void fillStd430Buffer (const DeviceInterface& vkd, VkDevice device, const BufferWithMemory& buffer) in fillStd430Buffer() argument
873 std::unique_ptr<BufferWithMemory> makeStd430BufferImpl (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, bool fill) in makeStd430BufferImpl() argument
886 std::unique_ptr<BufferWithMemory> makeStd430Buffer (const DeviceInterface& vkd, VkDevice device, Allocato argument
891 makeStd430BufferFilled(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags) makeStd430BufferFilled() argument
952 updateDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, VkDescriptorType resourceType, Stage stage, StageData& stageData, BufferWithMemory* resourceBuffer, VkImageView resourceImgView, VkImageLayout layout, bool asNeeded, BufferWithMemory* verificationBuffer) updateDescriptorSet() argument
1004 createComputePipeline(const DeviceInterface& vkd, VkDevice device, Context& context, const char* shaderName, StageData& stageData) createComputePipeline() argument
1043 createGraphicsPipelineObjects(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, Context& context, const char* vertShaderName, const char* fragShaderName, StageData& stageData) createGraphicsPipelineObjects() argument
1104 createRayTracingPipelineData(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, Context& context, Stage stage, StageData& stageData, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, const char* rgenAuxName, const char* rgenName, const char* isectName, const char* ahitName, const char* chitName, const char* missName, const char* callableName) createRayTracingPipelineData() argument
1216 const auto device = m_context.getDevice(); iterate() local
[all...]

Completed in 54 milliseconds

1...<<61626364656667686970>>...80