Home
last modified time | relevance | path

Searched defs:device (Results 976 - 1000 of 2585) sorted by relevance

1...<<31323334353637383940>>...104

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c102 tu_gralloc_info_other(struct tu_device *device, in tu_gralloc_info_other() argument
175 tu_gralloc_info_cros(struct tu_device *device, in tu_gralloc_info_cros() argument
197 tu_gralloc_info(struct tu_device *device, in tu_gralloc_info() argument
353 setup_gralloc0_usage(struct tu_device *device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) setup_gralloc0_usage() argument
[all...]
H A Dtu_util.c206 tu_tiling_config_update_binning(struct tu_tiling_config *tiling, const struct tu_device *device) in tu_tiling_config_update_binning() argument
238 tu_dbg_log_gmem_load_store_skips(struct tu_device *device) in tu_dbg_log_gmem_load_store_skips() argument
224 tu_framebuffer_tiling_config(struct tu_framebuffer *fb, const struct tu_device *device, const struct tu_render_pass *pass) tu_framebuffer_tiling_config() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c72 radv_image_is_renderable(struct radv_device *device, struct radv_image *image) in radv_image_is_renderable() argument
[all...]
H A Dradv_meta_fmask_copy.c129 radv_device_finish_meta_fmask_copy_state(struct radv_device *device) in radv_device_finish_meta_fmask_copy_state() argument
144 create_fmask_copy_pipeline(struct radv_device *device, int samples, VkPipeline *pipeline) in create_fmask_copy_pipeline() argument
173 radv_device_init_meta_fmask_copy_state(struct radv_device *device) radv_device_init_meta_fmask_copy_state() argument
292 struct radv_device *device = cmd_buffer->device; radv_fmask_copy() local
[all...]
H A Dradv_meta_copy_vrs_htile.c32 radv_device_finish_meta_copy_vrs_htile_state(struct radv_device *device) in radv_device_finish_meta_copy_vrs_htile_state() argument
45 build_copy_vrs_htile_shader(struct radv_device *device, struct radeon_surf *surf) in build_copy_vrs_htile_shader() argument
141 radv_device_init_meta_copy_vrs_htile_state(struct radv_device *device, in radv_device_init_meta_copy_vrs_htile_state() argument
216 struct radv_device *device = cmd_buffer->device; radv_copy_vrs_htile() local
[all...]
H A Dradv_meta_dcc_retile.c84 radv_device_finish_meta_dcc_retile_state(struct radv_device *device) in radv_device_finish_meta_dcc_retile_state() argument
110 radv_device_init_meta_dcc_retile_state(struct radv_device *device, struct radeon_surf *surf) in radv_device_init_meta_dcc_retile_state() argument
184 struct radv_device *device = cmd_buffer->device; radv_retile_dcc() local
[all...]
H A Dradv_pass.c306 radv_destroy_render_pass(struct radv_device *device, const VkAllocationCallbacks *pAllocator, in radv_destroy_render_pass() argument
519 radv_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) radv_GetRenderAreaGranularity() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pass.c36 set_try_tlb_resolve(struct v3dv_device *device, in set_try_tlb_resolve() argument
44 pass_find_subpass_range_for_attachments(struct v3dv_device *device, in pass_find_subpass_range_for_attachments() argument
315 subpass_get_granularity(struct v3dv_device *device, struct v3dv_render_pass *pass, uint32_t subpass_idx, VkExtent2D *granularity) subpass_get_granularity() argument
397 v3dv_subpass_area_is_tile_aligned(struct v3dv_device *device, const VkRect2D *area, struct v3dv_framebuffer *fb, struct v3dv_render_pass *pass, uint32_t subpass_idx) v3dv_subpass_area_is_tile_aligned() argument
[all...]
H A Dv3dv_android.c148 v3dv_gralloc_info_other(struct v3dv_device *device, in v3dv_gralloc_info_other() argument
174 v3dv_gralloc_info_cros(struct v3dv_device *device, in v3dv_gralloc_info_cros() argument
195 v3dv_gralloc_info(struct v3dv_device *device, in v3dv_gralloc_info() argument
326 setup_gralloc0_usage(struct v3dv_device *device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) setup_gralloc0_usage() argument
[all...]
H A Dv3dv_bo.c46 bo_dump_stats(struct v3dv_device *device) in bo_dump_stats() argument
95 bo_from_cache(struct v3dv_device *device, uint32_t size, const char *name) in bo_from_cache() argument
128 bo_free(struct v3dv_device *device, in bo_free() argument
165 bo_cache_free_all(struct v3dv_device *device, bool with_lock) bo_cache_free_all() argument
204 v3dv_bo_alloc(struct v3dv_device *device, uint32_t size, const char *name, bool private) v3dv_bo_alloc() argument
267 v3dv_bo_map_unsynchronized(struct v3dv_device *device, struct v3dv_bo *bo, uint32_t size) v3dv_bo_map_unsynchronized() argument
301 v3dv_bo_wait(struct v3dv_device *device, struct v3dv_bo *bo, uint64_t timeout_ns) v3dv_bo_wait() argument
314 v3dv_bo_map(struct v3dv_device *device, struct v3dv_bo *bo, uint32_t size) v3dv_bo_map() argument
332 v3dv_bo_unmap(struct v3dv_device *device, struct v3dv_bo *bo) v3dv_bo_unmap() argument
343 reallocate_size_list(struct v3dv_bo_cache *cache, struct v3dv_device *device, uint32_t size) reallocate_size_list() argument
382 v3dv_bo_cache_init(struct v3dv_device *device) v3dv_bo_cache_init() argument
408 v3dv_bo_cache_destroy(struct v3dv_device *device) v3dv_bo_cache_destroy() argument
421 free_stale_bos(struct v3dv_device *device, time_t time) free_stale_bos() argument
451 v3dv_bo_free(struct v3dv_device *device, struct v3dv_bo *bo) v3dv_bo_free() argument
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.h118 VkDevice device; member in PipelineBuilder
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c86 radv_create_radix_sort_u64(VkDevice device, VkAllocationCallbacks const *ac, VkPipelineCache pc) in radv_create_radix_sort_u64() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c42 vlVdpDecoderCreate(VdpDevice device, in vlVdpDecoderCreate() argument
[all...]
H A Dquery.c69 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryCapabilities() argument
105 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() argument
175 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, in vlVdpDecoderQueryCapabilities() argument
229 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryCapabilities() argument
281 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() argument
319 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() argument
380 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() argument
429 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) vlVdpBitmapSurfaceQueryCapabilities() argument
480 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) vlVdpVideoMixerQueryFeatureSupport() argument
505 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) vlVdpVideoMixerQueryParameterSupport() argument
529 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) vlVdpVideoMixerQueryParameterValueRange() argument
574 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) vlVdpVideoMixerQueryAttributeSupport() argument
600 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) vlVdpVideoMixerQueryAttributeValueRange() argument
[all...]
H A Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, in vlVdpVideoSurfaceCreate() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_queue.c57 static VkResult pvr_queue_init(struct pvr_device *device, in pvr_queue_init() argument
111 VkResult pvr_queues_create(struct pvr_device *device, in pvr_queues_create() argument
162 pvr_queues_destroy(struct pvr_device *device) pvr_queues_destroy() argument
193 pvr_process_graphics_cmd(struct pvr_device *device, struct pvr_queue *queue, struct pvr_cmd_buffer *cmd_buffer, struct pvr_sub_cmd_gfx *sub_cmd, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct vk_sync *completions[static PVR_JOB_TYPE_MAX]) pvr_process_graphics_cmd() argument
282 pvr_process_compute_cmd(struct pvr_device *device, struct pvr_queue *queue, struct pvr_sub_cmd_compute *sub_cmd, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct vk_sync *completions[static PVR_JOB_TYPE_MAX]) pvr_process_compute_cmd() argument
323 pvr_process_transfer_cmds(struct pvr_device *device, struct pvr_queue *queue, struct pvr_sub_cmd_transfer *sub_cmd, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct vk_sync *completions[static PVR_JOB_TYPE_MAX]) pvr_process_transfer_cmds() argument
365 pvr_set_semaphore_payloads(struct pvr_device *device, struct vk_sync *completions[static PVR_JOB_TYPE_MAX], const VkSemaphore *signals, uint32_t signal_count) pvr_set_semaphore_payloads() argument
423 pvr_set_fence_payload(struct pvr_device *device, struct vk_sync *completions[static PVR_JOB_TYPE_MAX], VkFence _fence) pvr_set_fence_payload() argument
457 pvr_process_cmd_buffer(struct pvr_device *device, struct pvr_queue *queue, VkCommandBuffer commandBuffer, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct vk_sync *completions[static PVR_JOB_TYPE_MAX]) pvr_process_cmd_buffer() argument
523 pvr_submit_null_job(struct pvr_device *device, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct vk_sync *completions[static PVR_JOB_TYPE_MAX]) pvr_submit_null_job() argument
576 pvr_update_syncobjs(struct pvr_device *device, struct vk_sync *src[static PVR_JOB_TYPE_MAX], struct vk_sync *dst[static PVR_JOB_TYPE_MAX]) pvr_update_syncobjs() argument
597 struct pvr_device *device = queue->device; pvr_QueueSubmit() local
[all...]
H A Dpvr_hardcode.c186 pvr_hard_code_compute_pipeline( struct pvr_device *const device, struct pvr_compute_pipeline_shader_state *const shader_state_out, struct pvr_hard_code_compute_build_info *const build_info_out) pvr_hard_code_compute_pipeline() argument
H A Dpvr_pass.c208 pvr_load_op_create(struct pvr_device *device, in pvr_load_op_create() argument
158 pvr_pds_unitex_state_program_create_and_upload( struct pvr_device *device, const VkAllocationCallbacks *allocator, uint32_t texture_kicks, uint32_t uniform_kicks, struct pvr_pds_upload *const pds_upload_out) pvr_pds_unitex_state_program_create_and_upload() argument
288 pvr_load_op_destroy(struct pvr_device *device, const VkAllocationCallbacks *allocator, struct pvr_load_op *load_op) pvr_load_op_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c119 lvp_image_from_swapchain(VkDevice device, in lvp_image_from_swapchain() argument
144 lvp_CreateImage(VkDevice device, in lvp_CreateImage() argument
345 lvp_GetBufferDeviceAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) lvp_GetBufferDeviceAddress() argument
354 lvp_GetBufferOpaqueCaptureAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) lvp_GetBufferOpaqueCaptureAddress() argument
361 lvp_GetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) lvp_GetDeviceMemoryOpaqueCaptureAddress() argument
[all...]
H A Dlvp_cmd_buffer.c28 lvp_create_cmd_buffer( struct lvp_device * device, struct lvp_cmd_pool * pool, VkCommandBufferLevel level, VkCommandBuffer* pCommandBuffer) lvp_create_cmd_buffer() argument
125 lvp_FreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) lvp_FreeCommandBuffers() argument
235 lvp_ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) lvp_ResetCommandPool() argument
252 lvp_TrimCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) lvp_TrimCommandPool() argument
272 struct lvp_device *device = cmd->driver_data; lvp_free_CmdPushDescriptorSetWithTemplateKHR() local
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h118 dev_t device; member
/third_party/ntfs-3g/libntfs-3g/
H A Dea.c427 } device; in ntfs_ea_check_wsldev() local
476 } device; in ntfs_ea_set_wsl_not_symlink() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfslabel.c61 char *device; /* Device/File to work with */ member
[all...]
H A Dntfsundelete.h42 char *device; /* Device/File to work with */ member
/third_party/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c53 VkDevice device; member
105 override_queue(struct device_data *device_data, VkDevice device, uint32_t queue_family_index, VkQueue queue) override_queue() argument
188 new_device_data(VkDevice device, struct instance_data *instance) new_device_data() argument
257 nullhw_DestroyDevice( VkDevice device, const VkAllocationCallbacks* pAllocator) nullhw_DestroyDevice() argument
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...104