| /third_party/libinput/src/ |
| D | evdev.c | 105 parse_udev_flag(struct evdev_device *device, in parse_udev_flag() 128 evdev_update_key_down_count(struct evdev_device *device, in evdev_update_key_down_count() 158 evdev_device_switch_get_state(struct evdev_device *device, in evdev_device_switch_get_state() 169 evdev_pointer_notify_physical_button(struct evdev_device *device, in evdev_pointer_notify_physical_button() 187 evdev_pointer_post_button(struct evdev_device *device, in evdev_pointer_post_button() 214 struct evdev_device *device = data; in evdev_button_scroll_timeout() local 220 evdev_button_scroll_button(struct evdev_device *device, in evdev_button_scroll_button() 317 evdev_pointer_notify_button(struct evdev_device *device, in evdev_pointer_notify_button() 332 evdev_device_led_update(struct evdev_device *device, enum libinput_led leds) in evdev_device_led_update() 362 evdev_transform_absolute(struct evdev_device *device, in evdev_transform_absolute() [all …]
|
| D | evdev-middle-button.c | 81 middlebutton_state_error(struct evdev_device *device, in middlebutton_state_error() 91 middlebutton_timer_set(struct evdev_device *device, uint64_t now) in middlebutton_timer_set() 98 middlebutton_timer_cancel(struct evdev_device *device) in middlebutton_timer_cancel() 104 middlebutton_set_state(struct evdev_device *device, in middlebutton_set_state() 130 middlebutton_post_event(struct evdev_device *device, in middlebutton_post_event() 142 evdev_middlebutton_idle_handle_event(struct evdev_device *device, in evdev_middlebutton_idle_handle_event() 168 evdev_middlebutton_ldown_handle_event(struct evdev_device *device, in evdev_middlebutton_ldown_handle_event() 221 evdev_middlebutton_rdown_handle_event(struct evdev_device *device, in evdev_middlebutton_rdown_handle_event() 275 evdev_middlebutton_middle_handle_event(struct evdev_device *device, in evdev_middlebutton_middle_handle_event() 318 evdev_middlebutton_lup_pending_handle_event(struct evdev_device *device, in evdev_middlebutton_lup_pending_handle_event() [all …]
|
| D | evdev-fallback.c | 36 struct evdev_device *device, in fallback_keyboard_notify_key() 52 struct evdev_device *device, in fallback_lid_notify_toggle() 66 struct evdev_device *device, in fallback_notify_physical_button() 94 post_button_scroll(struct evdev_device *device, in post_button_scroll() 132 struct evdev_device *device, in fallback_filter_defuzz_touch() 156 struct evdev_device *device) in fallback_rotate_relative() 170 struct evdev_device *device, in fallback_flush_relative_motion() 208 struct evdev_device *device, in fallback_flush_absolute_motion() 225 struct evdev_device *device, in fallback_flush_mt_down() 264 struct evdev_device *device, in fallback_flush_mt_motion() [all …]
|
| 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); in libinput_event_pointer_get_absolute_y_transformed() local 906 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x() local 921 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x_transformed() local 936 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y_transformed() local 950 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y() local 1299 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_x() local 1316 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_y() local [all …]
|
| D | evdev-tablet-pad.c | 102 struct evdev_device *device, in pad_process_absolute() 180 struct evdev_device *device, in pad_handle_ring() 199 struct evdev_device *device, in pad_handle_strip() 253 struct evdev_device *device, in pad_check_notify_axes() 329 struct evdev_device *device, in pad_process_key() 361 struct evdev_device *device, in pad_notify_button_mask() 416 struct evdev_device *device, in pad_notify_buttons() 431 pad_change_to_left_handed(struct evdev_device *device) in pad_change_to_left_handed() 446 struct evdev_device *device, in pad_flush() 480 struct evdev_device *device, in pad_process() [all …]
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_gem_stubs.c | 31 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create() 43 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close() 49 anv_gem_create_regions(struct anv_device *device, uint64_t anv_bo_size, in anv_gem_create_regions() 57 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap() 71 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() 77 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr() 89 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy() 95 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait() 101 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer() 108 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling() [all …]
|
| D | anv_gem.c | 42 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create() 58 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close() 68 anv_gem_create_regions(struct anv_device *device, uint64_t anv_bo_size, in anv_gem_create_regions() 100 anv_gem_mmap_offset(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_offset() 122 anv_gem_mmap_legacy(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_legacy() 145 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap() 164 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() 171 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr() 190 anv_gem_set_caching(struct anv_device *device, in anv_gem_set_caching() 202 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain() [all …]
|
| /third_party/libinput/tools/ |
| D | libinput-list-devices.c | 40 tap_default(struct libinput_device *device) in tap_default() 52 drag_default(struct libinput_device *device) in drag_default() 64 draglock_default(struct libinput_device *device) in draglock_default() 76 left_handed_default(struct libinput_device *device) in left_handed_default() 88 nat_scroll_default(struct libinput_device *device) in nat_scroll_default() 100 middle_emulation_default(struct libinput_device *device) in middle_emulation_default() 112 calibration_default(struct libinput_device *device) in calibration_default() 140 scroll_defaults(struct libinput_device *device) in scroll_defaults() 166 click_defaults(struct libinput_device *device) in click_defaults() 189 accel_profiles(struct libinput_device *device) in accel_profiles() [all …]
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_sync.c | 81 vk_sync_init(struct vk_device *device, in vk_sync_init() 103 vk_sync_finish(struct vk_device *device, in vk_sync_finish() 110 vk_sync_create(struct vk_device *device, in vk_sync_create() 135 vk_sync_destroy(struct vk_device *device, in vk_sync_destroy() 143 vk_sync_signal(struct vk_device *device, in vk_sync_signal() 158 vk_sync_get_value(struct vk_device *device, in vk_sync_get_value() 167 vk_sync_reset(struct vk_device *device, in vk_sync_reset() 175 VkResult vk_sync_move(struct vk_device *device, in vk_sync_move() 214 __vk_sync_wait(struct vk_device *device, in __vk_sync_wait() 240 vk_sync_wait(struct vk_device *device, in vk_sync_wait() [all …]
|
| D | vk_sync_timeline.c | 57 vk_sync_timeline_init(struct vk_device *device, in vk_sync_timeline_init() 87 vk_sync_timeline_finish(struct vk_device *device, in vk_sync_timeline_finish() 128 vk_sync_timeline_alloc_point_locked(struct vk_device *device, in vk_sync_timeline_alloc_point_locked() 181 vk_sync_timeline_alloc_point(struct vk_device *device, in vk_sync_timeline_alloc_point() 204 vk_sync_timeline_point_free(struct vk_device *device, in vk_sync_timeline_point_free() 248 vk_sync_timeline_gc_locked(struct vk_device *device, in vk_sync_timeline_gc_locked() 293 vk_sync_timeline_point_install(struct vk_device *device, in vk_sync_timeline_point_install() 318 vk_sync_timeline_get_point_locked(struct vk_device *device, in vk_sync_timeline_get_point_locked() 342 vk_sync_timeline_get_point(struct vk_device *device, in vk_sync_timeline_get_point() 356 vk_sync_timeline_point_release(struct vk_device *device, in vk_sync_timeline_point_release() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkPlatform.cpp | 149 VkDevice device, in DeviceDriver() 166 VkResult DeviceDriver::createShaderModule (VkDevice device, in createShaderModule() 184 VkDevice device, in DeviceDriverSC() 208 void DeviceDriverSC::destroyDeviceHandler (VkDevice device, in destroyDeviceHandler() 215 VkResult DeviceDriverSC::createDescriptorSetLayoutHandlerNorm (VkDevice device, in createDescriptorSetLayoutHandlerNorm() 226 void DeviceDriverSC::createDescriptorSetLayoutHandlerStat (VkDevice device, in createDescriptorSetLayoutHandlerStat() 253 void DeviceDriverSC::destroyDescriptorSetLayoutHandler (VkDevice device, in destroyDescriptorSetLayoutHandler() 270 void DeviceDriverSC::allocateDescriptorSetsHandlerStat (VkDevice device, in allocateDescriptorSetsHandlerStat() 284 void DeviceDriverSC::freeDescriptorSetsHandlerStat (VkDevice device, in freeDescriptorSetsHandlerStat() 299 void DeviceDriverSC::resetDescriptorPoolHandlerStat (VkDevice device, in resetDescriptorPoolHandlerStat() [all …]
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceDriverImpl.inl | 7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const 12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const 17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… 37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … 42 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*… 47 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe… 52 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const 57 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V… 62 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co… 67 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*… [all …]
|
| D | vkNullDriverImpl.inl | 18 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, … 24 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea… 30 VKAPI_ATTR VkResult VKAPI_CALL createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, … 36 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… 42 VKAPI_ATTR VkResult VKAPI_CALL createBuffer (VkDevice device, const VkBufferCreateInfo* pCreateInfo… 48 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr… 54 VKAPI_ATTR VkResult VKAPI_CALL createImage (VkDevice device, const VkImageCreateInfo* pCreateInfo, … 60 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCrea… 66 VKAPI_ATTR VkResult VKAPI_CALL createShaderModule (VkDevice device, const VkShaderModuleCreateInfo*… 72 VKAPI_ATTR VkResult VKAPI_CALL createPipelineCache (VkDevice device, const VkPipelineCacheCreateInf… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkDeviceDriverImpl.inl | 7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const 12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const 17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… 37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … 42 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*… 47 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe… 52 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const 57 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V… 62 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co… 67 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkDeviceDriverImpl.inl | 7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const 12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const 17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… 37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … 42 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe… 47 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const 52 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V… 57 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co… 62 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*… 67 void DeviceDriver::getBufferMemoryRequirements (VkDevice device, VkBuffer buffer, VkMemoryRequireme… [all …]
|
| D | vkDeviceDriverSCImpl.inl | 7 PFN_vkVoidFunction DeviceDriverSC::getDeviceProcAddr (VkDevice device, const char* pName) const 12 void DeviceDriverSC::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const 21 void DeviceDriverSC::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueInde… 51 VkResult DeviceDriverSC::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo… 65 VkResult DeviceDriverSC::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, Vk… 80 void DeviceDriverSC::unmapMemory (VkDevice device, VkDeviceMemory memory) const 86 VkResult DeviceDriverSC::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const… 93 VkResult DeviceDriverSC::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, … 100 void DeviceDriverSC::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSiz… 106 void DeviceDriverSC::getBufferMemoryRequirements (VkDevice device, VkBuffer buffer, VkMemoryRequire… [all …]
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_sqtt.c | 39 radv_se_is_disabled(struct radv_device *device, unsigned se) in radv_se_is_disabled() 46 gfx10_get_thread_trace_ctrl(struct radv_device *device, bool enable) in gfx10_get_thread_trace_ctrl() 64 radv_emit_wait_for_idle(struct radv_device *device, struct radeon_cmdbuf *cs, int family) in radv_emit_wait_for_idle() 79 radv_emit_thread_trace_start(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_start() 225 radv_copy_thread_trace_info_regs(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_copy_thread_trace_info_regs() 256 radv_emit_thread_trace_stop(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_stop() 341 struct radv_device *device = cmd_buffer->device; in radv_emit_thread_trace_userdata() local 368 radv_emit_spi_config_cntl(struct radv_device *device, struct radeon_cmdbuf *cs, bool enable) in radv_emit_spi_config_cntl() 388 radv_emit_inhibit_clockgating(struct radv_device *device, struct radeon_cmdbuf *cs, bool inhibit) in radv_emit_inhibit_clockgating() 403 radv_thread_trace_init_bo(struct radv_device *device) in radv_thread_trace_init_bo() [all …]
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_event.h | 67 static inline size_t vn_sizeof_vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo,… in vn_sizeof_vkCreateEvent() 87 …kCreateEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEven… in vn_encode_vkCreateEvent() 103 static inline size_t vn_sizeof_vkCreateEvent_reply(VkDevice device, const VkEventCreateInfo* pCreat… in vn_sizeof_vkCreateEvent_reply() 120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, co… in vn_decode_vkCreateEvent_reply() 140 static inline size_t vn_sizeof_vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCal… in vn_sizeof_vkDestroyEvent() 155 …DestroyEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkDestroyEvent() 168 static inline size_t vn_sizeof_vkDestroyEvent_reply(VkDevice device, VkEvent event, const VkAllocat… in vn_sizeof_vkDestroyEvent_reply() 180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEve… in vn_decode_vkDestroyEvent_reply() 191 static inline size_t vn_sizeof_vkGetEventStatus(VkDevice device, VkEvent event) in vn_sizeof_vkGetEventStatus() 203 …tEventStatus(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkGetEventStatus() [all …]
|
| D | vn_protocol_driver_command_pool.h | 69 static inline size_t vn_sizeof_vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* … in vn_sizeof_vkCreateCommandPool() 89 …eCommandPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkComm… in vn_encode_vkCreateCommandPool() 105 static inline size_t vn_sizeof_vkCreateCommandPool_reply(VkDevice device, const VkCommandPoolCreate… in vn_sizeof_vkCreateCommandPool_reply() 122 …esult vn_decode_vkCreateCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkComm… in vn_decode_vkCreateCommandPool_reply() 142 static inline size_t vn_sizeof_vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, con… in vn_sizeof_vkDestroyCommandPool() 157 …yCommandPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkCommandPoo… in vn_encode_vkDestroyCommandPool() 170 static inline size_t vn_sizeof_vkDestroyCommandPool_reply(VkDevice device, VkCommandPool commandPoo… in vn_sizeof_vkDestroyCommandPool_reply() 182 static inline void vn_decode_vkDestroyCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device,… in vn_decode_vkDestroyCommandPool_reply() 193 static inline size_t vn_sizeof_vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in vn_sizeof_vkResetCommandPool() 206 …tCommandPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkCommandPoo… in vn_encode_vkResetCommandPool() [all …]
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_bo.c | 46 bo_dump_stats(struct v3dv_device *device) in bo_dump_stats() 95 bo_from_cache(struct v3dv_device *device, uint32_t size, const char *name) in bo_from_cache() 128 bo_free(struct v3dv_device *device, in bo_free() 165 bo_cache_free_all(struct v3dv_device *device, in bo_cache_free_all() 204 v3dv_bo_alloc(struct v3dv_device *device, in v3dv_bo_alloc() 267 v3dv_bo_map_unsynchronized(struct v3dv_device *device, in v3dv_bo_map_unsynchronized() 301 v3dv_bo_wait(struct v3dv_device *device, in v3dv_bo_wait() 314 v3dv_bo_map(struct v3dv_device *device, struct v3dv_bo *bo, uint32_t size) in v3dv_bo_map() 332 v3dv_bo_unmap(struct v3dv_device *device, struct v3dv_bo *bo) in v3dv_bo_unmap() 344 struct v3dv_device *device, in reallocate_size_list() [all …]
|
| /third_party/libinput/test/ |
| D | test-device.c | 39 struct libinput_device *device; in START_TEST() local 53 struct libinput_device *device; in START_TEST() local 67 struct libinput_device *device; in START_TEST() local 88 struct libinput_device *device; in START_TEST() local 115 struct libinput_device *device; in START_TEST() local 134 struct libinput_device *device; in START_TEST() local 186 struct libinput_device *device; in START_TEST() local 226 struct libinput_device *device; in START_TEST() local 258 struct libinput_device *device; in START_TEST() local 290 struct libinput_device *device; in START_TEST() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | ComputePipeline.cpp | 23 MaybeError ValidateComputePipelineDescriptor(DeviceBase* device, in ValidateComputePipelineDescriptor() 41 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, in ComputePipelineBase() 53 ComputePipelineBase::ComputePipelineBase(DeviceBase* device) : PipelineBase(device) { in ComputePipelineBase() 57 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, ObjectBase::ErrorTag tag) in ComputePipelineBase() 71 ComputePipelineBase* ComputePipelineBase::MakeError(DeviceBase* device) { in MakeError() 74 ErrorComputePipeline(DeviceBase* device) in MakeError()
|
| D | ExternalTexture.cpp | 53 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device, in ValidateExternalTextureDescriptor() 83 DeviceBase* device, in Create() 90 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, in ExternalTextureBase() 97 ExternalTextureBase::ExternalTextureBase(DeviceBase* device) in ExternalTextureBase() 102 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, ObjectBase::ErrorTag tag) in ExternalTextureBase() 130 ExternalTextureBase* ExternalTextureBase::MakeError(DeviceBase* device) { in MakeError()
|
| D | RenderBundleEncoder.cpp | 29 MaybeError ValidateColorAttachmentFormat(const DeviceBase* device, in ValidateColorAttachmentFormat() 39 MaybeError ValidateDepthStencilAttachmentFormat(const DeviceBase* device, in ValidateDepthStencilAttachmentFormat() 59 const DeviceBase* device, in ValidateRenderBundleEncoderDescriptor() 88 RenderBundleEncoder::RenderBundleEncoder(DeviceBase* device, in RenderBundleEncoder() 100 RenderBundleEncoder::RenderBundleEncoder(DeviceBase* device, ErrorTag errorTag) in RenderBundleEncoder() 112 DeviceBase* device, in Create() 118 RenderBundleEncoder* RenderBundleEncoder::MakeError(DeviceBase* device) { in MakeError()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPromotedExtensions.cpp | 51 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, cons… in vkBindBufferMemory2KHR() 56 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const… in vkBindImageMemory2KHR() 62 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescrip… in vkCreateDescriptorUpdateTemplateKHR() 67 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdate… in vkDestroyDescriptorUpdateTemplateKHR() 72 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet de… in vkUpdateDescriptorSetWithTemplateKHR() 78 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapInde… in vkGetDeviceGroupPeerMemoryFeaturesKHR() 118 VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryReq… in vkGetImageMemoryRequirements2KHR() 123 VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryR… in vkGetBufferMemoryRequirements2KHR() 128 VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpa… in vkGetImageSparseMemoryRequirements2KHR() 170 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR() [all …]
|