| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 1725 getDevicePlatformVersion(cl_device_id device) getDevicePlatformVersion() argument 1850 isReferenceCountable(cl_device_id device) isReferenceCountable() argument 2110 Device(const cl_device_id &device, bool retainObject = false) Device() argument 2829 Context( const Device& device, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, size_type, void *) = NULL, void* data = NULL, cl_int* err = NULL) Context() argument 5928 getWorkGroupInfo( const Device& device, cl_kernel_work_group_info name, T* param) const getWorkGroupInfo() argument 5939 getWorkGroupInfo(const Device& device, cl_int* err = NULL) const getWorkGroupInfo() argument 6666 getBuildInfo( const Device& device, cl_program_build_info name, T* param) const getBuildInfo() argument 6677 getBuildInfo(const Device& device, cl_int* err = NULL) const getBuildInfo() argument 7010 Device device = Device::getDefault(); makeDefault() local 7063 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; CommandQueue() local 7129 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; CommandQueue() local 7306 CommandQueue( const Context& context, const Device& device, cl_command_queue_properties properties = 0, cl_int* err = NULL) CommandQueue() argument 7357 CommandQueue( const Context& context, const Device& device, QueueProperties properties, cl_int* err = NULL) CommandQueue() argument 8748 cl::Device device = cl::Device::getDefault(); DeviceCommandQueue() local 8767 DeviceCommandQueue( const Context& context, const Device& device, DeviceQueueProperties properties = DeviceQueueProperties::None, cl_int* err = NULL) DeviceCommandQueue() argument 8791 DeviceCommandQueue( const Context& context, const Device& device, cl_uint queueSize, DeviceQueueProperties properties = DeviceQueueProperties::None, cl_int* err = NULL) DeviceCommandQueue() argument 8891 cl::Device device = cl::Device::getDefault(); makeDefault() local 8916 makeDefault( const Context &context, const Device &device, cl_int *err = nullptr) makeDefault() argument 8944 makeDefault( const Context &context, const Device &device, cl_uint queueSize, cl_int *err = nullptr) makeDefault() argument 8976 updateDefault(const Context &context, const Device &device, const DeviceCommandQueue &default_queue, cl_int *err = nullptr) updateDefault() argument [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 248 struct tu_device *device; member 3999 tu_graphics_pipeline_create(VkDevice device, VkPipelineCache pipelineCache, const VkGraphicsPipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) tu_graphics_pipeline_create() argument 4027 tu_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) tu_CreateGraphicsPipelines() argument 4059 tu_compute_pipeline_create(VkDevice device, VkPipelineCache pipelineCache, const VkComputePipelineCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipeline) tu_compute_pipeline_create() argument 4234 tu_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t count, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) tu_CreateComputePipelines() argument [all...] |
| H A D | tu_cmd_buffer.c | 470 tu6_apply_depth_bounds_workaround(struct tu_device *device, in tu6_apply_depth_bounds_workaround() argument 1556 tu_create_cmd_buffer(struct tu_device *device, struct tu_cmd_pool *pool, VkCommandBufferLevel level, VkCommandBuffer *pCommandBuffer) tu_create_cmd_buffer() argument 1726 tu_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) tu_FreeCommandBuffers() argument 3740 tu_ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) tu_ResetCommandPool() argument 3759 tu_TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) tu_TrimCommandPool() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 200 v3dv_device_lookup_bo(struct v3dv_physical_device *device, uint32_t handle) in v3dv_device_lookup_bo() argument 270 struct v3dv_device *device; global() member 445 struct v3dv_device *device; global() member 1085 struct v3dv_device *device; global() member 1489 struct v3dv_device *device; global() member 1782 v3dv_descriptor_set_layout_unref(struct v3dv_device *device, struct v3dv_descriptor_set_layout *set_layout) v3dv_descriptor_set_layout_unref() argument 1960 struct v3dv_device *device; global() member 2168 v3dv_pipeline_shared_data_unref(struct v3dv_device *device, struct v3dv_pipeline_shared_data *shared_data) v3dv_pipeline_shared_data_unref() argument [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device.c | 163 radv_get_adjusted_vram_size(struct radv_physical_device *device) in radv_get_adjusted_vram_size() argument 172 radv_get_visible_vram_size(struct radv_physical_device *device) in radv_get_visible_vram_size() argument 178 radv_get_vram_size(struct radv_physical_device *device) in radv_get_vram_size() argument 192 radv_physical_device_init_mem_types(struct radv_physical_device *device) radv_physical_device_init_mem_types() argument 449 radv_physical_device_get_supported_extensions(const struct radv_physical_device *device, struct vk_device_extension_table *ext) radv_physical_device_get_supported_extensions() argument 701 struct radv_physical_device *device = vk_zalloc2(&instance->vk.alloc, NULL, sizeof(*device), 8, radv_physical_device_try_create() local 932 radv_physical_device_destroy(struct radv_physical_device *device) radv_physical_device_destroy() argument 2851 radv_queue_init(struct radv_device *device, struct radv_queue *queue, int idx, const VkDeviceQueueCreateInfo *create_info, const VkDeviceQueueGlobalPriorityCreateInfoKHR *global_priority) radv_queue_init() argument 2929 radv_device_init_border_color(struct radv_device *device) radv_device_init_border_color() argument 2954 radv_device_finish_border_color(struct radv_device *device) radv_device_finish_border_color() argument 2965 radv_device_init_vs_prologs(struct radv_device *device) radv_device_init_vs_prologs() argument 3031 radv_device_finish_vs_prologs(struct radv_device *device) radv_device_finish_vs_prologs() argument 3050 radv_device_init_vrs_state(struct radv_device *device) radv_device_init_vrs_state() argument 3141 radv_device_finish_vrs_image(struct radv_device *device) radv_device_finish_vrs_image() argument 3206 struct radv_device *device = data; radv_notifier_thread_run() local 3243 radv_device_init_notifier(struct radv_device *device) radv_device_init_notifier() argument 3276 radv_device_finish_notifier(struct radv_device *device) radv_device_finish_notifier() argument 3292 radv_device_finish_perf_counter_lock_cs(struct radv_device *device) radv_device_finish_perf_counter_lock_cs() argument 3311 struct radv_device *device; radv_CreateDevice() local 3852 radv_fill_shader_rings(struct radv_device *device, uint32_t *map, bool add_sample_positions, uint32_t esgs_ring_size, struct radeon_winsys_bo *esgs_ring_bo, uint32_t gsvs_ring_size, struct radeon_winsys_bo *gsvs_ring_bo, struct radeon_winsys_bo *tess_rings_bo, struct radeon_winsys_bo *task_rings_bo, struct radeon_winsys_bo *mesh_scratch_ring_bo) radv_fill_shader_rings() argument 4085 radv_emit_gs_ring_sizes(struct radv_device *device, struct radeon_cmdbuf *cs, struct radeon_winsys_bo *esgs_ring_bo, uint32_t esgs_ring_size, struct radeon_winsys_bo *gsvs_ring_bo, uint32_t gsvs_ring_size) radv_emit_gs_ring_sizes() argument 4110 radv_emit_tess_factor_ring(struct radv_device *device, struct radeon_cmdbuf *cs, struct radeon_winsys_bo *tess_rings_bo) radv_emit_tess_factor_ring() argument 4148 radv_initialise_task_control_buffer(struct radv_device *device, struct radeon_winsys_bo *task_rings_bo) radv_initialise_task_control_buffer() argument 4180 radv_emit_task_rings(struct radv_device *device, struct radeon_cmdbuf *cs, struct radeon_winsys_bo *task_rings_bo, bool compute) radv_emit_task_rings() argument 4199 radv_emit_graphics_scratch(struct radv_device *device, struct radeon_cmdbuf *cs, uint32_t size_per_wave, uint32_t waves, struct radeon_winsys_bo *scratch_bo) radv_emit_graphics_scratch() argument 4228 radv_emit_compute_scratch(struct radv_device *device, struct radeon_cmdbuf *cs, uint32_t size_per_wave, uint32_t waves, struct radeon_winsys_bo *compute_scratch_bo) radv_emit_compute_scratch() argument 4267 radv_emit_compute_shader_pointers(struct radv_device *device, struct radeon_cmdbuf *cs, struct radeon_winsys_bo *descriptor_bo) radv_emit_compute_shader_pointers() argument 4283 radv_emit_graphics_shader_pointers(struct radv_device *device, struct radeon_cmdbuf *cs, struct radeon_winsys_bo *descriptor_bo) radv_emit_graphics_shader_pointers() argument 4331 radv_init_graphics_state(struct radeon_cmdbuf *cs, struct radv_device *device) radv_init_graphics_state() argument 4348 radv_init_compute_state(struct radeon_cmdbuf *cs, struct radv_device *device) radv_init_compute_state() argument 4354 radv_update_preamble_cs(struct radv_queue_state *queue, struct radv_device *device, const struct radv_queue_ring_info *needs) radv_update_preamble_cs() argument 4694 radv_create_perf_counter_lock_cs(struct radv_device *device, unsigned pass, bool unlock) radv_create_perf_counter_lock_cs() argument 4772 radv_sparse_buffer_bind_memory(struct radv_device *device, const VkSparseBufferMemoryBindInfo *bind) radv_sparse_buffer_bind_memory() argument 4794 radv_sparse_image_opaque_bind_memory(struct radv_device *device, const VkSparseImageOpaqueMemoryBindInfo *bind) radv_sparse_image_opaque_bind_memory() argument 4817 radv_sparse_image_bind_memory(struct radv_device *device, const VkSparseImageMemoryBindInfo *bind) radv_sparse_image_bind_memory() argument 4885 radv_update_preambles(struct radv_queue_state *queue, struct radv_device *device, struct vk_command_buffer *const *cmd_buffers, uint32_t cmd_buffer_count, bool *uses_perf_counters) radv_update_preambles() argument 5017 radv_queue_submit_bind_sparse_memory(struct radv_device *device, struct vk_queue_submit *submission) radv_queue_submit_bind_sparse_memory() argument 5373 radv_get_memory_fd(struct radv_device *device, struct radv_device_memory *memory, int *pFD) radv_get_memory_fd() argument 5386 radv_device_memory_init(struct radv_device_memory *mem, struct radv_device *device, struct radeon_winsys_bo *bo) radv_device_memory_init() argument 5402 radv_free_memory(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_device_memory *mem) radv_free_memory() argument 5431 radv_alloc_memory(struct radv_device *device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) radv_alloc_memory() argument 5702 radv_get_buffer_memory_requirements(struct radv_device *device, VkDeviceSize size, VkBufferCreateFlags flags, VkBufferCreateFlags usage, VkMemoryRequirements2 *pMemoryRequirements) radv_get_buffer_memory_requirements() argument 5807 radv_GetDeviceImageMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) radv_GetDeviceImageMemoryRequirements() argument 5832 radv_GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryInBytes) radv_GetDeviceMemoryCommitment() argument 5927 radv_destroy_event(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_event *event) radv_destroy_event() argument 6029 radv_buffer_init(struct radv_buffer *buffer, struct radv_device *device, struct radeon_winsys_bo *bo, uint64_t size, uint64_t offset) radv_buffer_init() argument 6051 radv_destroy_buffer(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_buffer *buffer) radv_destroy_buffer() argument 6117 radv_GetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) radv_GetBufferDeviceAddress() argument 6124 radv_GetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) radv_GetBufferOpaqueCaptureAddress() argument 6131 radv_GetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) radv_GetDeviceMemoryOpaqueCaptureAddress() argument 6155 get_dcc_max_uncompressed_block_size(const struct radv_device *device, const struct radv_image_view *iview) get_dcc_max_uncompressed_block_size() argument 6169 get_dcc_min_compressed_block_size(const struct radv_device *device) get_dcc_min_compressed_block_size() argument 6184 radv_init_dcc_control_reg(struct radv_device *device, struct radv_image_view *iview) radv_init_dcc_control_reg() argument 6239 radv_initialise_color_surface(struct radv_device *device, struct radv_color_buffer_info *cb, struct radv_image_view *iview) radv_initialise_color_surface() argument 6475 radv_calc_decompress_on_z_planes(struct radv_device *device, struct radv_image_view *iview) radv_calc_decompress_on_z_planes() argument 6545 radv_initialise_ds_surface(struct radv_device *device, struct radv_ds_buffer_info *ds, struct radv_image_view *iview) radv_initialise_ds_surface() argument 6852 radv_get_max_anisotropy(struct radv_device *device, const VkSamplerCreateInfo *pCreateInfo) radv_get_max_anisotropy() argument 6864 radv_register_border_color(struct radv_device *device, VkClearColorValue value) radv_register_border_color() argument 6887 radv_unregister_border_color(struct radv_device *device, uint32_t slot) radv_unregister_border_color() argument 6897 radv_init_sampler(struct radv_device *device, struct radv_sampler *sampler, const VkSamplerCreateInfo *pCreateInfo) radv_init_sampler() argument 7171 radv_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) radv_GetDeviceGroupPeerMemoryFeatures() argument 7368 radv_thread_trace_set_pstate(struct radv_device *device, bool enable) radv_thread_trace_set_pstate() argument 7385 radv_device_acquire_performance_counters(struct radv_device *device) radv_device_acquire_performance_counters() argument 7401 radv_device_release_performance_counters(struct radv_device *device) radv_device_release_performance_counters() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_private.h | 223 struct pvr_device *device; member 913 struct pvr_device *device; member 978 struct pvr_device *device; member [all...] |
| H A D | pvr_cmd_buffer.c | 150 static VkResult pvr_cmd_buffer_create(struct pvr_device *device, in pvr_cmd_buffer_create() argument 250 pvr_cmd_buffer_upload_tables(struct pvr_device *device, in pvr_cmd_buffer_upload_tables() argument 320 struct pvr_device *const device = cmd_buffer->device; pvr_cmd_buffer_upload_general() local 349 struct pvr_device *const device = cmd_buffer->device; pvr_cmd_buffer_upload_usc() local 380 struct pvr_device *const device = cmd_buffer->device; pvr_cmd_buffer_upload_pds() local 430 struct pvr_device *const device = cmd_buffer->device; pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload() local 583 struct pvr_device *device = cmd_buffer->device; pvr_load_op_pds_data_create_and_upload() local 1421 struct pvr_device *device = cmd_buffer->device; pvr_cmd_buffer_end_sub_cmd() local 1584 struct pvr_device *device = cmd_buffer->device; pvr_cmd_buffer_start_sub_cmd() local 1799 check_viewport_quirk_70165(const struct pvr_device *device, const VkViewport *pViewport) check_viewport_quirk_70165() argument 2165 pvr_init_render_targets(struct pvr_device *device, struct pvr_render_pass *pass, struct pvr_framebuffer *framebuffer) pvr_init_render_targets() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 100 struct anv_device *device = cmd_buffer->device; in cmd_buffer_emit_state_base_address() local 383 anv_can_fast_clear_color_view(struct anv_device * device, struct anv_image_view *iview, VkImageLayout layout, union isl_color_value clear_color, uint32_t num_layers, VkRect2D render_area) anv_can_fast_clear_color_view() argument 469 anv_can_hiz_clear_ds_view(struct anv_device *device, const struct anv_image_view *iview, VkImageLayout layout, VkImageAspectFlags clear_aspects, float depth_clear_value, VkRect2D render_area) anv_can_hiz_clear_ds_view() argument 1196 struct anv_device *device = cmd_buffer->device; transition_color_buffer() local 2025 emit_apply_pipe_flushes(struct anv_batch *batch, struct anv_device *device, uint32_t current_pipeline, enum anv_pipe_bits bits) emit_apply_pipe_flushes() argument 5284 verify_cmd_parser(const struct anv_device *device, int required_version, const char *function) verify_cmd_parser() argument 5598 struct anv_device *device = cmd_buffer->device; cmd_buffer_ray_query_globals() local 5830 struct anv_device *device = cmd_buffer->device; cmd_buffer_trace_rays() local 6289 struct anv_device *device = cmd_buffer->device; cmd_buffer_emit_depth_stencil() local 6416 struct anv_device *device = cmd_buffer->device; cmd_buffer_emit_cps_control_buffer() local 7499 cmd_emit_timestamp(struct anv_batch *batch, struct anv_device *device, struct anv_address addr, bool end_of_pipe) cmd_emit_timestamp() argument [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_cmd_buffer.c | 92 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); in dzn_cmd_buffer_queue_transition_barriers() local 348 struct dzn_device *device = container_of(pool->base.device, struct dzn_device, vk); in dzn_cmd_buffer_create() local 439 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_reset() local 508 dzn_AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) dzn_AllocateCommandBuffers() argument 568 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_gather_events() local 597 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_dynbitset_reserve() local 679 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_create_query_pool_state() local 710 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_get_query_pool_state() local 740 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_collect_queries() local 822 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_collect_query_ops() local 976 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_get_dsv() local 1005 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_get_rtv() local 1032 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_get_null_rtv() local 1059 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_alloc_internal_buf() local 1742 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_copy_img_chunk() local 1881 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_blit_prepare_src_view() local 1967 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_blit_set_pipeline() local 2283 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_update_heaps() local 2575 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_triangle_fan_rewrite_index() local 2705 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_cmd_buffer_indirect_draw() local 3008 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdCopyImage2() local 3163 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdBlitImage2() local 3207 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdResolveImage2() local 4089 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdResetEvent() local 4102 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdSetEvent() local 4123 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdWaitEvents() local 4257 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdResetQueryPool() local 4402 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdDispatchIndirect() local 4487 struct dzn_device *device = container_of(cmdbuf->vk.base.device, struct dzn_device, vk); dzn_CmdSetDepthBounds() local [all...] |
| /third_party/libinput/src/ |
| H A D | libinput.c | 615 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x() local 628 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y() local 643 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x_transformed() local 658 struct evdev_device *device = evdev_device(event->base.device); libinput_event_pointer_get_absolute_y_transformed() local 906 struct evdev_device *device = evdev_device(event->base.device); libinput_event_touch_get_x() local 921 struct evdev_device *device = evdev_device(event->base.device); libinput_event_touch_get_x_transformed() local 936 struct evdev_device *device = evdev_device(event->base.device); libinput_event_touch_get_y_transformed() local 950 struct evdev_device *device = evdev_device(event->base.device); libinput_event_touch_get_y() local 1299 struct evdev_device *device = evdev_device(event->base.device); libinput_event_tablet_tool_get_x() local 1316 struct evdev_device *device = evdev_device(event->base.device); libinput_event_tablet_tool_get_y() local 1503 struct evdev_device *device = evdev_device(event->base.device); libinput_event_tablet_tool_get_x_transformed() local 1522 struct evdev_device *device = evdev_device(event->base.device); libinput_event_tablet_tool_get_y_transformed() local 1949 struct libinput_device *device; libinput_unref() local 2059 ignore_litest_test_suite_device(struct udev_device *device) ignore_litest_test_suite_device() argument 2144 libinput_device_init(struct libinput_device *device, struct libinput_seat *seat) libinput_device_init() argument 2153 libinput_device_ref(struct libinput_device *device) libinput_device_ref() argument 2160 libinput_device_destroy(struct libinput_device *device) libinput_device_destroy() argument 2167 libinput_device_unref(struct libinput_device *device) libinput_device_unref() argument 2225 libinput_device_add_event_listener(struct libinput_device *device, struct libinput_event_listener *listener, void (*notify_func)( uint64_t time, struct libinput_event *event, void *notify_func_data), void *notify_func_data) libinput_device_add_event_listener() argument 2287 init_event_base(struct libinput_event *event, struct libinput_device *device, enum libinput_event_type type) init_event_base() argument 2296 post_base_event(struct libinput_device *device, enum libinput_event_type type, struct libinput_event *event) post_base_event() argument 2306 post_device_event(struct libinput_device *device, uint64_t time, enum libinput_event_type type, struct libinput_event *event) post_device_event() argument 2333 notify_added_device(struct libinput_device *device) notify_added_device() argument 2351 notify_removed_device(struct libinput_device *device) notify_removed_device() argument 2369 device_has_cap(struct libinput_device *device, enum libinput_device_capability cap) device_has_cap() argument 2410 keyboard_notify_key(struct libinput_device *device, uint64_t time, uint32_t key, enum libinput_key_state state) keyboard_notify_key() argument 2438 pointer_notify_motion(struct libinput_device *device, uint64_t time, const struct normalized_coords *delta, const struct device_float_coords *raw) pointer_notify_motion() argument 2462 pointer_notify_motion_absolute(struct libinput_device *device, uint64_t time, const struct device_coords *point) pointer_notify_motion_absolute() argument 2484 pointer_notify_button(struct libinput_device *device, uint64_t time, int32_t button, enum libinput_button_state state) pointer_notify_button() argument 2514 pointer_notify_axis_finger(struct libinput_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta) pointer_notify_axis_finger() argument 2548 pointer_notify_axis_continuous(struct libinput_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta) pointer_notify_axis_continuous() argument 2582 pointer_notify_axis_legacy_wheel(struct libinput_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta, const struct discrete_coords *discrete) pointer_notify_axis_legacy_wheel() argument 2611 pointer_notify_axis_wheel(struct libinput_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta, const struct wheel_v120 *v120) pointer_notify_axis_wheel() argument 2642 touch_notify_touch_down(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot, const struct device_coords *point) touch_notify_touch_down() argument 2668 touch_notify_touch_motion(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot, const struct device_coords *point) touch_notify_touch_motion() argument 2694 touch_notify_touch_up(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot) touch_notify_touch_up() argument 2718 touch_notify_touch_cancel(struct libinput_device *device, uint64_t time, int32_t slot, int32_t seat_slot) touch_notify_touch_cancel() argument 2742 touch_notify_frame(struct libinput_device *device, uint64_t time) touch_notify_frame() argument 2762 tablet_notify_axis(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_axis() argument 2792 tablet_notify_proximity(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_proximity_state proximity_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_proximity() argument 2821 tablet_notify_tip(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_tip() argument 2850 tablet_notify_button(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, const struct tablet_axes *axes, int32_t button, enum libinput_button_state state) tablet_notify_button() argument 2885 tablet_pad_notify_button(struct libinput_device *device, uint64_t time, int32_t button, enum libinput_button_state state, struct libinput_tablet_pad_mode_group *group) tablet_pad_notify_button() argument 2913 tablet_pad_notify_ring(struct libinput_device *device, uint64_t time, unsigned int number, double value, enum libinput_tablet_pad_ring_axis_source source, struct libinput_tablet_pad_mode_group *group) tablet_pad_notify_ring() argument 2943 tablet_pad_notify_strip(struct libinput_device *device, uint64_t time, unsigned int number, double value, enum libinput_tablet_pad_strip_axis_source source, struct libinput_tablet_pad_mode_group *group) tablet_pad_notify_strip() argument 2973 tablet_pad_notify_key(struct libinput_device *device, uint64_t time, int32_t key, enum libinput_key_state state) tablet_pad_notify_key() argument 2995 gesture_notify(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, bool cancelled, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify() argument 3027 gesture_notify_swipe(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel) gesture_notify_swipe() argument 3039 gesture_notify_swipe_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_swipe_end() argument 3051 gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify_pinch() argument 3065 gesture_notify_pinch_end(struct libinput_device *device, uint64_t time, int finger_count, double scale, bool cancelled) gesture_notify_pinch_end() argument 3078 gesture_notify_hold(struct libinput_device *device, uint64_t time, int finger_count) gesture_notify_hold() argument 3089 gesture_notify_hold_end(struct libinput_device *device, uint64_t time, int finger_count, bool cancelled) gesture_notify_hold_end() argument 3101 switch_notify_toggle(struct libinput_device *device, uint64_t time, enum libinput_switch sw, enum libinput_switch_state state) switch_notify_toggle() argument 3237 libinput_device_set_user_data(struct libinput_device *device, void *user_data) libinput_device_set_user_data() argument 3243 libinput_device_get_user_data(struct libinput_device *device) libinput_device_get_user_data() argument 3249 libinput_device_get_context(struct libinput_device *device) libinput_device_get_context() argument 3255 libinput_device_get_device_group(struct libinput_device *device) libinput_device_get_device_group() argument 3261 libinput_device_get_sysname(struct libinput_device *device) libinput_device_get_sysname() argument 3267 libinput_device_get_name(struct libinput_device *device) libinput_device_get_name() argument 3273 libinput_device_get_id_product(struct libinput_device *device) libinput_device_get_id_product() argument 3279 libinput_device_get_id_vendor(struct libinput_device *device) libinput_device_get_id_vendor() argument 3285 libinput_device_get_output_name(struct libinput_device *device) libinput_device_get_output_name() argument 3291 libinput_device_get_seat(struct libinput_device *device) libinput_device_get_seat() argument 3297 libinput_device_set_seat_logical_name(struct libinput_device *device, const char *name) libinput_device_set_seat_logical_name() argument 3310 libinput_device_get_udev_device(struct libinput_device *device) libinput_device_get_udev_device() argument 3316 libinput_device_led_update(struct libinput_device *device, enum libinput_led leds) libinput_device_led_update() argument 3323 libinput_device_has_capability(struct libinput_device *device, enum libinput_device_capability capability) libinput_device_has_capability() argument 3331 libinput_device_get_size(struct libinput_device *device, double *width, double *height) libinput_device_get_size() argument 3341 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code) libinput_device_pointer_has_button() argument 3347 libinput_device_keyboard_has_key(struct libinput_device *device, uint32_t code) libinput_device_keyboard_has_key() argument 3353 libinput_device_touch_get_touch_count(struct libinput_device *device) libinput_device_touch_get_touch_count() argument 3359 libinput_device_switch_has_switch(struct libinput_device *device, enum libinput_switch sw) libinput_device_switch_has_switch() argument 3366 libinput_device_tablet_pad_has_key(struct libinput_device *device, uint32_t code) libinput_device_tablet_pad_has_key() argument 3373 libinput_device_tablet_pad_get_num_buttons(struct libinput_device *device) libinput_device_tablet_pad_get_num_buttons() argument 3379 libinput_device_tablet_pad_get_num_rings(struct libinput_device *device) libinput_device_tablet_pad_get_num_rings() argument 3385 libinput_device_tablet_pad_get_num_strips(struct libinput_device *device) libinput_device_tablet_pad_get_num_strips() argument 3391 libinput_device_tablet_pad_get_num_mode_groups(struct libinput_device *device) libinput_device_tablet_pad_get_num_mode_groups() argument 3397 libinput_device_tablet_pad_get_mode_group(struct libinput_device *device, unsigned int index) libinput_device_tablet_pad_get_mode_group() argument 3810 libinput_device_set_device_group(struct libinput_device *device, struct libinput_device_group *group) libinput_device_set_device_group() argument 3872 libinput_device_config_tap_get_finger_count(struct libinput_device *device) libinput_device_config_tap_get_finger_count() argument 3878 libinput_device_config_tap_set_enabled(struct libinput_device *device, enum libinput_config_tap_state enable) libinput_device_config_tap_set_enabled() argument 3894 libinput_device_config_tap_get_enabled(struct libinput_device *device) libinput_device_config_tap_get_enabled() argument 3903 libinput_device_config_tap_get_default_enabled(struct libinput_device *device) libinput_device_config_tap_get_default_enabled() argument 3912 libinput_device_config_tap_set_button_map(struct libinput_device *device, enum libinput_config_tap_button_map map) libinput_device_config_tap_set_button_map() argument 3930 libinput_device_config_tap_get_button_map(struct libinput_device *device) libinput_device_config_tap_get_button_map() argument 3939 libinput_device_config_tap_get_default_button_map(struct libinput_device *device) libinput_device_config_tap_get_default_button_map() argument 3948 libinput_device_config_tap_set_drag_enabled(struct libinput_device *device, enum libinput_config_drag_state enable) libinput_device_config_tap_set_drag_enabled() argument 3963 libinput_device_config_tap_get_drag_enabled(struct libinput_device *device) libinput_device_config_tap_get_drag_enabled() argument 3972 libinput_device_config_tap_get_default_drag_enabled(struct libinput_device *device) libinput_device_config_tap_get_default_drag_enabled() argument 3981 libinput_device_config_tap_set_drag_lock_enabled(struct libinput_device *device, enum libinput_config_drag_lock_state enable) libinput_device_config_tap_set_drag_lock_enabled() argument 3996 libinput_device_config_tap_get_drag_lock_enabled(struct libinput_device *device) libinput_device_config_tap_get_drag_lock_enabled() argument 4005 libinput_device_config_tap_get_default_drag_lock_enabled(struct libinput_device *device) libinput_device_config_tap_get_default_drag_lock_enabled() argument 4014 libinput_device_config_calibration_has_matrix(struct libinput_device *device) libinput_device_config_calibration_has_matrix() argument 4021 libinput_device_config_calibration_set_matrix(struct libinput_device *device, const float matrix[6]) libinput_device_config_calibration_set_matrix() argument 4031 libinput_device_config_calibration_get_matrix(struct libinput_device *device, float matrix[6]) libinput_device_config_calibration_get_matrix() argument 4041 libinput_device_config_calibration_get_default_matrix(struct libinput_device *device, float matrix[6]) libinput_device_config_calibration_get_default_matrix() argument 4051 libinput_device_config_send_events_get_modes(struct libinput_device *device) libinput_device_config_send_events_get_modes() argument 4062 libinput_device_config_send_events_set_mode(struct libinput_device *device, uint32_t mode) libinput_device_config_send_events_set_mode() argument 4076 libinput_device_config_send_events_get_mode(struct libinput_device *device) libinput_device_config_send_events_get_mode() argument 4085 libinput_device_config_send_events_get_default_mode(struct libinput_device *device) libinput_device_config_send_events_get_default_mode() argument 4091 libinput_device_config_accel_is_available(struct libinput_device *device) libinput_device_config_accel_is_available() argument 4098 libinput_device_config_accel_set_speed(struct libinput_device *device, double speed) libinput_device_config_accel_set_speed() argument 4111 libinput_device_config_accel_get_speed(struct libinput_device *device) libinput_device_config_accel_get_speed() argument 4120 libinput_device_config_accel_get_default_speed(struct libinput_device *device) libinput_device_config_accel_get_default_speed() argument 4129 libinput_device_config_accel_get_profiles(struct libinput_device *device) libinput_device_config_accel_get_profiles() argument 4138 libinput_device_config_accel_get_profile(struct libinput_device *device) libinput_device_config_accel_get_profile() argument 4147 libinput_device_config_accel_get_default_profile(struct libinput_device *device) libinput_device_config_accel_get_default_profile() argument 4156 libinput_device_config_accel_set_profile(struct libinput_device *device, enum libinput_config_accel_profile profile) libinput_device_config_accel_set_profile() argument 4226 libinput_device_config_accel_apply(struct libinput_device *device, struct libinput_config_accel *accel_config) libinput_device_config_accel_apply() argument 4303 libinput_device_config_scroll_has_natural_scroll(struct libinput_device *device) libinput_device_config_scroll_has_natural_scroll() argument 4312 libinput_device_config_scroll_set_natural_scroll_enabled(struct libinput_device *device, int enabled) libinput_device_config_scroll_set_natural_scroll_enabled() argument 4322 libinput_device_config_scroll_get_natural_scroll_enabled(struct libinput_device *device) libinput_device_config_scroll_get_natural_scroll_enabled() argument 4331 libinput_device_config_scroll_get_default_natural_scroll_enabled(struct libinput_device *device) libinput_device_config_scroll_get_default_natural_scroll_enabled() argument 4340 libinput_device_config_left_handed_is_available(struct libinput_device *device) libinput_device_config_left_handed_is_available() argument 4349 libinput_device_config_left_handed_set(struct libinput_device *device, int left_handed) libinput_device_config_left_handed_set() argument 4359 libinput_device_config_left_handed_get(struct libinput_device *device) libinput_device_config_left_handed_get() argument 4368 libinput_device_config_left_handed_get_default(struct libinput_device *device) libinput_device_config_left_handed_get_default() argument 4377 libinput_device_config_click_get_methods(struct libinput_device *device) libinput_device_config_click_get_methods() argument 4386 libinput_device_config_click_set_method(struct libinput_device *device, enum libinput_config_click_method method) libinput_device_config_click_set_method() argument 4410 libinput_device_config_click_get_method(struct libinput_device *device) libinput_device_config_click_get_method() argument 4419 libinput_device_config_click_get_default_method(struct libinput_device *device) libinput_device_config_click_get_default_method() argument 4428 libinput_device_config_middle_emulation_is_available( struct libinput_device *device) libinput_device_config_middle_emulation_is_available() argument 4438 libinput_device_config_middle_emulation_set_enabled( struct libinput_device *device, enum libinput_config_middle_emulation_state enable) libinput_device_config_middle_emulation_set_enabled() argument 4462 libinput_device_config_middle_emulation_get_enabled( struct libinput_device *device) libinput_device_config_middle_emulation_get_enabled() argument 4472 libinput_device_config_middle_emulation_get_default_enabled( struct libinput_device *device) libinput_device_config_middle_emulation_get_default_enabled() argument 4482 libinput_device_config_scroll_get_methods(struct libinput_device *device) libinput_device_config_scroll_get_methods() argument 4491 libinput_device_config_scroll_set_method(struct libinput_device *device, enum libinput_config_scroll_method method) libinput_device_config_scroll_set_method() argument 4516 libinput_device_config_scroll_get_method(struct libinput_device *device) libinput_device_config_scroll_get_method() argument 4525 libinput_device_config_scroll_get_default_method(struct libinput_device *device) libinput_device_config_scroll_get_default_method() argument 4534 libinput_device_config_scroll_set_button(struct libinput_device *device, uint32_t button) libinput_device_config_scroll_set_button() argument 4548 libinput_device_config_scroll_get_button(struct libinput_device *device) libinput_device_config_scroll_get_button() argument 4558 libinput_device_config_scroll_get_default_button(struct libinput_device *device) libinput_device_config_scroll_get_default_button() argument 4568 libinput_device_config_scroll_set_button_lock(struct libinput_device *device, enum libinput_config_scroll_button_lock_state state) libinput_device_config_scroll_set_button_lock() argument 4587 libinput_device_config_scroll_get_button_lock(struct libinput_device *device) libinput_device_config_scroll_get_button_lock() argument 4597 libinput_device_config_scroll_get_default_button_lock(struct libinput_device *device) libinput_device_config_scroll_get_default_button_lock() argument 4607 libinput_device_config_dwt_is_available(struct libinput_device *device) libinput_device_config_dwt_is_available() argument 4616 libinput_device_config_dwt_set_enabled(struct libinput_device *device, enum libinput_config_dwt_state enable) libinput_device_config_dwt_set_enabled() argument 4631 libinput_device_config_dwt_get_enabled(struct libinput_device *device) libinput_device_config_dwt_get_enabled() argument 4640 libinput_device_config_dwt_get_default_enabled(struct libinput_device *device) libinput_device_config_dwt_get_default_enabled() argument 4649 libinput_device_config_dwtp_is_available(struct libinput_device *device) libinput_device_config_dwtp_is_available() argument 4658 libinput_device_config_dwtp_set_enabled(struct libinput_device *device, enum libinput_config_dwtp_state enable) libinput_device_config_dwtp_set_enabled() argument 4673 libinput_device_config_dwtp_get_enabled(struct libinput_device *device) libinput_device_config_dwtp_get_enabled() argument 4682 libinput_device_config_dwtp_get_default_enabled(struct libinput_device *device) libinput_device_config_dwtp_get_default_enabled() argument 4691 libinput_device_config_rotation_is_available(struct libinput_device *device) libinput_device_config_rotation_is_available() argument 4700 libinput_device_config_rotation_set_angle(struct libinput_device *device, unsigned int degrees_cw) libinput_device_config_rotation_set_angle() argument 4714 libinput_device_config_rotation_get_angle(struct libinput_device *device) libinput_device_config_rotation_get_angle() argument 4723 libinput_device_config_rotation_get_default_angle(struct libinput_device *device) libinput_device_config_rotation_get_default_angle() argument [all...] |
| /third_party/libinput/test/ |
| H A D | litest.c | 269 grab_device(struct litest_device *device, bool mode) in grab_device() argument 300 litest_grab_device(struct litest_device *device) in litest_grab_device() argument 306 litest_ungrab_device(struct litest_device *device) litest_ungrab_device() argument 311 litest_set_current_device(struct litest_device *device) litest_set_current_device() argument [all...] |
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 581 validate_device(char *device) validate_device() argument 1474 show_scsi_logs(char *device) show_scsi_logs() argument 2187 do_scsi_device_read_write(char *device) do_scsi_device_read_write() argument 2720 do_scsi_inquiry(char *device, int hex_flag) do_scsi_inquiry() argument 3656 show_scsi_modes(char *device) show_scsi_modes() argument 3830 do_scsi_read_buffer(char *device) do_scsi_read_buffer() argument 4145 show_scsi_read_capacity(char *device) show_scsi_read_capacity() argument 4194 do_scsi_reset_devices(char *device, int reset_opt) do_scsi_reset_devices() argument 4422 do_scsi_send_diagnostics(char *device) do_scsi_send_diagnostics() argument 4592 do_scsi_start_stop(char *device, int startstop) do_scsi_start_stop() argument 4901 do_scsi_read_write_buffer(char *device) do_scsi_read_write_buffer() argument 4948 do_scsi_test_unit_ready(char *device) do_scsi_test_unit_ready() argument 6080 show_scsi_info(char *device) show_scsi_info() argument 6271 do_scsi_sgm_read_write(char *device) do_scsi_sgm_read_write() argument 7282 do_scsi_sgp_read_write(char *device) do_scsi_sgp_read_write() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| H A D | vktMultiViewRenderTests.cpp | 139 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType, const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT, const VkAttachmentLoadOp colorLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, const VkFormat dsFormat = VK_FORMAT_UNDEFINED) makeRenderPass() argument 159 makeRenderPassWithAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType) makeRenderPassWithAttachments() argument 176 makeRenderPassWithDepth(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat, RenderingType renderingType) makeRenderPassWithDepth() argument 267 ImageAttachment(VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples) ImageAttachment() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 90 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModule module) in getShaderModuleIdentifier() argument 98 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModuleCreateInfo& createInfo) in getShaderModuleIdentifier() argument 440 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument 1469 Move<VkDevice> device; global() member 1560 const auto device = m_context.getDevice(); iterate() local 1754 setModule(const DeviceInterface &vkd, const VkDevice device, const ShaderWrapper shader, UseModuleCase moduleUse, de::Random& rnd) setModule() argument 1838 const auto device = m_context.getDevice(); iterate() local 3161 const auto device = m_context.getDevice(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 583 const VkDevice device = context.getDevice(); in initRayTracingShaders() local 608 const VkDevice device = context.getDevice(); in initShaderBindingTables() local 244 makeQueryPool(const DeviceInterface& vk, const VkDevice device, const VkQueryType queryType, deUint32 queryCount) makeQueryPool() argument 832 const VkDevice device = context.getDevice(); initRayTracingShaders() local 851 const VkDevice device = context.getDevice(); initShaderBindingTables() local 1033 const VkDevice device = context.getDevice(); initRayTracingShaders() local 1052 const VkDevice device = context.getDevice(); initShaderBindingTables() local 1782 const VkDevice device = m_context.getDevice(); runTest() local 2502 const VkDevice device = m_context.getDevice(); iterate() local 2818 const VkDevice device = m_context.getDevice(); getDeviceASCompatibilityKHR() local 2863 const VkDevice device = m_context.getDevice(); iterate() local 2943 const VkDevice device = m_context.getDevice(); performTest() local 3029 prepareTopAccelerationStructure(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkCommandBuffer cmdBuffer) prepareTopAccelerationStructure() argument 3115 const VkDevice device = m_context.getDevice(); iterate() local 3306 const VkDevice device = ctx.getDevice(); global() variable 3475 const VkDevice device = m_context.getDevice(); global() variable 3593 const VkDevice device = m_context.getDevice(); global() variable 3626 const VkDevice device = m_context.getDevice(); iterate() local 3670 const VkDevice device = m_context.getDevice(); iterate() local 3786 const VkDevice device; global() member in vkt::RayTracing::__anon28459::CopyWithinPipelineInstance 4560 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
| H A D | vktRayTracingBuiltinTests.cpp | 1237 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local 1276 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local 1575 const VkDevice device = m_context.getDevice(); in makePipeline() local 1597 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 1667 const VkDevice device = m_context.getDevice(); runTest() local 3226 const VkDevice device = m_context.getDevice(); createPipelineAndShaderBindingTables() local 3266 const VkDevice device = m_context.getDevice(); createPipelineLayoutAndSet() local 3499 const VkDevice device = m_context.getDevice(); initializeParameters() local 3800 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 153 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument 183 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument 311 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkFramebufferCreateFlags pCreateInfo_flags, VkRenderPass pCreateInfo_renderPass, deUint32 pCreateInfo_attachmentCount, const VkImageView* pCreateInfo_pAttachments, deUint32 pCreateInfo_width, deUint32 pCreateInfo_height, deUint32 pCreateInfo_layers) createFramebuffer() argument 336 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags pCreateInfo_flags, VkImageType pCreateInfo_imageType, VkFormat pCreateInfo_format, VkExtent3D pCreateInfo_extent, deUint32 pCreateInfo_mipLevels, deUint32 pCreateInfo_arrayLayers, VkSampleCountFlagBits pCreateInfo_samples, VkImageTiling pCreateInfo_tiling, VkImageUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices, VkImageLayout pCreateInfo_initialLayout) createImage() argument 373 bindBufferMemory(const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) bindBufferMemory() argument 378 bindImageMemory(const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) bindImageMemory() argument 383 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags pCreateInfo_flags, VkImage pCreateInfo_image, VkImageViewType pCreateInfo_viewType, VkFormat pCreateInfo_format, VkComponentMapping pCreateInfo_components, VkImageSubresourceRange pCreateInfo_subresourceRange) createImageView() argument 406 createBuffer(const DeviceInterface& vk, VkDevice device, VkBufferCreateFlags pCreateInfo_flags, VkDeviceSize pCreateInfo_size, VkBufferUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices) createBuffer() argument 466 waitForFences(const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) waitForFences() argument 1265 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo) createRenderPass() argument 1304 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, const RenderingType renderPassType) createRenderPass() argument 1320 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, const UVec2& size, const vector<VkImageView>& attachments) createFramebuffer() argument 1329 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument 1368 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument 1385 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument 1438 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 1571 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument 1874 createSubpassPipeline(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkPipelineLayout pipelineLayout, const SubpassRenderInfo& renderInfo) createSubpassPipeline() argument 2271 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 410 VULKAN_HPP_NAMESPACE::Device device; in createDevice() local 429 VULKAN_HPP_NAMESPACE::Device device; in createDeviceUnique() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ContextVk.cpp | 723 VkDevice device = getDevice(); in onDestroy() local 2406 VkDevice device = getDevice(); synchronizeCpuGpuTime() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | libVulkan.cpp | 174 void ValidateRenderPassPNextChain(VkDevice device, const T *pCreateInfo) in ValidateRenderPassPNextChain() argument 674 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *pName) in vkGetDeviceProcAddr() argument 987 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) in vkDestroyDevice() argument 1059 vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) vkGetDeviceQueue() argument 1082 vkDeviceWaitIdle(VkDevice device) vkDeviceWaitIdle() argument 1089 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) vkAllocateMemory() argument 1105 vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator) vkFreeMemory() argument 1114 vkGetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR *getFdInfo, int *pFd) vkGetMemoryFdKHR() argument 1127 vkGetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR *pMemoryFdProperties) vkGetMemoryFdPropertiesKHR() argument 1153 vkGetMemoryZirconHandleFUCHSIA(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA *pGetHandleInfo, zx_handle_t *pHandle) vkGetMemoryZirconHandleFUCHSIA() argument 1166 vkGetMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t handle, VkMemoryZirconHandlePropertiesFUCHSIA *pMemoryZirconHandleProperties) vkGetMemoryZirconHandlePropertiesFUCHSIA() argument 1192 vkGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) vkGetMemoryHostPointerPropertiesEXT() argument 1208 vkGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID *pInfo, struct AHardwareBuffer **pBuffer) vkGetMemoryAndroidHardwareBufferANDROID() argument 1216 vkGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) vkGetAndroidHardwareBufferPropertiesANDROID() argument 1225 vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) vkMapMemory() argument 1239 vkUnmapMemory(VkDevice device, VkDeviceMemory memory) vkUnmapMemory() argument 1246 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkFlushMappedMemoryRanges() argument 1256 vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkInvalidateMappedMemoryRanges() argument 1283 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) vkBindBufferMemory() argument 1297 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset) vkBindImageMemory() argument 1311 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) vkGetBufferMemoryRequirements() argument 1319 vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vkGetImageMemoryRequirements() argument 1327 vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements() argument 1353 vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) vkCreateFence() argument 1376 vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) vkDestroyFence() argument 1384 vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) vkResetFences() argument 1397 vkGetFenceStatus(VkDevice device, VkFence fence) vkGetFenceStatus() argument 1404 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) vkWaitForFences() argument 1412 vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) vkCreateSemaphore() argument 1454 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) vkDestroySemaphore() argument 1463 vkGetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR *pGetFdInfo, int *pFd) vkGetSemaphoreFdKHR() argument 1478 vkImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreInfo) vkImportSemaphoreFdKHR() argument 1496 vkImportSemaphoreZirconHandleFUCHSIA( VkDevice device, const VkImportSemaphoreZirconHandleInfoFUCHSIA *pImportSemaphoreZirconHandleInfo) vkImportSemaphoreZirconHandleFUCHSIA() argument 1513 vkGetSemaphoreZirconHandleFUCHSIA( VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA *pGetZirconHandleInfo, zx_handle_t *pZirconHandle) vkGetSemaphoreZirconHandleFUCHSIA() argument 1532 vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValue() argument 1540 vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphore() argument 1548 vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphores() argument 1555 vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) vkCreateEvent() argument 1577 vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) vkDestroyEvent() argument 1585 vkGetEventStatus(VkDevice device, VkEvent event) vkGetEventStatus() argument 1592 vkSetEvent(VkDevice device, VkEvent event) vkSetEvent() argument 1601 vkResetEvent(VkDevice device, VkEvent event) vkResetEvent() argument 1610 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vkCreateQueryPool() argument 1631 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) vkDestroyQueryPool() argument 1639 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 1647 vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) vkCreateBuffer() argument 1673 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) vkDestroyBuffer() argument 1681 vkGetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddress() argument 1689 vkGetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddress() argument 1697 vkGetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddress() argument 1705 vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) vkCreateBufferView() argument 1726 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vkDestroyBufferView() argument 1734 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument 1834 vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) vkDestroyImage() argument 1850 vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) vkGetImageSubresourceLayout() argument 1858 vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) vkCreateImageView() argument 1915 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) vkDestroyImageView() argument 1924 vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShaderModule) vkCreateShaderModule() argument 1953 vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) vkDestroyShaderModule() argument 1961 vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) vkCreatePipelineCache() argument 1982 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineCache() argument 1990 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vkGetPipelineCacheData() argument 1998 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vkMergePipelineCaches() argument 2006 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateGraphicsPipelines() argument 2053 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateComputePipelines() argument 2100 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) vkDestroyPipeline() argument 2108 vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vkCreatePipelineLayout() argument 2137 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineLayout() argument 2145 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) vkCreateSampler() argument 2210 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) vkDestroySampler() argument 2223 vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vkCreateDescriptorSetLayout() argument 2248 vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorSetLayout() argument 2256 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vkCreateDescriptorPool() argument 2271 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorPool() argument 2279 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 2293 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vkAllocateDescriptorSets() argument 2308 vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vkFreeDescriptorSets() argument 2318 vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vkUpdateDescriptorSets() argument 2326 vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vkCreateFramebuffer() argument 2334 vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) vkDestroyFramebuffer() argument 2342 vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass() argument 2358 vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2KHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2() argument 2374 vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) vkDestroyRenderPass() argument 2382 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) vkGetRenderAreaGranularity() argument 2390 vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) vkCreateCommandPool() argument 2413 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) vkDestroyCommandPool() argument 2421 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 2429 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) vkAllocateCommandBuffers() argument 2452 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) vkFreeCommandBuffers() argument 2964 vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) vkBindBufferMemory2() argument 2993 vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) vkBindImageMemory2() argument 3044 vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeatures() argument 3068 vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPool() argument 3083 vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2() argument 3124 vkGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2() argument 3158 vkGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2() argument 3666 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument 3680 vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) vkGetDeviceQueue2() argument 3705 vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversion() argument 3720 vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversion() argument 3728 vkCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vkCreateDescriptorUpdateTemplate() argument 3754 vkDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorUpdateTemplate() argument 3762 vkUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vkUpdateDescriptorSetWithTemplate() argument 3794 vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupport() argument 3885 vkSetDebugUtilsObjectNameEXT(VkDevice device, const VkDebugUtilsObjectNameInfoEXT *pNameInfo) vkSetDebugUtilsObjectNameEXT() argument 3893 vkSetDebugUtilsObjectTagEXT(VkDevice device, const VkDebugUtilsObjectTagInfoEXT *pTagInfo) vkSetDebugUtilsObjectTagEXT() argument 4144 vkCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) vkCreateSwapchainKHR() argument 4180 vkDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks *pAllocator) vkDestroySwapchainKHR() argument 4188 vkGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t *pSwapchainImageCount, VkImage *pSwapchainImages) vkGetSwapchainImagesKHR() argument 4202 vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t *pImageIndex) vkAcquireNextImageKHR() argument 4218 vkAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR *pAcquireInfo, uint32_t *pImageIndex) vkAcquireNextImage2KHR() argument 4226 vkGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR *pDeviceGroupPresentCapabilities) vkGetDeviceGroupPresentCapabilitiesKHR() argument 4243 vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR *pModes) vkGetDeviceGroupSurfacePresentModesKHR() argument 4264 vkGetSwapchainGrallocUsage2ANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainUsage, uint64_t *grallocConsumerUsage, uint64_t *grallocProducerUsage) vkGetSwapchainGrallocUsage2ANDROID() argument 4275 vkGetSwapchainGrallocUsageANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, int *grallocUsage) vkGetSwapchainGrallocUsageANDROID() argument 4285 vkAcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence) vkAcquireImageANDROID() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 6000 dev_t device = 0; in os_mknod() local 6067 dev_t device; os_major() local 6103 dev_t device; os_minor() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 88 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModule module) in getShaderModuleIdentifier() argument 96 ShaderModuleId getShaderModuleIdentifier (const DeviceInterface& vkd, const VkDevice device, const VkShaderModuleCreateInfo& createInfo) in getShaderModuleIdentifier() argument 437 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument 1463 Move<VkDevice> device; global() member 1554 const auto device = m_context.getDevice(); iterate() local 1742 setModule(const DeviceInterface &vkd, const VkDevice device, const VkShaderModule module, UseModuleCase moduleUse, de::Random& rnd) setModule() argument 1824 const auto device = m_context.getDevice(); iterate() local 3145 const auto device = m_context.getDevice(); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 568 const VkDevice device = context.getDevice(); in initRayTracingShaders() local 593 const VkDevice device = context.getDevice(); in initShaderBindingTables() local 229 makeQueryPool(const DeviceInterface& vk, const VkDevice device, const VkQueryType queryType, deUint32 queryCount) makeQueryPool() argument 817 const VkDevice device = context.getDevice(); initRayTracingShaders() local 836 const VkDevice device = context.getDevice(); initShaderBindingTables() local 1582 const VkDevice device = m_context.getDevice(); runTest() local 2269 const VkDevice device = m_context.getDevice(); iterate() local 2585 const VkDevice device = m_context.getDevice(); getDeviceASCompatibilityKHR() local 2630 const VkDevice device = m_context.getDevice(); iterate() local 2710 const VkDevice device = m_context.getDevice(); performTest() local 2796 prepareTopAccelerationStructure(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkCommandBuffer cmdBuffer) prepareTopAccelerationStructure() argument 2882 const VkDevice device = m_context.getDevice(); iterate() local 3073 const VkDevice device = ctx.getDevice(); global() variable 3242 const VkDevice device = m_context.getDevice(); global() variable 3360 const VkDevice device = m_context.getDevice(); global() variable 3393 const VkDevice device = m_context.getDevice(); iterate() local 3437 const VkDevice device = m_context.getDevice(); iterate() local 3553 const VkDevice device; global() member in vkt::RayTracing::__anon29652::CopyWithinPipelineInstance [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassTests.cpp | 143 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument 173 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument 301 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkFramebufferCreateFlags pCreateInfo_flags, VkRenderPass pCreateInfo_renderPass, deUint32 pCreateInfo_attachmentCount, const VkImageView* pCreateInfo_pAttachments, deUint32 pCreateInfo_width, deUint32 pCreateInfo_height, deUint32 pCreateInfo_layers) createFramebuffer() argument 326 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags pCreateInfo_flags, VkImageType pCreateInfo_imageType, VkFormat pCreateInfo_format, VkExtent3D pCreateInfo_extent, deUint32 pCreateInfo_mipLevels, deUint32 pCreateInfo_arrayLayers, VkSampleCountFlagBits pCreateInfo_samples, VkImageTiling pCreateInfo_tiling, VkImageUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices, VkImageLayout pCreateInfo_initialLayout) createImage() argument 363 bindBufferMemory(const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) bindBufferMemory() argument 368 bindImageMemory(const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) bindImageMemory() argument 373 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags pCreateInfo_flags, VkImage pCreateInfo_image, VkImageViewType pCreateInfo_viewType, VkFormat pCreateInfo_format, VkComponentMapping pCreateInfo_components, VkImageSubresourceRange pCreateInfo_subresourceRange) createImageView() argument 396 createBuffer(const DeviceInterface& vk, VkDevice device, VkBufferCreateFlags pCreateInfo_flags, VkDeviceSize pCreateInfo_size, VkBufferUsageFlags pCreateInfo_usage, VkSharingMode pCreateInfo_sharingMode, deUint32 pCreateInfo_queueFamilyCount, const deUint32* pCreateInfo_pQueueFamilyIndices) createBuffer() argument 456 waitForFences(const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) waitForFences() argument 1253 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo) createRenderPass() argument 1292 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, const RenderingType renderPassType) createRenderPass() argument 1308 createFramebuffer(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, const UVec2& size, const vector<VkImageView>& attachments) createFramebuffer() argument 1317 createAttachmentImage(const DeviceInterface& vk, VkDevice device, deUint32 queueIndex, const UVec2& size, VkFormat format, VkSampleCountFlagBits samples, VkImageUsageFlags usageFlags, VkImageLayout layout) createAttachmentImage() argument 1356 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument 1373 createImageAttachmentView(const DeviceInterface& vk, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageAttachmentView() argument 1426 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument 1559 uploadBufferData(const DeviceInterface& vk, VkDevice device, const Allocation& memory, size_t size, const void* data, VkDeviceSize nonCoherentAtomSize) uploadBufferData() argument 1862 createSubpassPipeline(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkPipelineLayout pipelineLayout, const SubpassRenderInfo& renderInfo) createSubpassPipeline() argument 2257 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | trampoline.c | 121 LOADER_EXPORT VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice device, const char *pName) { in vkGetDeviceProcAddr() argument 1009 vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) vkDestroyDevice() argument 1101 vkGetDeviceQueue(VkDevice device, uint32_t queueNodeIndex, uint32_t queueIndex, VkQueue *pQueue) vkGetDeviceQueue() argument 1139 vkDeviceWaitIdle(VkDevice device) vkDeviceWaitIdle() argument 1150 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory) vkAllocateMemory() argument 1162 vkFreeMemory(VkDevice device, VkDeviceMemory mem, const VkAllocationCallbacks *pAllocator) vkFreeMemory() argument 1174 vkMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkFlags flags, void **ppData) vkMapMemory() argument 1186 vkUnmapMemory(VkDevice device, VkDeviceMemory mem) vkUnmapMemory() argument 1197 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkFlushMappedMemoryRanges() argument 1209 vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) vkInvalidateMappedMemoryRanges() argument 1221 vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryInBytes) vkGetDeviceMemoryCommitment() argument 1233 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize offset) vkBindBufferMemory() argument 1245 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize offset) vkBindImageMemory() argument 1257 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) vkGetBufferMemoryRequirements() argument 1269 vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vkGetImageMemoryRequirements() argument 1282 vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements() argument 1323 vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) vkCreateFence() argument 1335 vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator) vkDestroyFence() argument 1346 vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) vkResetFences() argument 1357 vkGetFenceStatus(VkDevice device, VkFence fence) vkGetFenceStatus() argument 1368 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) vkWaitForFences() argument 1380 vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) vkCreateSemaphore() argument 1392 vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) vkDestroySemaphore() argument 1404 vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent) vkCreateEvent() argument 1416 vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) vkDestroyEvent() argument 1427 vkGetEventStatus(VkDevice device, VkEvent event) vkGetEventStatus() argument 1438 vkSetEvent(VkDevice device, VkEvent event) vkSetEvent() argument 1449 vkResetEvent(VkDevice device, VkEvent event) vkResetEvent() argument 1460 vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) vkCreateQueryPool() argument 1472 vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) vkDestroyQueryPool() argument 1484 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 1497 vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer) vkCreateBuffer() argument 1509 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) vkDestroyBuffer() argument 1521 vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) vkCreateBufferView() argument 1533 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vkDestroyBufferView() argument 1545 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument 1557 vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) vkDestroyImage() argument 1568 vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) vkGetImageSubresourceLayout() argument 1581 vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) vkCreateImageView() argument 1593 vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) vkDestroyImageView() argument 1605 vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShader) vkCreateShaderModule() argument 1618 vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator) vkDestroyShaderModule() argument 1630 vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) vkCreatePipelineCache() argument 1643 vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineCache() argument 1655 vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vkGetPipelineCacheData() argument 1667 vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vkMergePipelineCaches() argument 1679 vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateGraphicsPipelines() argument 1694 vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vkCreateComputePipelines() argument 1709 vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) vkDestroyPipeline() argument 1721 vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vkCreatePipelineLayout() argument 1734 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) vkDestroyPipelineLayout() argument 1746 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) vkCreateSampler() argument 1758 vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) vkDestroySampler() argument 1770 vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vkCreateDescriptorSetLayout() argument 1784 vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorSetLayout() argument 1796 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vkCreateDescriptorPool() argument 1809 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorPool() argument 1821 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 1833 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vkAllocateDescriptorSets() argument 1846 vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vkFreeDescriptorSets() argument 1859 vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vkUpdateDescriptorSets() argument 1873 vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vkCreateFramebuffer() argument 1886 vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) vkDestroyFramebuffer() argument 1898 vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass() argument 1911 vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) vkDestroyRenderPass() argument 1923 vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity) vkGetRenderAreaGranularity() argument 1935 vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool) vkCreateCommandPool() argument 1948 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) vkDestroyCommandPool() argument 1960 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 1972 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers) vkAllocateCommandBuffers() argument 1995 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) vkFreeCommandBuffers() argument 2837 vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) vkBindBufferMemory2() argument 2848 vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) vkBindImageMemory2() argument 2859 vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeatures() argument 2893 vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2() argument 2904 vkGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2() argument 2916 vkGetImageSparseMemoryRequirements2( VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2() argument 2929 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument 2940 vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) vkGetDeviceQueue2() argument 2953 vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversion() argument 2966 vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversion() argument 2977 vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupport() argument 2990 vkCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vkCreateDescriptorUpdateTemplate() argument 3001 vkDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vkDestroyDescriptorUpdateTemplate() argument 3013 vkUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vkUpdateDescriptorSetWithTemplate() argument 3027 vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2() argument 3100 vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValue() argument 3110 vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphores() argument 3121 vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphore() argument 3131 vkGetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddress() argument 3142 vkGetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddress() argument 3154 vkGetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddress() argument 3165 vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPool() argument 3350 vkCreatePrivateDataSlot(VkDevice device, const VkPrivateDataSlotCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPrivateDataSlot *pPrivateDataSlot) vkCreatePrivateDataSlot() argument 3358 vkDestroyPrivateDataSlot(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks *pAllocator) vkDestroyPrivateDataSlot() argument 3364 vkGetDeviceBufferMemoryRequirements(VkDevice device, const VkDeviceBufferMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetDeviceBufferMemoryRequirements() argument 3371 vkGetDeviceImageMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetDeviceImageMemoryRequirements() argument 3378 vkGetDeviceImageSparseMemoryRequirements( VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetDeviceImageSparseMemoryRequirements() argument 3385 vkGetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t *pData) vkGetPrivateData() argument 3391 vkSetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) vkSetPrivateData() argument [all...] |