Home
last modified time | relevance | path

Searched defs:device (Results 2801 - 2825 of 2939) sorted by relevance

1...<<111112113114115116117118

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp487 const auto device = m_context.getDevice(); in iterate() local
806 const auto device = context.getDevice(); testFullscreenGradient() local
1208 const auto device = m_context.getDevice(); iterate() local
1699 const auto& device = m_context.getDevice(); iterate() local
[all...]
H A DvktMeshShaderSyncTestsEXT.cpp751 std::vector<Move<VkRenderPass>> createCustomRenderPasses (const DeviceInterface& vkd, VkDevice device, VkFormat colorFormat, const TestParams& params) in createCustomRenderPasses() argument
845 const auto device = m_context.getDevice(); in iterate() local
1531 const auto device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp385 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineDynamicOffsetTests.cpp1516 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineLibraryTests.cpp734 const VkDevice device = m_context.getDevice(); makePaletteBuffer() local
749 const VkDevice device = m_context.getDevice(); createDescriptorPool() local
760 const VkDevice device = m_context.getDevice(); createDescriptorSetLayout() local
778 const VkDevice device = m_context.getDevice(); createDescriptorSet() local
839 const VkDevice device = m_context.getDevice(); runTest() local
1328 const VkDevice device = m_context.getDevice(); iterate() local
1366 const VkDevice device = m_context.getDevice(); runNullDescriptorSet() local
1597 const VkDevice device = m_context.getDevice(); runNullDescriptorSetInMonolithicPipeline() local
1714 const VkDevice device = m_context.getDevice(); runIndependentPipelineLayoutSets() local
1906 const VkDevice device = m_context.getDevice(); runCompareLinkTimes() local
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp109 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() argument
902 const VkDevice device = context.getDevice(); in draw() local
135 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument
1103 const VkDevice device = context.getDevice(); dispatchImageCheck() local
1193 const VkDevice device = context.getDevice(); createPerSubpassData() local
1544 const VkDevice device = context.getDevice(); drawResolve() local
1702 const VkDevice device = context.getDevice(); test() local
[all...]
H A DvktPipelinePushConstantTests.cpp2814 const auto device = m_context.getDevice(); in iterate() local
265 createShaderModule(const DeviceInterface& vk, VkDevice device, const BinaryCollection& programCollection, const char* name, Move<VkShaderModule>* module) createShaderModule() argument
[all...]
H A DvktPipelineSamplerTests.cpp1454 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1226 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
1265 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local
1564 const VkDevice device = m_context.getDevice(); in makePipeline() local
1582 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
1652 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
H A DvktRayTracingPipelineFlagsTests.cpp809 const VkDevice device = m_context.getDevice(); in createBottomLevelAccelerationStructs() local
862 const VkDevice device = m_context.getDevice(); in createTopLevelAccelerationStruct() local
1240 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp235 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
247 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
271 createImageViews(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkImage> images, VkFormat format, VkImageAspectFlags aspect) createImageViews() argument
296 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
319 createDescriptorSetLayouts(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkSampler>& samplers) createDescriptorSetLayouts() argument
351 createDescriptorPools(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkDescriptorLayout>& layouts, VkDescriptorType type) createDescriptorPools() argument
526 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, VkFormat format, deUint32 width, deUint32 height, vector<RenderPass> renderPasses) createAndAllocateImages() argument
576 createSamplers(const DeviceInterface& vkd, const VkDevice device, vector<RenderPass>& renderPasses) createSamplers() argument
612 createRenderPasses(const DeviceInterface& vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingType renderingType, const SynchronizationType synchronizationType) createRenderPasses() argument
627 createFramebuffers(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkRenderPass>& renderPasses, vector<SharedPtrVkImageView>& dstImageViews, deUint32 width, deUint32 height) createFramebuffers() argument
659 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews, vector<SharedPtrVkSampler>& samplers) createDescriptorSets() argument
710 createRenderPipelineLayouts(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkRenderPass>& renderPasses, vector<SharedPtrVkDescriptorLayout>& descriptorSetLayouts) createRenderPipelineLayouts() argument
736 createRenderPipelines(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkRenderPass>& renderPasses, vector<SharedPtrVkPipelineLayout>& pipelineLayouts, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipelines() argument
1125 createAndAllocateImages(const DeviceInterface& vk, VkDevice device, Allocator& allocator, vector<de::SharedPtr<Allocation> >& imageMemories, deUint32 universalQueueFamilyIndex, RenderPass renderPassInfo, VkFormat format, deUint32 width, deUint32 height) createAndAllocateImages() argument
1188 createRenderPipelineLayouts(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, vector<SharedPtrVkDescriptorLayout> descriptorSetLayouts) createRenderPipelineLayouts() argument
1219 createRenderPipelines(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, VkRenderPass renderPass, vector<SharedPtrVkPipelineLayout>& pipelineLayouts, const BinaryCollection& binaryCollection, VkFormat format, deUint32 width, deUint32 height) createRenderPipelines() argument
1320 createFramebuffer(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo, VkRenderPass renderPass, vector<SharedPtrVkImageView>& dstImageViews, deUint32 width, deUint32 height) createFramebuffer() argument
1350 createDescriptorSetLayouts(const DeviceInterface& vkd, VkDevice device, RenderPass renderPassInfo) createDescriptorSetLayouts() argument
1384 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, VkFormat format, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews) createDescriptorSets() argument
1881 const VkDevice device = m_context.getDevice(); iterateInternal() local
2338 const VkDevice device = m_context.getDevice(); iterateInternal() local
2939 const VkDevice device = m_context.getDevice(); iterateInternal() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1804 const VkDevice device = getLogicalDevice(m_context, m_data); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2946 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, VkCommandPool cmdPool, VkCommandBuffer cmdBuffer, VkBuffer buffer, VkImage image, VkImageAspectFlags aspect) in copyBufferToImage() argument
3008 const VkDevice& device = context.getDevice(); in runAndVerifyDefaultPipeline() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp127 const VkDevice device = context.getDevice(); in VertexGrid() local
237 const VkDevice device = context.getDevice(); in getHostBufferData() local
253 const VkDevice device = context.getDevice(); in setHostBufferData() local
642 const VkDevice device in Implementation() local
899 const VkDevice device = m_context.getDevice(); ImplementationBase() local
1514 const VkDevice device = context.getDevice(); GraphicsPipeline() local
1615 const VkDevice device = context.getDevice(); ComputePipeline() local
1682 const VkDevice device = m_context.getDevice(); BufferImplementation() local
1836 const VkDevice device = m_context.getDevice(); ImageImplementation() local
2427 const VkDevice device = m_context.getDevice(); BufferCopyImplementation() local
2613 const VkDevice device = m_context.getDevice(); CopyImageImplementation() local
2835 const VkDevice device = m_context.getDevice(); MSImageImplementation() local
3030 const VkDevice device = m_context.getDevice(); WriteImplementation() local
3108 const VkDevice device = m_context.getDevice(); ReadImplementation() local
3424 const VkDevice device = m_context.getDevice(); WriteImplementation() local
3537 const VkDevice device = m_context.getDevice(); ReadImplementation() local
3913 const VkDevice device = context.getDevice(); Implementation() local
4195 const VkDevice device = context.getDevice(); Implementation() local
4391 const VkDevice device = context.getDevice(); GraphicsPipeline() local
4500 const VkDevice device = context.getDevice(); ComputePipeline() local
4537 const VkDevice device = m_context.getDevice(); ReadImplementation() local
4898 const VkDevice device = context.getDevice(); Implementation() local
5201 OperationContext(Context& context, SynchronizationType syncType, const DeviceInterface& vk, const VkDevice device, vk::Allocator& allocator, PipelineCacheData& pipelineCacheData) OperationContext() argument
5219 OperationContext(Context& context, SynchronizationType syncType, const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::Allocator& allocator, vk::BinaryCollection& programCollection, PipelineCacheData& pipelineCacheData) OperationContext() argument
5245 const VkDevice device = context.getDevice(); Resource() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp632 const VkDevice device = m_context.getDevice(); in draw() local
704 const VkDevice device in uploadVertexAttributes() local
1364 const VkDevice device = m_context.getDevice(); iterate() local
2025 const VkDevice device = context.getDevice(); test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1730 const VkDevice device = m_context.getDevice(); in iterate() local
1562 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule geometryModule, const VkExtent2D renderSize) makeGraphicsPipeline() argument
1718 getGeometryShaderModule(const DeviceInterface& vk, const VkDevice device) getGeometryShaderModule() argument
[all...]
H A DvktTransformFeedbackSimpleTests.cpp159 const T* getInvalidatedHostPtr (const DeviceInterface& vk, const VkDevice device, Allocation& bufAlloc) in getInvalidatedHostPtr() argument
446 void fillBuffer (const DeviceInterface& vk, const VkDevice device, Allocatio argument
166 makePipelineLayout(const DeviceInterface& vk, const VkDevice device) makePipelineLayout() argument
188 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, const VkShaderModule tessellationEvalModule, const VkShaderModule geometryModule, const VkShaderModule fragmentModule, const VkExtent2D renderSize, const deUint32 subpass, const deUint32* rasterizationStreamPtr = DE_NULL, const VkPrimitiveTopology topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST, const bool inputVertices = false, const bool depthClipControl = false) makeGraphicsPipeline() argument
325 makeRenderPass(const DeviceInterface& vk, const VkDevice device) makeRenderPass() argument
618 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
644 const VkDevice device = m_context.getDevice(); iterate() local
717 const VkDevice device = m_context.getDevice(); iterate() local
953 const VkDevice device = m_context.getDevice(); iterate() local
1022 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
1101 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
1120 const VkDevice device = m_context.getDevice(); iterate() local
1212 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
1244 const VkDevice device = m_context.getDevice(); iterate() local
1378 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
1390 const VkDevice device = m_context.getDevice(); iterate() local
2192 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBuffer() local
2205 const VkDevice device = m_context.getDevice(); iterate() local
2394 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBufferLines() local
2457 const VkDevice device = m_context.getDevice(); verifyTransformFeedbackBufferTriangles() local
2526 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp1835 const vk::VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c1274 static int dw_mipi_dsi2_host_attach(struct mipi_dsi_host *host, struct mipi_dsi_device *device) in dw_mipi_dsi2_host_attach() argument
1295 dw_mipi_dsi2_host_detach(struct mipi_dsi_host *host, struct mipi_dsi_device *device) dw_mipi_dsi2_host_detach() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h331 struct dma_device *device; member
364 struct device device; global() member
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c1268 dw_mipi_dsi2_host_attach(struct mipi_dsi_host *host, struct mipi_dsi_device *device) dw_mipi_dsi2_host_attach() argument
1288 dw_mipi_dsi2_host_detach(struct mipi_dsi_host *host, struct mipi_dsi_device *device) dw_mipi_dsi2_host_detach() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp700 RenderBackendGLES::RenderBackendGLES(Device& device, GpuResourceManager& gpuResourceManager) in RenderBackendGLES() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1108 void UpdateShaderStateToGltfMaterial(const IDevice* device, Material& exportMaterial, in UpdateShaderStateToGltfMaterial() argument
1144 void ExportGltfMaterial(const IDevice* device, Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterial() argument
1206 IDevice* device = nullptr; in ExportGltfMaterials() local
[all...]
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3471 int32_t MMIService::AddVirtualInputDevice(std::shared_ptr<InputDevice> device, int32_t &deviceId) in AddVirtualInputDevice() argument
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp767 napi_value device = nullptr; in OnDeviceStateChange() local
789 napi_value device in OnDeviceFound() local
[all...]

Completed in 89 milliseconds

1...<<111112113114115116117118