Home
last modified time | relevance | path

Searched defs:device (Results 3276 - 3300 of 5197) sorted by relevance

1...<<131132133134135136137138139140>>...208

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c56 struct dzn_device *device = container_of(image->vk.base.device, struct dzn_device, vk); in dzn_image_destroy() local
66 dzn_image_create(struct dzn_device *device, in dzn_image_create() argument
594 dzn_image_formats_are_compatible(const struct dzn_device *device, VkFormat orig_fmt, VkFormat new_fmt, VkImageUsageFlags usage, VkImageAspectFlagBits aspect) dzn_image_formats_are_compatible() argument
641 dzn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) dzn_CreateImage() argument
651 dzn_DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) dzn_DestroyImage() argument
658 dzn_swapchain_get_image(struct dzn_device *device, VkSwapchainKHR swapchain, uint32_t index) dzn_swapchain_get_image() argument
1139 dzn_image_view_init(struct dzn_device *device, struct dzn_image_view *iview, const VkImageViewCreateInfo *pCreateInfo) dzn_image_view_init() argument
1193 struct dzn_device *device = container_of(iview->vk.base.device, struct dzn_device, vk); dzn_image_view_destroy() local
1200 dzn_image_view_create(struct dzn_device *device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *out) dzn_image_view_create() argument
1218 dzn_CreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) dzn_CreateImageView() argument
1228 dzn_DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) dzn_DestroyImageView() argument
1242 struct dzn_device *device = container_of(bview->base.device, struct dzn_device, vk); dzn_buffer_view_destroy() local
1249 dzn_buffer_view_create(struct dzn_device *device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *out) dzn_buffer_view_create() argument
1304 dzn_CreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) dzn_CreateBufferView() argument
1314 dzn_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) dzn_DestroyBufferView() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.c50 vk_queue_init(struct vk_queue *queue, struct vk_device *device, in vk_queue_init() argument
598 struct vk_device *device = queue->base.device; vk_queue_submit() local
[all...]
H A Dvk_pipeline_cache.c65 raw_data_object_deserialize(struct vk_device *device, in raw_data_object_deserialize() argument
101 raw_data_object_create(struct vk_device *device, in raw_data_object_create() argument
573 vk_pipeline_cache_create(struct vk_device *device, const struct vk_pipeline_cache_create_info *info, const VkAllocationCallbacks *pAllocator) vk_pipeline_cache_create() argument
660 vk_common_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vk_common_DestroyPipelineCache() argument
752 vk_common_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches) vk_common_MergePipelineCaches() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_semaphore.h301 static inline size_t vn_sizeof_vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_sizeof_vkCreateSemaphore() argument
321 static inline void vn_encode_vkCreateSemaphore(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_encode_vkCreateSemaphore() argument
337 static inline size_t vn_sizeof_vkCreateSemaphore_reply(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_sizeof_vkCreateSemaphore_reply() argument
354 static inline VkResult vn_decode_vkCreateSemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_decode_vkCreateSemaphore_reply() argument
374 static inline size_t vn_sizeof_vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroySemaphore() argument
389 vn_encode_vkDestroySemaphore(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) vn_encode_vkDestroySemaphore() argument
402 vn_sizeof_vkDestroySemaphore_reply(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) vn_sizeof_vkDestroySemaphore_reply() argument
414 vn_decode_vkDestroySemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroySemaphore_reply() argument
425 vn_sizeof_vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_sizeof_vkGetSemaphoreCounterValue() argument
438 vn_encode_vkGetSemaphoreCounterValue(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_encode_vkGetSemaphoreCounterValue() argument
450 vn_sizeof_vkGetSemaphoreCounterValue_reply(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_sizeof_vkGetSemaphoreCounterValue_reply() argument
466 vn_decode_vkGetSemaphoreCounterValue_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_decode_vkGetSemaphoreCounterValue_reply() argument
485 vn_sizeof_vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_sizeof_vkWaitSemaphores() argument
500 vn_encode_vkWaitSemaphores(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_encode_vkWaitSemaphores() argument
513 vn_sizeof_vkWaitSemaphores_reply(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_sizeof_vkWaitSemaphores_reply() argument
527 vn_decode_vkWaitSemaphores_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_decode_vkWaitSemaphores_reply() argument
542 vn_sizeof_vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_sizeof_vkSignalSemaphore() argument
556 vn_encode_vkSignalSemaphore(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_encode_vkSignalSemaphore() argument
568 vn_sizeof_vkSignalSemaphore_reply(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_sizeof_vkSignalSemaphore_reply() argument
581 vn_decode_vkSignalSemaphore_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_decode_vkSignalSemaphore_reply() argument
595 vn_submit_vkCreateSemaphore(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore, struct vn_instance_submit_command *submit) vn_submit_vkCreateSemaphore() argument
616 vn_submit_vkDestroySemaphore(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroySemaphore() argument
637 vn_submit_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, uint64_t* pValue, struct vn_instance_submit_command *submit) vn_submit_vkGetSemaphoreCounterValue() argument
658 vn_submit_vkWaitSemaphores(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout, struct vn_instance_submit_command *submit) vn_submit_vkWaitSemaphores() argument
679 vn_submit_vkSignalSemaphore(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo, struct vn_instance_submit_command *submit) vn_submit_vkSignalSemaphore() argument
700 vn_call_vkCreateSemaphore(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) vn_call_vkCreateSemaphore() argument
716 vn_async_vkCreateSemaphore(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) vn_async_vkCreateSemaphore() argument
722 vn_call_vkDestroySemaphore(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroySemaphore() argument
735 vn_async_vkDestroySemaphore(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroySemaphore() argument
741 vn_call_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_call_vkGetSemaphoreCounterValue() argument
757 vn_async_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_async_vkGetSemaphoreCounterValue() argument
763 vn_call_vkWaitSemaphores(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_call_vkWaitSemaphores() argument
779 vn_async_vkWaitSemaphores(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) vn_async_vkWaitSemaphores() argument
785 vn_call_vkSignalSemaphore(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_call_vkSignalSemaphore() argument
801 vn_async_vkSignalSemaphore(struct vn_instance *vn_instance, VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) vn_async_vkSignalSemaphore() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c257 vn_DestroyDescriptorSetLayout(VkDevice device, in vn_DestroyDescriptorSetLayout() argument
274 vn_CreateDescriptorPool(VkDevice device, in vn_CreateDescriptorPool() argument
104 vn_GetDescriptorSetLayoutSupport( VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vn_GetDescriptorSetLayoutSupport() argument
187 vn_CreateDescriptorSetLayout( VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout) vn_CreateDescriptorSetLayout() argument
338 vn_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) vn_DestroyDescriptorPool() argument
455 vn_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vn_ResetDescriptorPool() argument
480 vn_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets) vn_AllocateDescriptorSets() argument
598 vn_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) vn_FreeDescriptorSets() argument
763 vn_UpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies) vn_UpdateDescriptorSets() argument
906 vn_CreateDescriptorUpdateTemplate( VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) vn_CreateDescriptorUpdateTemplate() argument
946 vn_DestroyDescriptorUpdateTemplate( VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) vn_DestroyDescriptorUpdateTemplate() argument
970 vn_UpdateDescriptorSetWithTemplate( VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) vn_UpdateDescriptorSetWithTemplate() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c50 struct libinput_device *device; member
247 struct libinput_device *device = libinput_event_get_device(ev); in handle_device_added() local
276 struct libinput_device *device = libinput_event_get_device(ev); handle_device_removed() local
[all...]
/third_party/libinput/src/
H A Devdev-totem.c47 struct evdev_device *device; member
179 totem_process_key(struct totem_dispatch *totem, struct evdev_device *device, struct input_event *e, uint64_t time) totem_process_key() argument
201 totem_process_abs(struct totem_dispatch *totem, struct evdev_device *device, struct input_event *e, uint64_t time) totem_process_abs() argument
267 struct evdev_device *device = totem->device; totem_slot_fetch_axes() local
356 struct evdev_device *device = totem->device; slot_axes_initialize() local
373 struct evdev_device *device = totem->device; totem_handle_slot_state() local
514 totem_interface_process(struct evdev_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) totem_interface_process() argument
550 totem_interface_suspend(struct evdev_dispatch *dispatch, struct evdev_device *device) totem_interface_suspend() argument
614 totem_interface_device_added(struct evdev_device *device, struct evdev_device *added_device) totem_interface_device_added() argument
645 totem_interface_device_removed(struct evdev_device *device, struct evdev_device *removed_device) totem_interface_device_removed() argument
659 totem_interface_initial_proximity(struct evdev_device *device, struct evdev_dispatch *dispatch) totem_interface_initial_proximity() argument
717 totem_reject_device(struct evdev_device *device) totem_reject_device() argument
773 totem_init_accel(struct totem_dispatch *totem, struct evdev_device *device) totem_init_accel() argument
800 evdev_totem_create(struct evdev_device *device) evdev_totem_create() argument
[all...]
H A Devdev-mt-touchpad-buttons.c625 tp_init_softbuttons(struct tp_dispatch *tp, struct evdev_device *device) tp_init_softbuttons() argument
685 tp_init_top_softbuttons(struct tp_dispatch *tp, struct evdev_device *device, double topbutton_size_mult) tp_init_top_softbuttons() argument
717 tp_button_config_click_get_methods(struct libinput_device *device) tp_button_config_click_get_methods() argument
761 tp_button_config_click_set_method(struct libinput_device *device, enum libinput_config_click_method method) tp_button_config_click_set_method() argument
774 tp_button_config_click_get_method(struct libinput_device *device) tp_button_config_click_get_method() argument
785 struct evdev_device *device = tp->device; tp_click_get_default_method() local
805 tp_button_config_click_get_default_method(struct libinput_device *device) tp_button_config_click_get_default_method() argument
814 tp_clickpad_middlebutton_apply_config(struct evdev_device *device) tp_clickpad_middlebutton_apply_config() argument
833 tp_clickpad_middlebutton_is_available(struct libinput_device *device) tp_clickpad_middlebutton_is_available() argument
839 tp_clickpad_middlebutton_set(struct libinput_device *device, enum libinput_config_middle_emulation_state enable) tp_clickpad_middlebutton_set() argument
861 tp_clickpad_middlebutton_get(struct libinput_device *device) tp_clickpad_middlebutton_get() argument
867 tp_clickpad_middlebutton_get_default(struct libinput_device *device) tp_clickpad_middlebutton_get_default() argument
873 tp_init_clickpad_middlebutton_emulation(struct tp_dispatch *tp, struct evdev_device *device) tp_init_clickpad_middlebutton_emulation() argument
888 tp_init_middlebutton_emulation(struct tp_dispatch *tp, struct evdev_device *device) tp_init_middlebutton_emulation() argument
922 tp_guess_clickpad(const struct tp_dispatch *tp, struct evdev_device *device) tp_guess_clickpad() argument
962 tp_init_buttons(struct tp_dispatch *tp, struct evdev_device *device) tp_init_buttons() argument
[all...]
H A Devdev-mt-touchpad-tap.c1387 tp_tap_config_count(struct libinput_device *device) in tp_tap_config_count() argument
1396 tp_tap_config_set_enabled(struct libinput_device *device, in tp_tap_config_set_enabled() argument
1410 tp_tap_config_is_enabled(struct libinput_device *device) in tp_tap_config_is_enabled() argument
1442 tp_tap_config_get_default(struct libinput_device *device) tp_tap_config_get_default() argument
1450 tp_tap_config_set_map(struct libinput_device *device, enum libinput_config_tap_button_map map) tp_tap_config_set_map() argument
1464 tp_tap_config_get_map(struct libinput_device *device) tp_tap_config_get_map() argument
1473 tp_tap_config_get_default_map(struct libinput_device *device) tp_tap_config_get_default_map() argument
1479 tp_tap_config_set_drag_enabled(struct libinput_device *device, enum libinput_config_drag_state enabled) tp_tap_config_set_drag_enabled() argument
1491 tp_tap_config_get_drag_enabled(struct libinput_device *device) tp_tap_config_get_drag_enabled() argument
1500 tp_drag_default(struct evdev_device *device) tp_drag_default() argument
1506 tp_tap_config_get_default_drag_enabled(struct libinput_device *device) tp_tap_config_get_default_drag_enabled() argument
1514 tp_tap_config_set_draglock_enabled(struct libinput_device *device, enum libinput_config_drag_lock_state enabled) tp_tap_config_set_draglock_enabled() argument
1526 tp_tap_config_get_draglock_enabled(struct libinput_device *device) tp_tap_config_get_draglock_enabled() argument
1535 tp_drag_lock_default(struct evdev_device *device) tp_drag_lock_default() argument
1541 tp_tap_config_get_default_draglock_enabled(struct libinput_device *device) tp_tap_config_get_default_draglock_enabled() argument
[all...]
H A Devdev-fallback.h87 struct evdev_device *device; member
258 get_key_down_count(struct evdev_device *device, int code) in get_key_down_count() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Dcper.h198 __u16 device; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Dcper.h198 __u16 device; member
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c193 static void get_device_properties(const struct instance_info *info, VkPhysicalDevice device, VkPhysicalDeviceProperties2 *properties) in get_device_properties() argument
201 static void print_gpu(const struct instance_info *info, unsigned index, VkPhysicalDevice device) in print_gpu() argument
241 fill_drm_device_info(const struct instance_info *info, struct device_pci_info *drm_device, VkPhysicalDevice device) fill_drm_device_info() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c235 panvk_per_arch(descriptor_set_create)(struct panvk_device *device, in descriptor_set_create() argument
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c135 static OSStatus io_render_proc (AudioDeviceID device, in io_render_proc() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c155 static void get_service_data(struct service *s, pa_object *device) { in get_service_data() argument
395 static struct service *get_service(struct userdata *u, pa_object *device) { in get_service() argument
[all...]
H A Dstream-interaction.c103 static const char *find_trigger_stream(struct userdata *u, pa_object *device, pa_object *ignore_stream, struct group *g) { in find_trigger_stream() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp916 Move<VkShaderModule> createShaderModule (const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags) in createShaderModule() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp425 VkDevice device = context.getDevice(); in ahbImageCreateTest() local
500 VkDevice device = context.getDevice(); in OHOSImageCreateTest() local
102 validate(const InstanceInterface& vki, const DeviceInterface& vkd, tcu::ResultCollector& results, VkPhysicalDevice physicalDevice, VkDevice device, TestParams& testParams, VkImage image) validate() argument
568 const VkDevice device = context.getDevice(); imageCreateTest() local
762 const Unique<VkDevice> device; global() member
[all...]
H A DvktApiMemoryRequirementInvarianceTests.cpp136 const vk::VkDevice& device = context.getDevice(); in deallocate() local
145 const vk::VkDevice& device = context.getDevice(); in getSize() local
222 const VkDevice& device = context.getDevice(); in deallocate() local
231 const VkDevice& device = context.getDevice(); in getSize() local
709 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp183 const auto device = m_context.getDevice(); in createRenderPassWithClear() local
396 const vk::VkDevice device = m_context.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp275 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktDrawDepthClampTests.cpp302 const VkDevice device = m_context.getDevice(); in DepthClampTestInstance() local
476 const VkDevice device = m_context.getDevice(); draw() local
[all...]
H A DvktDrawExplicitVertexParameterTests.cpp345 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktDrawImageObjectUtil.cpp147 Image(const vk::DeviceInterface& vk, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkFormat format, const vk::VkExtent3D& extend, deUint32 levelCount, deUint32 layerCount, vk::Move<vk::VkImage> object_) Image() argument
814 createAndAlloc(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkImageCreateInfo& createInfo, vk::Allocator& allocator, deUint32 queueFamilyIndex, vk::MemoryRequirement memoryRequirement) createAndAlloc() argument
828 create(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkImageCreateInfo &createInfo, deUint32 queueFamilyIndex) create() argument

Completed in 26 milliseconds

1...<<131132133134135136137138139140>>...208