Home
last modified time | relevance | path

Searched defs:device (Results 1651 - 1675 of 1773) sorted by relevance

1...<<6162636465666768697071

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
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...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1526 vulkan_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) vulkan_device_create() argument
[all...]
/third_party/backends/backend/
H A Dhp3900_config.c364 SANE_Int vendor, product, device; in cfg_device_get() member
398 static SANE_Int cfg_chipset_model_get(SANE_Int device) in cfg_chipset_model_get() argument
403 SANE_Int device, chipset; in cfg_chipset_model_get() member
486 SANE_Int device; cfg_buttons_get() member
532 SANE_Int device; cfg_sscg_get() member
584 SANE_Int device; cfg_motor_get() member
634 SANE_Int device; cfg_sensor_get() member
999 SANE_Int device; cfg_constrains_get() member
1085 SANE_Int device; cfg_autoref_get() member
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c5218 io_object_t device; sanei_scsi_cmd2_old_api() local
[all...]
H A Dsanei_usb.c404 store_device(device_list_type device) store_device() argument
1299 device_list_type device; sanei_usb_testing_init() local
1627 device_list_type device; usbcall_scan_devices() local
1713 device_list_type device; kernel_scan_devices() local
1802 device_list_type device; libusb_scan_devices() local
1912 device_list_type device; libusb_scan_devices() local
2090 device_list_type device; libusb_scan_devices() local
2518 sanei_usb_add_endpoint(device_list_type* device, SANE_Int transfer_type, SANE_Int ep_address, SANE_Int ep_direction) sanei_usb_add_endpoint() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp1800 getDevicePlatformVersion(cl_device_id device) getDevicePlatformVersion() argument
1913 isReferenceCountable(cl_device_id device) isReferenceCountable() argument
2070 Device(const cl_device_id &device) Device() argument
2542 Context( const Device& device, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, ::size_t, void *) = NULL, void* data = NULL, cl_int* err = NULL) Context() argument
2831 Device device; getDefault() local
4976 getWorkGroupInfo( const Device& device, cl_kernel_work_group_info name, T* param) const getWorkGroupInfo() argument
4987 getWorkGroupInfo(const Device& device, cl_int* err = NULL) const getWorkGroupInfo() argument
5349 getBuildInfo( const Device& device, cl_program_build_info name, T* param) const getBuildInfo() argument
5360 getBuildInfo(const Device& device, cl_int* err = NULL) const getBuildInfo() argument
5534 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; CommandQueue() local
5577 CommandQueue( const Context& context, const Device& device, cl_command_queue_properties properties = 0, cl_int* err = NULL) CommandQueue() argument
5659 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; getDefault() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c44 create_blit_pipeline_layout(struct v3dv_device *device, in create_blit_pipeline_layout() argument
90 v3dv_meta_blit_init(struct v3dv_device *device) in v3dv_meta_blit_init() argument
105 v3dv_meta_blit_finish(struct v3dv_device *device) v3dv_meta_blit_finish() argument
144 create_texel_buffer_copy_pipeline_layout(struct v3dv_device *device, VkDescriptorSetLayout *ds_layout, VkPipelineLayout *p_layout) create_texel_buffer_copy_pipeline_layout() argument
202 v3dv_meta_texel_buffer_copy_init(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_init() argument
218 v3dv_meta_texel_buffer_copy_finish(struct v3dv_device *device) v3dv_meta_texel_buffer_copy_finish() argument
605 struct v3dv_device *device = cmd_buffer->device; copy_image_to_buffer_blit() local
1542 struct v3dv_device *device = cmd_buffer->device; allocate_texel_buffer_copy_descriptor_set() local
1729 get_texel_buffer_copy_fs(struct v3dv_device *device, VkFormat format, VkComponentMapping *cswizzle) get_texel_buffer_copy_fs() argument
1826 create_texel_buffer_copy_pipeline(struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, bool is_layered, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_texel_buffer_copy_pipeline() argument
1887 get_copy_texel_buffer_pipeline( struct v3dv_device *device, VkFormat format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, VkImageType image_type, bool is_layered, struct v3dv_meta_texel_buffer_copy_pipeline **pipeline) get_copy_texel_buffer_pipeline() argument
2308 struct v3dv_device *device = cmd_buffer->device; copy_buffer_to_image_blit() local
2991 create_blit_render_pass(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkRenderPass *pass_load, VkRenderPass *pass_no_load) create_blit_render_pass() argument
3210 build_nir_tex_op(struct nir_builder *b, struct v3dv_device *device, nir_ssa_def *tex_pos, enum glsl_base_type tex_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim dim) build_nir_tex_op() argument
3279 get_color_blit_fs(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, enum glsl_sampler_dim sampler_dim) get_color_blit_fs() argument
3365 create_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, struct nir_shader *vs_nir, struct nir_shader *gs_nir, struct nir_shader *fs_nir, const VkPipelineVertexInputStateCreateInfo *vi_state, const VkPipelineDepthStencilStateCreateInfo *ds_state, const VkPipelineColorBlendStateCreateInfo *cb_state, const VkPipelineMultisampleStateCreateInfo *ms_state, const VkPipelineLayout layout, VkPipeline *pipeline) create_pipeline() argument
3507 create_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, VkRenderPass _pass, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_blit_pipeline() argument
3580 get_blit_pipeline(struct v3dv_device *device, VkFormat dst_format, VkFormat src_format, VkColorComponentFlags cmask, VkImageType src_type, VkSampleCountFlagBits dst_samples, VkSampleCountFlagBits src_samples, struct v3dv_meta_blit_pipeline **pipeline) get_blit_pipeline() argument
3760 struct v3dv_device *device = cmd_buffer->device; allocate_blit_source_descriptor_set() local
3980 struct v3dv_device *device = cmd_buffer->device; blit_shader() local
[all...]
H A Dv3dv_cmd_buffer.c80 cmd_buffer_create(struct v3dv_device *device, in cmd_buffer_create() argument
54 cmd_buffer_init(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_device *device) cmd_buffer_init() argument
516 v3dv_cmd_buffer_create_cpu_job(struct v3dv_device *device, enum v3dv_job_type type, struct v3dv_cmd_buffer *cmd_buffer, uint32_t subpass_idx) v3dv_cmd_buffer_create_cpu_job() argument
686 v3dv_job_init(struct v3dv_job *job, enum v3dv_job_type type, struct v3dv_device *device, struct v3dv_cmd_buffer *cmd_buffer, int32_t subpass_idx) v3dv_job_init() argument
796 struct v3dv_device *device = cmd_buffer->device; cmd_buffer_reset() local
2577 struct v3dv_device *device = cmd_buffer->device; v3dv_cmd_buffer_emit_pre_draw() local
3393 struct v3dv_device *device = cmd_buffer->device; v3dv_cmd_buffer_add_tfu_job() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c4179 VkResult lvp_execute_cmds(struct lvp_device *device, in lvp_execute_cmds() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c99 struct anv_device *device = (struct anv_device *)data; in compiler_debug_log() local
178 get_device_extensions(const struct anv_physical_device *device, in get_device_extensions() argument
343 anv_compute_sys_heap_size(struct anv_physical_device *device, uint64_t total_ram) anv_compute_sys_heap_size() argument
376 anv_init_meminfo(struct anv_physical_device *device, int fd) anv_init_meminfo() argument
403 anv_update_meminfo(struct anv_physical_device *device, int fd) anv_update_meminfo() argument
416 anv_physical_device_init_heaps(struct anv_physical_device *device, int fd) anv_physical_device_init_heaps() argument
537 anv_physical_device_init_uuids(struct anv_physical_device *device) anv_physical_device_init_uuids() argument
583 anv_physical_device_init_disk_cache(struct anv_physical_device *device) anv_physical_device_init_disk_cache() argument
601 anv_physical_device_free_disk_cache(struct anv_physical_device *device) anv_physical_device_free_disk_cache() argument
779 struct anv_physical_device *device = anv_physical_device_try_create() local
1056 anv_physical_device_destroy(struct anv_physical_device *device) anv_physical_device_destroy() argument
2847 anv_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) anv_GetDeviceGroupPeerMemoryFeatures() argument
2915 anv_device_init_border_colors(struct anv_device *device) anv_device_init_border_colors() argument
2947 anv_device_init_trivial_batch(struct anv_device *device) anv_device_init_trivial_batch() argument
2994 struct anv_device *device = v_batch; decode_get_bo() local
3041 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_alloc() local
3059 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_free() local
3080 struct anv_device *device; anv_CreateDevice() local
3679 struct anv_device *device = container_of(vk_device, struct anv_device, vk); anv_device_check_status() local
3699 anv_device_wait(struct anv_device *device, struct anv_bo *bo, int64_t timeout) anv_device_wait() argument
3714 anv_vma_alloc(struct anv_device *device, uint64_t size, uint64_t align, enum anv_bo_alloc_flags alloc_flags, uint64_t client_address) anv_vma_alloc() argument
3752 anv_vma_free(struct anv_device *device, uint64_t address, uint64_t size) anv_vma_free() argument
4299 anv_GetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes) anv_GetDeviceMemoryCommitment() argument
4327 anv_BindBufferMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) anv_BindBufferMemory2() argument
4432 anv_get_buffer_memory_requirements(struct anv_device *device, VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryRequirements2* pMemoryRequirements) anv_get_buffer_memory_requirements() argument
4553 anv_GetBufferDeviceAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferDeviceAddress() argument
4565 anv_GetBufferOpaqueCaptureAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferOpaqueCaptureAddress() argument
4572 anv_GetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) anv_GetDeviceMemoryOpaqueCaptureAddress() argument
4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h736 struct dzn_device *device; member
[all...]

Completed in 83 milliseconds

1...<<6162636465666768697071