Home
last modified time | relevance | path

Searched defs:device (Results 3751 - 3775 of 5197) sorted by relevance

1...<<151152153154155156157158159160>>...208

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c31 get_hw_clear_color(struct v3dv_device *device, in get_hw_clear_color() argument
223 create_color_clear_pipeline_layout(struct v3dv_device *device, in create_color_clear_pipeline_layout() argument
247 create_depth_clear_pipeline_layout(struct v3dv_device *device, VkPipelineLayout *pipeline_layout) create_depth_clear_pipeline_layout() argument
271 v3dv_meta_clear_init(struct v3dv_device *device) v3dv_meta_clear_init() argument
287 v3dv_meta_clear_finish(struct v3dv_device *device) v3dv_meta_clear_finish() argument
438 create_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t samples, 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 VkPipelineLayout layout, VkPipeline *pipeline) create_pipeline() argument
564 create_color_clear_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t rt_idx, VkFormat format, uint32_t samples, uint32_t components, bool is_layered, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_color_clear_pipeline() argument
624 create_depth_clear_pipeline(struct v3dv_device *device, VkImageAspectFlags aspects, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t samples, bool is_layered, VkPipelineLayout pipeline_layout, VkPipeline *pipeline) create_depth_clear_pipeline() argument
683 create_color_clear_render_pass(struct v3dv_device *device, uint32_t rt_idx, VkFormat format, uint32_t samples, VkRenderPass *pass) create_color_clear_render_pass() argument
793 get_color_clear_pipeline(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t rt_idx, uint32_t attachment_idx, VkFormat format, uint32_t samples, uint32_t components, bool is_layered, struct v3dv_meta_color_clear_pipeline **pipeline) get_color_clear_pipeline() argument
901 get_depth_clear_pipeline(struct v3dv_device *device, VkImageAspectFlags aspects, struct v3dv_render_pass *pass, uint32_t subpass_idx, uint32_t attachment_idx, bool is_layered, struct v3dv_meta_depth_clear_pipeline **pipeline) get_depth_clear_pipeline() argument
[all...]
H A Dv3dv_descriptor_set.c35 descriptor_bo_map(struct v3dv_device *device, in descriptor_bo_map() argument
113 v3dv_descriptor_map_get_descriptor_bo(struct v3dv_device *device, in v3dv_descriptor_map_get_descriptor_bo() argument
209 v3dv_descriptor_map_get_sampler_state(struct v3dv_device *device, in v3dv_descriptor_map_get_sampler_state() argument
261 v3dv_descriptor_map_get_texture_shader_state(struct v3dv_device *device, in v3dv_descriptor_map_get_texture_shader_state() argument
519 descriptor_set_destroy(struct v3dv_device *device, struct v3dv_descriptor_pool *pool, struct v3dv_descriptor_set *set, bool free_bo) descriptor_set_destroy() argument
603 v3dv_descriptor_set_layout_destroy(struct v3dv_device *device, struct v3dv_descriptor_set_layout *set_layout) v3dv_descriptor_set_layout_destroy() argument
791 out_of_pool_memory(const struct v3dv_device *device, const struct v3dv_descriptor_pool *pool) out_of_pool_memory() argument
804 descriptor_set_create(struct v3dv_device *device, struct v3dv_descriptor_pool *pool, struct v3dv_descriptor_set_layout *layout, struct v3dv_descriptor_set **out_set) descriptor_set_create() argument
977 descriptor_bo_copy(struct v3dv_device *device, struct v3dv_descriptor_set *dst_set, const struct v3dv_descriptor_set_binding_layout *dst_binding_layout, uint32_t dst_array_index, struct v3dv_descriptor_set *src_set, const struct v3dv_descriptor_set_binding_layout *src_binding_layout, uint32_t src_array_index) descriptor_bo_copy() argument
1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument
1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument
1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c505 insert_traversal_triangle_case(struct radv_device *device, nir_builder *b, nir_ssa_def *index, in insert_traversal_triangle_case() argument
585 insert_traversal_aabb_case(struct radv_device *device, nir_builder *b, nir_ssa_def *index, in insert_traversal_aabb_case() argument
657 lower_rq_proceed(nir_builder *b, nir_ssa_def *index, struct ray_query_vars *vars, struct radv_device *device) lower_rq_proceed() argument
852 radv_nir_lower_ray_queries(struct nir_shader *shader, struct radv_device *device) radv_nir_lower_ray_queries() argument
[all...]
H A Dradv_debug.c67 radv_init_trace(struct radv_device *device) in radv_init_trace() argument
93 radv_finish_trace(struct radv_device *device) in radv_finish_trace() argument
104 radv_dump_trace(struct radv_device *device, struct radeon_cmdbuf *cs, FILE *f) radv_dump_trace() argument
111 radv_dump_mmapped_reg(struct radv_device *device, FILE *f, unsigned offset) radv_dump_mmapped_reg() argument
121 radv_dump_debug_registers(struct radv_device *device, FILE *f) radv_dump_debug_registers() argument
194 radv_dump_descriptor_set(struct radv_device *device, struct radv_descriptor_set *set, unsigned id, FILE *f) radv_dump_descriptor_set() argument
242 radv_dump_descriptors(struct radv_device *device, FILE *f) radv_dump_descriptors() argument
492 radv_get_saved_vs_prolog(struct radv_device *device) radv_get_saved_vs_prolog() argument
512 radv_get_saved_pipeline(struct radv_device *device, enum amd_ip_type ring) radv_get_saved_pipeline() argument
573 radv_dump_enabled_options(struct radv_device *device, FILE *f) radv_dump_enabled_options() argument
601 radv_dump_app_info(struct radv_device *device, FILE *f) radv_dump_app_info() argument
617 radv_dump_device_name(struct radv_device *device, FILE *f) radv_dump_device_name() argument
641 struct radv_device *device = queue->device; radv_dump_umr_ring() local
659 struct radv_device *device = queue->device; radv_dump_umr_waves() local
687 struct radv_device *device = queue->device; radv_check_gpu_hangs() local
851 radv_trap_handler_init(struct radv_device *device) radv_trap_handler_init() argument
899 radv_trap_handler_finish(struct radv_device *device) radv_trap_handler_finish() argument
915 radv_dump_faulty_shader(struct radv_device *device, uint64_t faulty_pc) radv_dump_faulty_shader() argument
968 radv_dump_sq_hw_regs(struct radv_device *device) radv_dump_sq_hw_regs() argument
999 struct radv_device *device = queue->device; radv_check_trap_handler() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp410 VkPhysicalDevice device = VK_NULL_HANDLE; in get_vk_device() local
436 void print_pipeline_ir(VkDevice device, VkPipeline pipeline, VkShaderStageFlagBits stages, in print_pipeline_ir() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c202 struct NineDevice9 *device; member
1002 nine_allocator_create(struct NineDevice9 *device, int memfd_virtualsizelimit) in nine_allocator_create() argument
1154 nine_allocator_create(struct NineDevice9 *device, int memfd_virtualsizelimit) in nine_allocator_create() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c60 pvr_pds_coeff_program_create_and_upload( struct pvr_device *device, const VkAllocationCallbacks *allocator, const uint32_t *fpu_iterators, uint32_t fpu_iterators_count, const uint32_t *destinations, struct pvr_pds_upload *const pds_upload_out) pvr_pds_coeff_program_create_and_upload() argument
125 pvr_pds_fragment_program_create_and_upload( struct pvr_device *device, const VkAllocationCallbacks *allocator, const struct pvr_bo *fragment_shader_bo, uint32_t fragment_temp_count, enum rogue_msaa_mode msaa_mode, bool has_phase_rate_change, struct pvr_pds_upload *const pds_upload_out) pvr_pds_fragment_program_create_and_upload() argument
338 pvr_pds_vertex_attrib_program_create_and_upload( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, struct pvr_pds_vertex_primary_program_input *const input, struct pvr_pds_attrib_program *const program_out) pvr_pds_vertex_attrib_program_create_and_upload() argument
433 pvr_pds_vertex_attrib_program_destroy( struct pvr_device *const device, const struct VkAllocationCallbacks *const allocator, struct pvr_pds_attrib_program *const program) pvr_pds_vertex_attrib_program_destroy() argument
456 pvr_pds_vertex_attrib_programs_create_and_upload( struct pvr_device *device, const VkAllocationCallbacks *const allocator, const VkPipelineVertexInputStateCreateInfo *const vertex_input_state, uint32_t usc_temp_count, const struct rogue_vs_build_data *vs_data, pvr_pds_attrib_programs_array_ptr programs_out_ptr) pvr_pds_vertex_attrib_programs_create_and_upload() argument
572 pvr_pds_descriptor_program_setup_buffers( struct pvr_device *device, bool robust_buffer_access, const struct rogue_compile_time_consts_data *compile_time_consts_data, const struct rogue_ubo_data *ubo_data, pvr_pds_descriptor_program_buffer_array_ptr buffers_out_ptr, uint32_t *const buffer_count_out, struct pvr_bo **const static_consts_pvr_bo_out) pvr_pds_descriptor_program_setup_buffers() argument
642 pvr_pds_descriptor_program_create_and_upload( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, const struct rogue_compile_time_consts_data *const compile_time_consts_data, const struct rogue_ubo_data *const ubo_data, const struct pvr_explicit_constant_usage *const explicit_const_usage, const struct pvr_pipeline_layout *const layout, enum pvr_stage_allocation stage, struct pvr_stage_allocation_descriptor_state *const descriptor_state) pvr_pds_descriptor_program_create_and_upload() argument
795 pvr_pds_descriptor_program_destroy( struct pvr_device *const device, const struct VkAllocationCallbacks *const allocator, struct pvr_stage_allocation_descriptor_state *const descriptor_state) pvr_pds_descriptor_program_destroy() argument
857 pvr_pds_compute_program_create_and_upload( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, const uint32_t local_input_regs[static const PVR_WORKGROUP_DIMENSIONS], const uint32_t work_group_input_regs[static const PVR_WORKGROUP_DIMENSIONS], uint32_t barrier_coefficient, uint32_t usc_temps, pvr_dev_addr_t usc_shader_dev_addr, struct pvr_pds_upload *const pds_upload_out, struct pvr_pds_info *const pds_info_out) pvr_pds_compute_program_create_and_upload() argument
936 pvr_pds_compute_program_destroy( struct pvr_device *const device, const struct VkAllocationCallbacks *const allocator, struct pvr_pds_upload *const pds_program, struct pvr_pds_info *const pds_info) pvr_pds_compute_program_destroy() argument
949 pvr_pds_compute_base_workgroup_variant_program_init( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, const uint32_t local_input_regs[static const PVR_WORKGROUP_DIMENSIONS], const uint32_t work_group_input_regs[static const PVR_WORKGROUP_DIMENSIONS], uint32_t barrier_coefficient, uint32_t usc_temps, pvr_dev_addr_t usc_shader_dev_addr, struct pvr_pds_base_workgroup_program *program_out) pvr_pds_compute_base_workgroup_variant_program_init() argument
1028 pvr_pds_compute_base_workgroup_variant_program_finish( struct pvr_device *device, const VkAllocationCallbacks *const allocator, struct pvr_pds_base_workgroup_program *const state) pvr_pds_compute_base_workgroup_variant_program_finish() argument
1041 pvr_pipeline_init(struct pvr_device *device, enum pvr_pipeline_type type, struct pvr_pipeline *const pipeline) pvr_pipeline_init() argument
1062 pvr_compute_pipeline_compile( struct pvr_device *const device, struct pvr_pipeline_cache *pipeline_cache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *const allocator, struct pvr_compute_pipeline *const compute_pipeline) pvr_compute_pipeline_compile() argument
1185 pvr_compute_pipeline_init(struct pvr_device *device, struct pvr_pipeline_cache *pipeline_cache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *allocator, struct pvr_compute_pipeline *compute_pipeline) pvr_compute_pipeline_init() argument
1214 pvr_compute_pipeline_create(struct pvr_device *device, struct pvr_pipeline_cache *pipeline_cache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *allocator, VkPipeline *const pipeline_out) pvr_compute_pipeline_create() argument
1247 pvr_compute_pipeline_destroy( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, struct pvr_compute_pipeline *const compute_pipeline) pvr_compute_pipeline_destroy() argument
1331 pvr_graphics_pipeline_destroy(struct pvr_device *const device, const VkAllocationCallbacks *const allocator, struct pvr_graphics_pipeline *const gfx_pipeline) pvr_graphics_pipeline_destroy() argument
1442 pvr_graphics_pipeline_compile(struct pvr_device *const device, struct pvr_pipeline_cache *pipeline_cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *const allocator, struct pvr_graphics_pipeline *const gfx_pipeline) pvr_graphics_pipeline_compile() argument
1837 pvr_graphics_pipeline_init(struct pvr_device *device, struct pvr_pipeline_cache *pipeline_cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *allocator, struct pvr_graphics_pipeline *gfx_pipeline) pvr_graphics_pipeline_init() argument
1947 pvr_graphics_pipeline_create(struct pvr_device *device, struct pvr_pipeline_cache *pipeline_cache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *allocator, VkPipeline *const pipeline_out) pvr_graphics_pipeline_create() argument
[all...]
H A Dpvr_descriptor_set.c199 pvr_descriptor_set_layout_allocate(struct pvr_device *device, in pvr_descriptor_set_layout_allocate() argument
247 pvr_descriptor_set_layout_free(struct pvr_device *device, in pvr_descriptor_set_layout_free() argument
271 pvr_create_sorted_bindings(struct pvr_device *device, in pvr_create_sorted_bindings() argument
113 pvr_descriptor_size_info_init( const struct pvr_device *device, VkDescriptorType type, struct pvr_descriptor_size_info *const size_info_out) pvr_descriptor_size_info_init() argument
685 pvr_dump_in_register_layout_sizes(const struct pvr_device *device, const struct pvr_pipeline_layout *layout) pvr_dump_in_register_layout_sizes() argument
1045 pvr_free_descriptor_set(struct pvr_device *device, struct pvr_descriptor_pool *pool, struct pvr_descriptor_set *set) pvr_free_descriptor_set() argument
1082 pvr_get_descriptor_primary_offset( const struct pvr_device *device, const struct pvr_descriptor_set_layout *layout, const struct pvr_descriptor_set_layout_binding *binding, const uint32_t stage, const uint32_t desc_idx) pvr_get_descriptor_primary_offset() argument
1107 pvr_get_descriptor_secondary_offset( const struct pvr_device *device, const struct pvr_descriptor_set_layout *layout, const struct pvr_descriptor_set_layout_binding *binding, const uint32_t stage, const uint32_t desc_idx) pvr_get_descriptor_secondary_offset() argument
1135 pvr_descriptor_set_create(struct pvr_device *device, struct pvr_descriptor_pool *pool, const struct pvr_descriptor_set_layout *layout, struct pvr_descriptor_set **const descriptor_set_out) pvr_descriptor_set_create() argument
1325 pvr_descriptor_update_buffer_info( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_buffer_info() argument
1392 pvr_descriptor_update_sampler( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_sampler() argument
1509 pvr_descriptor_update_sampler_texture( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_sampler_texture() argument
1584 pvr_descriptor_update_texture( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_texture() argument
1676 pvr_descriptor_update_buffer_view( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_buffer_view() argument
1732 pvr_descriptor_update_input_attachment( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_input_attachment() argument
[all...]
H A Dpvr_job_render.c67 struct pvr_device *device; member
104 struct pvr_device *device; member
142 VkResult pvr_free_list_create(struct pvr_device *device, in pvr_free_list_create() argument
276 struct pvr_device *device = free_list->device; pvr_free_list_destroy() local
309 pvr_rt_mtile_info_init(struct pvr_device *device, struct pvr_rt_mtile_info *info, uint32_t width, uint32_t height, uint32_t samples) pvr_rt_mtile_info_init() argument
368 pvr_rt_get_isp_region_size(struct pvr_device *device, const struct pvr_rt_mtile_info *mtile_info) pvr_rt_get_isp_region_size() argument
401 pvr_rt_vheap_rtc_data_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, uint32_t layers) pvr_rt_vheap_rtc_data_init() argument
461 pvr_rt_get_tail_ptr_stride_size(const struct pvr_device *device, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers, uint64_t *const stride_out, uint64_t *const size_out) pvr_rt_get_tail_ptr_stride_size() argument
505 pvr_rt_tpc_data_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers) pvr_rt_tpc_data_init() argument
567 pvr_rt_get_region_headers_stride_size( const struct pvr_device *device, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers, uint64_t *const stride_out, uint64_t *const size_out) pvr_rt_get_region_headers_stride_size() argument
608 pvr_rt_mta_mlist_data_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_free_list *global_free_list, const struct pvr_free_list *local_free_list, const struct pvr_rt_mtile_info *mtile_info) pvr_rt_mta_mlist_data_init() argument
681 pvr_rt_rgn_headers_data_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers) pvr_rt_rgn_headers_data_init() argument
725 pvr_rt_datas_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_free_list *global_free_list, const struct pvr_free_list *local_free_list, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers) pvr_rt_datas_init() argument
934 struct pvr_device *device = rt_dataset->device; pvr_rt_dataset_ws_create_info_init() local
1047 pvr_render_target_dataset_create(struct pvr_device *device, uint32_t width, uint32_t height, uint32_t samples, uint32_t layers, struct pvr_rt_dataset **const rt_dataset_out) pvr_render_target_dataset_create() argument
1151 struct pvr_device *device = rt_dataset->device; pvr_render_target_dataset_destroy() local
1551 struct pvr_device *device = ctx->device; pvr_render_job_submit() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dvdpau_private.h387 vlVdpDevice *device; member
427 vlVdpDevice *device; member
433 vlVdpDevice *device; member
441 vlVdpDevice *device; member
452 vlVdpDevice *device; member
458 vlVdpDevice *device; member
466 vlVdpDevice *device; member
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c127 char *device; /* Device/File to work with */ member
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.h31 char *device; /* Device to mount */ member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c40 anv_descriptor_data_for_type(const struct anv_physical_device *device, in anv_descriptor_data_for_type() argument
129 anv_descriptor_data_for_mutable_type(const struct anv_physical_device *device, in anv_descriptor_data_for_mutable_type() argument
218 anv_descriptor_size_for_mutable_type(const struct anv_physical_device *device, const VkMutableDescriptorTypeCreateInfoVALVE *mutable_info, int binding) anv_descriptor_size_for_mutable_type() argument
626 anv_descriptor_set_layout_destroy(struct anv_device *device, struct anv_descriptor_set_layout *layout) anv_descriptor_set_layout_destroy() argument
1134 anv_descriptor_set_create(struct anv_device *device, struct anv_descriptor_pool *pool, struct anv_descriptor_set_layout *layout, uint32_t var_desc_count, struct anv_descriptor_set **out_set) anv_descriptor_set_create() argument
1247 anv_descriptor_set_destroy(struct anv_device *device, struct anv_descriptor_pool *pool, struct anv_descriptor_set *set) anv_descriptor_set_destroy() argument
1378 anv_descriptor_set_write_image_view(struct anv_device *device, struct anv_descriptor_set *set, const VkDescriptorImageInfo * const info, VkDescriptorType type, uint32_t binding, uint32_t element) anv_descriptor_set_write_image_view() argument
1515 anv_descriptor_set_write_buffer_view(struct anv_device *device, struct anv_descriptor_set *set, VkDescriptorType type, struct anv_buffer_view *buffer_view, uint32_t binding, uint32_t element) anv_descriptor_set_write_buffer_view() argument
1576 anv_descriptor_set_write_buffer(struct anv_device *device, struct anv_descriptor_set *set, struct anv_state_stream *alloc_stream, VkDescriptorType type, struct anv_buffer *buffer, uint32_t binding, uint32_t element, VkDeviceSize offset, VkDeviceSize range) anv_descriptor_set_write_buffer() argument
1671 anv_descriptor_set_write_inline_uniform_data(struct anv_device *device, struct anv_descriptor_set *set, uint32_t binding, const void *data, size_t offset, size_t size) anv_descriptor_set_write_inline_uniform_data() argument
1689 anv_descriptor_set_write_acceleration_structure(struct anv_device *device, struct anv_descriptor_set *set, struct anv_acceleration_structure *accel, uint32_t binding, uint32_t element) anv_descriptor_set_write_acceleration_structure() argument
1901 anv_descriptor_set_write_template(struct anv_device *device, struct anv_descriptor_set *set, struct anv_state_stream *alloc_stream, const struct anv_descriptor_update_template *template, const void *data) anv_descriptor_set_write_template() argument
[all...]
H A Danv_cmd_buffer.c87 anv_create_cmd_buffer( struct anv_device * device, struct vk_command_pool * pool, VkCommandBufferLevel level, VkCommandBuffer* pCommandBuffer) anv_create_cmd_buffer() argument
314 struct anv_device *device = cmd_buffer->device; anv_cmd_buffer_set_ray_query_buffer() local
670 anv_isl_format_for_descriptor_type(const struct anv_device *device, VkDescriptorType type) anv_isl_format_for_descriptor_type() argument
1065 struct anv_device *device = cmd_buffer->device; anv_CmdSetRayTracingPipelineStackSizeKHR() local
[all...]
H A DgenX_query.c338 struct anv_device *device = cmd_buffer->device; khr_perf_query_ensure_relocs() local
421 wait_for_available(struct anv_device *device, struct anv_query_pool *pool, uint32_t query) wait_for_available() argument
[all...]
H A DgenX_pipeline.c270 genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch, in emit_urb_setup() argument
1004 struct anv_device *device = pipeline->base.device; in emit_cb_state() local
2352 const struct anv_device *device = pipeline->base.device; graphics_pipeline_emit() local
2387 struct anv_device *device = pipeline->base.device; compute_pipeline_emit() local
2407 struct anv_device *device = pipeline->base.device; compute_pipeline_emit() local
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h1235 static inline size_t vn_sizeof_vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) in vn_sizeof_vkCreateRenderPass() argument
1255 static inline void vn_encode_vkCreateRenderPass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) in vn_encode_vkCreateRenderPass() argument
1271 static inline size_t vn_sizeof_vkCreateRenderPass_reply(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) in vn_sizeof_vkCreateRenderPass_reply() argument
1288 static inline VkResult vn_decode_vkCreateRenderPass_reply(struct vn_cs_decoder *dec, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) in vn_decode_vkCreateRenderPass_reply() argument
1308 static inline size_t vn_sizeof_vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyRenderPass() argument
1323 vn_encode_vkDestroyRenderPass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) vn_encode_vkDestroyRenderPass() argument
1336 vn_sizeof_vkDestroyRenderPass_reply(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) vn_sizeof_vkDestroyRenderPass_reply() argument
1348 vn_decode_vkDestroyRenderPass_reply(struct vn_cs_decoder *dec, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyRenderPass_reply() argument
1359 vn_sizeof_vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_sizeof_vkGetRenderAreaGranularity() argument
1374 vn_encode_vkGetRenderAreaGranularity(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_encode_vkGetRenderAreaGranularity() argument
1387 vn_sizeof_vkGetRenderAreaGranularity_reply(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_sizeof_vkGetRenderAreaGranularity_reply() argument
1401 vn_decode_vkGetRenderAreaGranularity_reply(struct vn_cs_decoder *dec, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_decode_vkGetRenderAreaGranularity_reply() argument
1416 vn_sizeof_vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_sizeof_vkCreateRenderPass2() argument
1436 vn_encode_vkCreateRenderPass2(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_encode_vkCreateRenderPass2() argument
1452 vn_sizeof_vkCreateRenderPass2_reply(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_sizeof_vkCreateRenderPass2_reply() argument
1469 vn_decode_vkCreateRenderPass2_reply(struct vn_cs_decoder *dec, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_decode_vkCreateRenderPass2_reply() argument
1489 vn_submit_vkCreateRenderPass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass, struct vn_instance_submit_command *submit) vn_submit_vkCreateRenderPass() argument
1510 vn_submit_vkDestroyRenderPass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroyRenderPass() argument
1531 vn_submit_vkGetRenderAreaGranularity(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity, struct vn_instance_submit_command *submit) vn_submit_vkGetRenderAreaGranularity() argument
1552 vn_submit_vkCreateRenderPass2(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass, struct vn_instance_submit_command *submit) vn_submit_vkCreateRenderPass2() argument
1573 vn_call_vkCreateRenderPass(struct vn_instance *vn_instance, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_call_vkCreateRenderPass() argument
1589 vn_async_vkCreateRenderPass(struct vn_instance *vn_instance, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_async_vkCreateRenderPass() argument
1595 vn_call_vkDestroyRenderPass(struct vn_instance *vn_instance, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyRenderPass() argument
1608 vn_async_vkDestroyRenderPass(struct vn_instance *vn_instance, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyRenderPass() argument
1614 vn_call_vkGetRenderAreaGranularity(struct vn_instance *vn_instance, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_call_vkGetRenderAreaGranularity() argument
1627 vn_async_vkGetRenderAreaGranularity(struct vn_instance *vn_instance, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) vn_async_vkGetRenderAreaGranularity() argument
1633 vn_call_vkCreateRenderPass2(struct vn_instance *vn_instance, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_call_vkCreateRenderPass2() argument
1649 vn_async_vkCreateRenderPass2(struct vn_instance *vn_instance, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_async_vkCreateRenderPass2() argument
[all...]
H A Dvn_protocol_driver_transport.h782 static inline size_t vn_sizeof_vkGetMemoryResourcePropertiesMESA(VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) in vn_sizeof_vkGetMemoryResourcePropertiesMESA() argument
797 static inline void vn_encode_vkGetMemoryResourcePropertiesMESA(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) in vn_encode_vkGetMemoryResourcePropertiesMESA() argument
810 static inline size_t vn_sizeof_vkGetMemoryResourcePropertiesMESA_reply(VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) in vn_sizeof_vkGetMemoryResourcePropertiesMESA_reply() argument
826 static inline VkResult vn_decode_vkGetMemoryResourcePropertiesMESA_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) in vn_decode_vkGetMemoryResourcePropertiesMESA_reply() argument
1056 static inline void vn_submit_vkGetMemoryResourcePropertiesMESA(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties, struct vn_instance_submit_command *submit) in vn_submit_vkGetMemoryResourcePropertiesMESA() argument
1231 vn_call_vkGetMemoryResourcePropertiesMESA(struct vn_instance *vn_instance, VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) vn_call_vkGetMemoryResourcePropertiesMESA() argument
1247 vn_async_vkGetMemoryResourcePropertiesMESA(struct vn_instance *vn_instance, VkDevice device, uint32_t resourceId, VkMemoryResourcePropertiesMESA* pMemoryResourceProperties) vn_async_vkGetMemoryResourcePropertiesMESA() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c575 VkDevice device = vn_device_to_handle(dev); in vn_android_image_from_anb() local
710 vn_AcquireImageANDROID(VkDevice device, in vn_AcquireImageANDROID() argument
363 vn_GetSwapchainGrallocUsage2ANDROID( VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainImageUsage, uint64_t *grallocConsumerUsage, uint64_t *grallocProducerUsage) vn_GetSwapchainGrallocUsage2ANDROID() argument
810 VkDevice device = vn_device_to_handle(dev); vn_QueueSignalReleaseImageANDROID() local
992 vn_GetAndroidHardwareBufferPropertiesANDROID( VkDevice device, const struct AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) vn_GetAndroidHardwareBufferPropertiesANDROID() argument
1327 vn_GetMemoryAndroidHardwareBufferANDROID( VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID *pInfo, struct AHardwareBuffer **pBuffer) vn_GetMemoryAndroidHardwareBufferANDROID() argument
[all...]
H A Dvn_queue.c27 vn_GetDeviceQueue2(VkDevice device, in vn_GetDeviceQueue2() argument
486 VkDevice device in vn_QueueWaitIdle() local
612 vn_CreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) vn_CreateFence() argument
666 vn_DestroyFence(VkDevice device, VkFence _fence, const VkAllocationCallbacks *pAllocator) vn_DestroyFence() argument
691 vn_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) vn_ResetFences() argument
719 vn_GetFenceStatus(VkDevice device, VkFence _fence) vn_GetFenceStatus() argument
758 vn_find_first_signaled_fence(VkDevice device, const VkFence *fences, uint32_t count) vn_find_first_signaled_fence() argument
771 vn_remove_signaled_fences(VkDevice device, VkFence *fences, uint32_t *count) vn_remove_signaled_fences() argument
807 vn_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) vn_WaitForFences() argument
880 vn_ImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR *pImportFenceFdInfo) vn_ImportFenceFdKHR() argument
907 vn_GetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR *pGetFdInfo, int *pFd) vn_GetFenceFdKHR() argument
974 vn_CreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) vn_CreateSemaphore() argument
1018 vn_DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) vn_DestroySemaphore() argument
1041 vn_GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vn_GetSemaphoreCounterValue() argument
1056 vn_SignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vn_SignalSemaphore() argument
1071 vn_find_first_signaled_semaphore(VkDevice device, const VkSemaphore *semaphores, const uint64_t *values, uint32_t count) vn_find_first_signaled_semaphore() argument
1087 vn_remove_signaled_semaphores(VkDevice device, VkSemaphore *semaphores, uint64_t *values, uint32_t *count) vn_remove_signaled_semaphores() argument
1108 vn_WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vn_WaitSemaphores() argument
1160 vn_ImportSemaphoreFdKHR( VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) vn_ImportSemaphoreFdKHR() argument
1188 vn_GetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) vn_GetSemaphoreFdKHR() argument
1249 vn_CreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) vn_CreateEvent() argument
1283 vn_DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) vn_DestroyEvent() argument
1305 vn_GetEventStatus(VkDevice device, VkEvent event) vn_GetEventStatus() argument
1321 vn_SetEvent(VkDevice device, VkEvent event) vn_SetEvent() argument
1340 vn_ResetEvent(VkDevice device, VkEvent event) vn_ResetEvent() argument
[all...]
H A Dvn_renderer.h60 uint8_t device; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1029 vk_common_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) vk_common_GetRenderAreaGranularity() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c1261 wsi_wl_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, struct wsi_swapchain **swapchain_out) wsi_wl_surface_create_swapchain() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c48 struct panvk_device *device; member
962 CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) CreateGraphicsPipelines() argument
1015 CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) CreateComputePipelines() argument
[all...]
/third_party/mesa3d/src/util/
H A Dxmlconfig.c652 const char *driver = NULL, *screen = NULL, *kernel = NULL, *device = NULL; in parseDeviceAttr() local
[all...]

Completed in 38 milliseconds

1...<<151152153154155156157158159160>>...208