Home
last modified time | relevance | path

Searched refs:device (Results 301 - 325 of 2870) sorted by relevance

1...<<11121314151617181920>>...115

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp66 VkDevice device, in createBufferMemory()
70 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); in createBufferMemory()
71 VK_CHECK(vk.bindBufferMemory(device, buffer, allocation->getMemory(), allocation->getOffset())); in createBufferMemory()
76 VkDevice device, in createImageMemory()
80 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any)); in createImageMemory()
81 VK_CHECK(vk.bindImageMemory(device, image, allocation->getMemory(), allocation->getOffset())); in createImageMemory()
86 VkDevice device, in createImage()
119 return createImage(vk, device, &createInfo); in createImage()
123 VkDevice device, in createImageView()
142 return createImageView(vk, device, in createImageView()
65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
75 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
122 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
185 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
429 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, VkImageView dstMultisampleImageView, VkImageView dstSinglesampleImageView, deUint32 width, deUint32 height) createFramebuffer() argument
463 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
541 createSubpassDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorSetLayout() argument
574 createSubpassPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSubpassPipelineLayout() argument
594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument
655 createSubpassDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorPool() argument
676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp516 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setShaderConstants()
517 device->SetVertexShaderConstantF(0, reinterpret_cast<float *>(&mVertexConstants), in setShaderConstants()
519 device->SetPixelShaderConstantF(0, reinterpret_cast<float *>(&mPixelConstants), in setShaderConstants()
567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc() local
568 device->SetRenderState(D3DRS_ZENABLE, D3DZB_TRUE); in setDepthFunc()
569 device->SetRenderState(D3DRS_ZFUNC, gl_d3d9::ConvertComparison(depthFunc)); in setDepthFunc()
587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront() local
588 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILFAIL : D3DRS_CCW_STENCILFAIL, in setStencilOpsFront()
590 device->SetRenderState(frontFaceCCW ? D3DRS_STENCILZFAIL : D3DRS_CCW_STENCILZFAIL, in setStencilOpsFront()
592 device in setStencilOpsFront()
605 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilOpsBack() local
632 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsBack() local
658 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsFront() local
792 IDirect3DDevice9 *device = mRenderer9->getDevice(); setColorMask() local
828 IDirect3DDevice9 *device = mRenderer9->getDevice(); setSampleMask() local
861 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local
870 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp66 VkDevice device, in createBufferMemory()
70 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); in createBufferMemory()
71 VK_CHECK(vk.bindBufferMemory(device, buffer, allocation->getMemory(), allocation->getOffset())); in createBufferMemory()
76 VkDevice device, in createImageMemory()
80 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any)); in createImageMemory()
81 VK_CHECK(vk.bindImageMemory(device, image, allocation->getMemory(), allocation->getOffset())); in createImageMemory()
86 VkDevice device, in createImage()
119 return createImage(vk, device, &createInfo); in createImage()
123 VkDevice device, in createImageView()
142 return createImageView(vk, device, in createImageView()
65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
75 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
122 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
185 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
429 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, VkImageView dstMultisampleImageView, VkImageView dstSinglesampleImageView, deUint32 width, deUint32 height) createFramebuffer() argument
463 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
541 createSubpassDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorSetLayout() argument
574 createSubpassPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSubpassPipelineLayout() argument
594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument
655 createSubpassDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorPool() argument
676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp166 DeviceHolder (Move<VkDevice> device,
176 DeviceHolder::DeviceHolder (Move<VkDevice> device, de::MovePtr<DeviceDriver> vk, de::MovePtr<Allocator> allocator) in DeviceHolder() argument
177 : m_device (device) in DeviceHolder()
204 de::MovePtr<ImageWithMemory> buildImageWithMemory (VkDevice device,
213 de::MovePtr<BufferWithMemory> buildBufferWithMemory (VkDevice device,
218 Move<VkImageView> buildImageView (VkDevice device,
223 void buildColorBufferObjects (VkDevice device,
228 void buildShadingRateObjects (VkDevice device,
236 void buildCounterBufferObjects (VkDevice device,
240 Move<VkRenderPass> buildRenderPass (VkDevice device,
359 buildImageWithMemory(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkImageTiling tiling, std::vector<deUint32> queueFamilies) buildImageWithMemory() argument
398 buildBufferWithMemory(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, deUint32 size, VkBufferUsageFlags usage) buildBufferWithMemory() argument
405 buildImageView(VkDevice device, const DeviceInterface& vk, VkFormat format, VkImage image) buildImageView() argument
413 buildColorBufferObjects(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, deUint32 cbIndex, VkImageUsageFlags cbUsage) buildColorBufferObjects() argument
429 buildShadingRateObjects(VkDevice device, const DeviceInterface& vk, vk::Allocator& allocator, deUint32 srIndex, deUint32 width, deUint32 height, VkImageUsageFlags srUsage, VkImageTiling srTiling) buildShadingRateObjects() argument
437 buildCounterBufferObjects(VkDevice device, const vk::DeviceInterface& vk, vk::Allocator& allocator) buildCounterBufferObjects() argument
464 buildRenderPass(VkDevice device, const vk::DeviceInterface& vk, VkFormat cbFormat, VkFormat dsFormat, deUint32 sr0TileWidth, deUint32 sr0TileHeight, deUint32 sr1TileWidth, deUint32 sr1TileHeight) const buildRenderPass() argument
615 buildFramebuffer(VkDevice device, const vk::DeviceInterface& vk, VkRenderPass renderPass, const std::vector<FBAttachmentInfo>& attachmentInfo) const buildFramebuffer() argument
684 buildPipelineLayout(VkDevice device, const vk::DeviceInterface& vk, const VkDescriptorSetLayout* setLayouts) const buildPipelineLayout() argument
700 buildGraphicsPipeline(VkDevice device, const vk::DeviceInterface& vk, deUint32 subpass, VkRenderPass renderPass, VkFormat cbFormat, VkFormat dsFormat, VkPipelineLayout pipelineLayout, VkShaderModule vertShader, VkShaderModule fragShader, bool useShadingRate) const buildGraphicsPipeline() argument
920 buildComputePipeline(VkDevice device, const vk::DeviceInterface& vk, VkShaderModule compShader, VkPipelineLayout pipelineLayout) const buildComputePipeline() argument
1265 VkDevice device = m_context.getDevice(); runComputeShaderMode() local
1419 VkDevice device = m_context.getDevice(); runFragmentShaderMode() local
1582 VkDevice device = m_context.getDevice(); runCopyMode() local
1764 VkDevice device; runCopyModeOnTransferQueue() local
2066 VkDevice device = m_context.getDevice(); runFillLinearTiledImage() local
2195 VkDevice device = m_context.getDevice(); runTwoSubpassMode() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c48 lvp_pipeline_destroy(struct lvp_device *device, struct lvp_pipeline *pipeline) in lvp_pipeline_destroy() argument
51 device->queue.ctx->delete_vs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_VERTEX]); in lvp_pipeline_destroy()
53 device->queue.ctx->delete_fs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_FRAGMENT]); in lvp_pipeline_destroy()
55 device->queue.ctx->delete_gs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_GEOMETRY]); in lvp_pipeline_destroy()
57 device->queue.ctx->delete_tcs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_TESS_CTRL]); in lvp_pipeline_destroy()
59 device in lvp_pipeline_destroy()
616 struct lvp_device *device = pipeline->device; lvp_pipeline_compile_stage() local
652 struct lvp_device *device = pipeline->device; lvp_pipeline_compile() local
740 lvp_graphics_pipeline_init(struct lvp_pipeline *pipeline, struct lvp_device *device, struct lvp_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo) lvp_graphics_pipeline_init() argument
993 lvp_compute_pipeline_init(struct lvp_pipeline *pipeline, struct lvp_device *device, struct lvp_pipeline_cache *cache, const VkComputePipelineCreateInfo *pCreateInfo) lvp_compute_pipeline_init() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp40 mD3DDevice = reinterpret_cast<Device*>(device.Get());
42 mSimpleVSModule = utils::CreateShaderModule(device, R"(
55 mSimpleFSModule = utils::CreateShaderModule(device, R"(
80 wgpu::Texture color = device.CreateTexture(&descriptor); in MakeRenderPass()
101 DummyStagingDescriptorAllocator(Device* device, in DummyStagingDescriptorAllocator() argument
104 : mAllocator(device, in DummyStagingDescriptorAllocator()
136 wgpu::RenderPipeline renderPipeline = device.CreateRenderPipeline(&renderPipelineDescriptor); in TEST_P()
137 utils::BasicRenderPass renderPass = utils::CreateBasicRenderPass(device, kRTSize, kRTSize); in TEST_P()
139 Device* d3dDevice = reinterpret_cast<Device*>(device.Get()); in TEST_P()
146 wgpu::CommandEncoder encoder = device in TEST_P()
[all...]
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py62 def is_exist_target_in_device(device, path, target):
65 stdout_info = device.shell_with_output(command)
71 def receive_coverage_data(device, result_path, suite_file, file_name):
80 file_name + '_' + file_dir + '_' + device.device_sn))
82 if is_exist_target_in_device(device, DEVICE_TEST_PATH, "obj"):
85 device.shell(
88 device.pull_file(src_file_tar, cxx_cov_path)
117 def __init__(self, device, hdc_tools):
118 self.device = device
[all...]
/test/testfwk/developer_test/src/core/testkit/
H A Dkit_lite.py66 def __setup__(self, device, **kwargs):
68 Execute reset command on the device by cmd serial port and then upload
71 device: the instance of LocalController with one or more
76 self._reset(device)
77 self._send_file(device, source_file)
79 def __teardown__(self, device):
99 def _reset(self, device):
100 cmd_com = device.device.com_dict.get(ComType.cmd_com)
106 device
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py6 Wrapper around the Android device abstraction from src/build/android.
33 """Helper class to execute shell commands on an Android device."""
34 def __init__(self, device=None):
51 # Find specified device or a single attached device if none was specified.
53 self.device = device_utils.DeviceUtils.HealthyDevices(
54 retries=5, enable_usb_resets=True, device_arg=device)[0]
56 # This remembers what we have already pushed to the device.
61 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
65 """Push a single file to the device (cache
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_bo_sync.c40 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_init() local
46 return anv_device_alloc_bo(device, "bo-sync", 4096, in anv_bo_sync_init()
57 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_finish() local
60 anv_device_release_bo(device, sync->bo); in anv_bo_sync_finish()
106 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_wait() local
140 result = anv_device_wait(device, sync->bo, rel_timeout); in anv_bo_sync_wait()
163 pthread_mutex_lock(&device->mutex); in anv_bo_sync_wait()
184 ret = pthread_cond_timedwait(&device->queue_submit, in anv_bo_sync_wait()
185 &device->mutex, &abstime); in anv_bo_sync_wait()
188 pthread_mutex_unlock(&device in anv_bo_sync_wait()
216 anv_create_sync_for_memory(struct vk_device *device, VkDeviceMemory memory, bool signal_memory, struct vk_sync **sync_out) anv_create_sync_for_memory() argument
[all...]
/third_party/toybox/toys/other/
H A Dlosetup.c15 Associate a loopback device with a file, or show current file (if any)
16 associated with a loop device.
18 Instead of a device:
20 -f Find first unused loop device (may create one)
25 -d DEV Detach loopback device
29 -s Show device name (alias --show)
49 // -f: *device is NULL
51 // Perform requested operation on one device. Returns 1 if handled, 0 if error
52 static int loopback_setup(char *device, char *file) in loopback_setup() argument
56 int racy = !device; in loopback_setup()
[all...]
/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py33 def run(self, device):
35 return device.drag(self.start, self.end, self.duration, self.points)
44 def run(self, device):
46 return device.press(self.button, self.press_type)
72 def launch(self, device):
73 """Launch the app on the device."""
74 device.startActivity(component=self.run_component)
100 """Return True if the given file exists on the device and False otherwise."""
108 def capture_skp(skp_file, package, device):
122 device
[all...]
/vendor/ohemu/qemu_ca7_mini_system_demo/
H A Dqemu_run.sh107 -device virtio-net-device,netdev=net0,mac=12:22:33:44:55:66 \
108 -device virtio-gpu-device,xres=960,yres=480 -device virtio-tablet-device ${vnc} $qemu_option \
109 -device virtio-rng-device
113 -device virtio-gpu-device,xre
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp133 void Apply(Device* device, in Apply() argument
143 device->fn.CmdBindDescriptorSets( in Apply()
154 void TransitionAndClearForSyncScope(Device* device, in TransitionAndClearForSyncScope() argument
190 device->fn.CmdPipelineBarrier(recordingContext->commandBuffer, srcStages, dstStages, in TransitionAndClearForSyncScope()
198 Device* device, in RecordBeginRenderPass()
229 DAWN_TRY_ASSIGN(renderPassVK, device->GetRenderPassCache()->GetRenderPass(query)); in RecordBeginRenderPass()
318 CheckVkSuccess(device->fn.CreateFramebuffer(device->GetVkDevice(), &createInfo, in RecordBeginRenderPass()
324 device->GetFencedDeleter()->DeleteWhenUnused(framebuffer); in RecordBeginRenderPass()
339 device in RecordBeginRenderPass()
197 RecordBeginRenderPass(CommandRecordingContext* recordingContext, Device* device, BeginRenderPassCmd* renderPass) RecordBeginRenderPass() argument
346 ResetUsedQuerySetsOnRenderPass(Device* device, VkCommandBuffer commands, QuerySetBase* querySet, const std::vector<bool>& availability) ResetUsedQuerySetsOnRenderPass() argument
377 RecordWriteTimestampCmd(CommandRecordingContext* recordingContext, Device* device, WriteTimestampCmd* cmd) RecordWriteTimestampCmd() argument
387 RecordResolveQuerySetCmd(VkCommandBuffer commands, Device* device, QuerySet* querySet, uint32_t firstQuery, uint32_t queryCount, Buffer* destination, uint64_t destinationOffset) RecordResolveQuerySetCmd() argument
462 Device* device = ToBackend(GetDevice()); RecordCopyImageWithTemporaryBuffer() local
499 Device* device = ToBackend(GetDevice()); RecordCommands() local
861 Device* device = ToBackend(GetDevice()); RecordCommands() local
895 Device* device = ToBackend(GetDevice()); RecordComputePass() local
1032 Device* device = ToBackend(GetDevice()); RecordRenderPass() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c118 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_image_from_gralloc()
124 return vk_errorf(device, VK_ERROR_INVALID_EXTERNAL_HANDLE, in radv_image_from_gralloc()
146 for (int i = 0; i < device->physical_device->memory_properties.memoryTypeCount; ++i) { in radv_image_from_gralloc()
147 bool is_local = !!(device->physical_device->memory_properties.memoryTypes[i].propertyFlags & in radv_image_from_gralloc()
149 bool is_32bit = !!(device->physical_device->memory_types_32bit & (1u << i)); in radv_image_from_gralloc()
173 device->ws->buffer_get_metadata(device->ws, radv_device_memory_from_handle(memory_h)->bo, &md); in radv_image_from_gralloc()
198 radv_image_override_offset_stride(device, image, 0, gralloc_info->stride); in radv_image_from_gralloc()
223 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsageANDROID()
224 struct radv_physical_device *phys_dev = device in radv_GetSwapchainGrallocUsageANDROID()
699 radv_import_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, unsigned priority, const VkImportAndroidHardwareBufferInfoANDROID *info) radv_import_ahb_memory() argument
763 radv_create_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, unsigned priority, const VkMemoryAllocateInfo *pAllocateInfo) radv_create_ahb_memory() argument
[all...]
/third_party/libinput/tools/
H A Dshared.c393 struct libinput_device *device; in tools_open_device() local
409 device = libinput_path_add_device(li, *p); in tools_open_device()
410 if (!device) { in tools_open_device()
411 fprintf(stderr, "Failed to initialize device %s\n", *p); in tools_open_device()
457 tools_device_apply_config(struct libinput_device *device, in tools_device_apply_config() argument
460 const char *name = libinput_device_get_name(device); in tools_device_apply_config()
462 if (libinput_device_config_send_events_get_modes(device) & in tools_device_apply_config()
465 libinput_device_config_send_events_set_mode(device, in tools_device_apply_config()
474 libinput_device_config_tap_set_enabled(device, options->tapping); in tools_device_apply_config()
476 libinput_device_config_tap_set_button_map(device, in tools_device_apply_config()
542 struct udev_device *device; find_device() local
738 tools_list_device_quirks(struct quirks_context *ctx, struct udev_device *device, void (*callback)(void *data, const char *str), void *userdata) tools_list_device_quirks() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp41 const VkDevice device, in makeComputePipeline()
77 return createComputePipeline(vk, device, pipelineCache, &pipelineCreateInfo); in makeComputePipeline()
81 const VkDevice device, in makeComputePipeline()
86 device, in makeComputePipeline()
96 const VkDevice device, in makeGraphicsPipeline()
164 return makeGraphicsPipeline (vk, device, pipelineLayout, vertexShaderModule, tessellationControlShaderModule, in makeGraphicsPipeline()
174 const VkDevice device, in makeGraphicsPipeline()
402 return createGraphicsPipeline(vk, device, DE_NULL, &pipelineCreateInfo); in makeGraphicsPipeline()
407 const VkDevice device, in makeGraphicsPipeline()
459 device, in makeGraphicsPipeline()
40 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineFlags, const void* pipelinePNext, const VkShaderModule shaderModule, const VkPipelineShaderStageCreateFlags shaderFlags, const VkSpecializationInfo* specializationInfo, const VkPipelineCache pipelineCache, const uint32_t subgroupSize) makeComputePipeline() argument
80 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule) makeComputePipeline() argument
95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, const VkShaderModule tessellationEvalShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const VkPrimitiveTopology topology, const deUint32 subpass, const deUint32 patchControlPoints, const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext, const VkPipelineCreateFlags pipelineCreateFlags) makeGraphicsPipeline() argument
173 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, const VkShaderModule tessellationEvalShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const deUint32 subpass, const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo, const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyStateCreateInfo, const VkPipelineTessellationStateCreateInfo* tessStateCreateInfo, const VkPipelineViewportStateCreateInfo* viewportStateCreateInfo, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext, const VkPipelineCreateFlags pipelineCreateFlags) makeGraphicsPipeline() argument
406 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule taskShaderModule, const VkShaderModule meshShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const VkPipelineCreateFlags pipelineCreateFlags, const void* pNext) makeGraphicsPipeline() argument
489 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipelineHandle, const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags, const std::vector<VkPipelineShaderStageCreateInfo>& pipelineShaderStageParams, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext) makeGraphicsPipeline() argument
573 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, const VkImageLayout finalLayoutColor, const VkImageLayout finalLayoutDepthStencil, const VkImageLayout subpassLayoutColor, const VkImageLayout subpassLayoutDepthStencil, const VkAllocationCallbacks* const allocationCallbacks, const void* pNext) makeRenderPass() argument
707 makeDescriptorSet(const DeviceInterface& vk, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, const void* pNext) makeDescriptorSet() argument
764 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const VkDescriptorSetLayout descriptorSetLayout, const VkPushConstantRange* pushConstantRange) makePipelineLayout() argument
774 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const std::vector<VkDescriptorSetLayout> &descriptorSetLayouts) makePipelineLayout() argument
784 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const std::vector<vk::Move<VkDescriptorSetLayout>> &descriptorSetLayouts) makePipelineLayout() argument
797 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const deUint32 setLayoutCount, const VkDescriptorSetLayout* descriptorSetLayout, const VkPipelineLayoutCreateFlags flags) makePipelineLayout() argument
817 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const deUint32 setLayoutCount, const VkDescriptorSetLayout* descriptorSetLayout, const deUint32 pushConstantRangeCount, const VkPushConstantRange* pPushConstantRanges, const VkPipelineLayoutCreateFlags flags) makePipelineLayout() argument
839 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
850 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const deUint32 attachmentCount, const VkImageView* attachmentsArray, const deUint32 width, const deUint32 height, const deUint32 layers) makeFramebuffer() argument
875 makeCommandPool(const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) makeCommandPool() argument
905 CommandPoolWithBuffer( const DeviceInterface& vkd, const VkDevice device, const deUint32 queueFamilyIndex) CommandPoolWithBuffer() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIndexFormatTests.cpp28 renderPass = utils::CreateBasicRenderPass(device, kRTSize, kRTSize);
35 wgpu::ShaderModule vsModule = utils::CreateShaderModule(device, R"( in MakeTestPipeline()
49 wgpu::ShaderModule fsModule = utils::CreateShaderModule(device, R"( in MakeTestPipeline()
65 return device.CreateRenderPipeline(&descriptor); in MakeTestPipeline()
74 device, wgpu::BufferUsage::Vertex, in TEST_P()
79 utils::CreateBufferFromData<uint32_t>(device, wgpu::BufferUsage::Index, {1, 2, 3}); in TEST_P()
81 wgpu::CommandEncoder encoder = device.CreateCommandEncoder(); in TEST_P()
102 device, wgpu::BufferUsage::Vertex, in TEST_P()
106 utils::CreateBufferFromData<uint16_t>(device, wgpu::BufferUsage::Index, {1, 2, 0, 0, 0, 0}); in TEST_P()
108 wgpu::CommandEncoder encoder = device in TEST_P()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp283 const VkDevice device = context.getDevice(); in initUniformBuffer() local
287 de::MovePtr<BufferWithMemory> uniformBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, uniformBufferCreateInfo, MemoryRequirement::HostVisible)); in initUniformBuffer()
310 flushMappedMemoryRange(vkd, device, uniformBuffer->getAllocation().getMemory(), uniformBuffer->getAllocation().getOffset(), VK_WHOLE_SIZE); in initUniformBuffer()
320 const VkDevice device = context.getDevice(); in initRayTracingShaders() local
331 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("rgen"), 0), 0); in initRayTracingShaders()
333 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("chit_shaderRecord"), 0), 1+idx); in initRayTracingShaders()
334 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("miss_0"), 0), 1 + shaderCount[STT_HIT]); in initRayTracingShaders()
339 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("rgen"), 0), 0); in initRayTracingShaders()
344 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(csname.str()), 0), 1 + idx); in initRayTracingShaders()
346 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, contex in initRayTracingShaders()
434 const VkDevice device = context.getDevice(); initShaderBindingTables() local
856 const VkDevice device = m_context.getDevice(); runTest() local
1266 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktRayTracingBuildIndirectTests.cpp99 const VkDevice device, in makePipeline()
105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline()
109 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline()
115 const VkDevice device, in makePipeline()
123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline()
124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline()
125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline()
131 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline()
367 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
375 result->createAndBuild(vkd, device, cmdBuffe in initTopAccelerationStructure()
98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument
114 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
386 const VkDevice device = m_context.getDevice(); initBottomAccelerationStructure() local
433 const VkDevice device = m_context.getDevice(); prepareBuffer() local
496 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp283 const VkDevice device = context.getDevice(); in initUniformBuffer() local
287 de::MovePtr<BufferWithMemory> uniformBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, uniformBufferCreateInfo, MemoryRequirement::HostVisible)); in initUniformBuffer()
310 flushMappedMemoryRange(vkd, device, uniformBuffer->getAllocation().getMemory(), uniformBuffer->getAllocation().getOffset(), VK_WHOLE_SIZE); in initUniformBuffer()
320 const VkDevice device = context.getDevice(); in initRayTracingShaders() local
331 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("rgen"), 0), 0); in initRayTracingShaders()
333 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("chit_shaderRecord"), 0), 1+idx); in initRayTracingShaders()
334 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("miss_0"), 0), 1 + shaderCount[STT_HIT]); in initRayTracingShaders()
339 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get("rgen"), 0), 0); in initRayTracingShaders()
344 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, createShaderModule(vkd, device, context.getBinaryCollection().get(csname.str()), 0), 1 + idx); in initRayTracingShaders()
346 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, createShaderModule(vkd, device, contex in initRayTracingShaders()
434 const VkDevice device = context.getDevice(); initShaderBindingTables() local
856 const VkDevice device = m_context.getDevice(); runTest() local
1266 const auto device = m_context.getDevice(); iterate() local
[all...]
H A DvktRayTracingBuildIndirectTests.cpp99 const VkDevice device, in makePipeline()
105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline()
109 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline()
115 const VkDevice device, in makePipeline()
123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline()
124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline()
125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline()
131 Move<VkPipeline> pipeline = rayTracingPipeline->createPipeline(vkd, device, pipelineLayout); in makePipeline()
367 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
375 result->createAndBuild(vkd, device, cmdBuffe in initTopAccelerationStructure()
98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument
114 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
386 const VkDevice device = m_context.getDevice(); initBottomAccelerationStructure() local
433 const VkDevice device = m_context.getDevice(); prepareBuffer() local
496 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
/third_party/libinput/test/
H A Dlitest.h50 struct litest_test_device *device; member
384 /* this is a semi-mt device, so we keep track of the touches that the tests
413 struct litest_semi_mt semi_mt; /** only used for semi-mt device */
415 void *private; /* device-specific data */
1009 litest_enable_tap(struct libinput_device *device) in litest_enable_tap() argument
1014 status = libinput_device_config_tap_set_enabled(device, in litest_enable_tap()
1021 litest_disable_tap(struct libinput_device *device) in litest_disable_tap() argument
1026 status = libinput_device_config_tap_set_enabled(device, in litest_disable_tap()
1033 litest_set_tap_map(struct libinput_device *device, in litest_set_tap_map() argument
1039 status = libinput_device_config_tap_set_button_map(device, ma in litest_set_tap_map()
1044 litest_enable_tap_drag(struct libinput_device *device) litest_enable_tap_drag() argument
1056 litest_disable_tap_drag(struct libinput_device *device) litest_disable_tap_drag() argument
1070 struct libinput_device *device = dev->libinput_device; litest_has_2fg_scroll() local
1080 struct libinput_device *device = dev->libinput_device; litest_enable_2fg_scroll() local
1095 struct libinput_device *device = dev->libinput_device; litest_enable_edge_scroll() local
1109 struct libinput_device *device = dev->libinput_device; litest_has_clickfinger() local
1118 struct libinput_device *device = dev->libinput_device; litest_has_btnareas() local
1128 struct libinput_device *device = dev->libinput_device; litest_enable_clickfinger() local
1140 struct libinput_device *device = dev->libinput_device; litest_enable_buttonareas() local
1149 litest_enable_drag_lock(struct libinput_device *device) litest_enable_drag_lock() argument
1161 litest_disable_drag_lock(struct libinput_device *device) litest_disable_drag_lock() argument
1175 struct libinput_device *device = dev->libinput_device; litest_enable_middleemu() local
1188 struct libinput_device *device = dev->libinput_device; litest_disable_middleemu() local
1201 struct libinput_device *device = dev->libinput_device; litest_sendevents_off() local
1213 struct libinput_device *device = dev->libinput_device; litest_sendevents_on() local
1225 struct libinput_device *device = dev->libinput_device; litest_sendevents_ext_mouse() local
1235 litest_enable_hold_gestures(struct libinput_device *device) litest_enable_hold_gestures() argument
1247 litest_disable_hold_gestures(struct libinput_device *device) litest_disable_hold_gestures() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_set.h497 static inline size_t vn_sizeof_vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) in vn_sizeof_vkAllocateDescriptorSets() argument
503 cmd_size += vn_sizeof_VkDevice(&device); in vn_sizeof_vkAllocateDescriptorSets()
518 static inline void vn_encode_vkAllocateDescriptorSets(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) in vn_encode_vkAllocateDescriptorSets() argument
525 vn_encode_VkDevice(enc, &device); in vn_encode_vkAllocateDescriptorSets()
537 static inline size_t vn_sizeof_vkAllocateDescriptorSets_reply(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) in vn_sizeof_vkAllocateDescriptorSets_reply() argument
544 /* skip device */ in vn_sizeof_vkAllocateDescriptorSets_reply()
557 static inline VkResult vn_decode_vkAllocateDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) in vn_decode_vkAllocateDescriptorSets_reply() argument
565 /* skip device */ in vn_decode_vkAllocateDescriptorSets_reply()
579 static inline size_t vn_sizeof_vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) in vn_sizeof_vkFreeDescriptorSets() argument
585 cmd_size += vn_sizeof_VkDevice(&device); in vn_sizeof_vkFreeDescriptorSets()
599 vn_encode_vkFreeDescriptorSets(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) vn_encode_vkFreeDescriptorSets() argument
618 vn_sizeof_vkFreeDescriptorSets_reply(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) vn_sizeof_vkFreeDescriptorSets_reply() argument
633 vn_decode_vkFreeDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) vn_decode_vkFreeDescriptorSets_reply() argument
649 vn_sizeof_vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_sizeof_vkUpdateDescriptorSets() argument
676 vn_encode_vkUpdateDescriptorSets(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_encode_vkUpdateDescriptorSets() argument
702 vn_sizeof_vkUpdateDescriptorSets_reply(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_sizeof_vkUpdateDescriptorSets_reply() argument
716 vn_decode_vkUpdateDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_decode_vkUpdateDescriptorSets_reply() argument
729 vn_submit_vkAllocateDescriptorSets(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets, struct vn_instance_submit_command *submit) vn_submit_vkAllocateDescriptorSets() argument
750 vn_submit_vkFreeDescriptorSets(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets, struct vn_instance_submit_command *submit) vn_submit_vkFreeDescriptorSets() argument
771 vn_submit_vkUpdateDescriptorSets(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies, struct vn_instance_submit_command *submit) vn_submit_vkUpdateDescriptorSets() argument
792 vn_call_vkAllocateDescriptorSets(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) vn_call_vkAllocateDescriptorSets() argument
808 vn_async_vkAllocateDescriptorSets(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) vn_async_vkAllocateDescriptorSets() argument
814 vn_call_vkFreeDescriptorSets(struct vn_instance *vn_instance, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) vn_call_vkFreeDescriptorSets() argument
830 vn_async_vkFreeDescriptorSets(struct vn_instance *vn_instance, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) vn_async_vkFreeDescriptorSets() argument
836 vn_call_vkUpdateDescriptorSets(struct vn_instance *vn_instance, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_call_vkUpdateDescriptorSets() argument
849 vn_async_vkUpdateDescriptorSets(struct vn_instance *vn_instance, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_async_vkUpdateDescriptorSets() argument
[all...]
H A Dvn_protocol_driver_descriptor_set_layout.h506 static inline size_t vn_sizeof_vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) in vn_sizeof_vkCreateDescriptorSetLayout() argument
512 cmd_size += vn_sizeof_VkDevice(&device); in vn_sizeof_vkCreateDescriptorSetLayout()
526 static inline void vn_encode_vkCreateDescriptorSetLayout(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) in vn_encode_vkCreateDescriptorSetLayout() argument
533 vn_encode_VkDevice(enc, &device); in vn_encode_vkCreateDescriptorSetLayout()
542 static inline size_t vn_sizeof_vkCreateDescriptorSetLayout_reply(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) in vn_sizeof_vkCreateDescriptorSetLayout_reply() argument
549 /* skip device */ in vn_sizeof_vkCreateDescriptorSetLayout_reply()
559 static inline VkResult vn_decode_vkCreateDescriptorSetLayout_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) in vn_decode_vkCreateDescriptorSetLayout_reply() argument
567 /* skip device */ in vn_decode_vkCreateDescriptorSetLayout_reply()
579 static inline size_t vn_sizeof_vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyDescriptorSetLayout() argument
585 cmd_size += vn_sizeof_VkDevice(&device); in vn_sizeof_vkDestroyDescriptorSetLayout()
594 vn_encode_vkDestroyDescriptorSetLayout(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) vn_encode_vkDestroyDescriptorSetLayout() argument
607 vn_sizeof_vkDestroyDescriptorSetLayout_reply(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) vn_sizeof_vkDestroyDescriptorSetLayout_reply() argument
619 vn_decode_vkDestroyDescriptorSetLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyDescriptorSetLayout_reply() argument
630 vn_sizeof_vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_sizeof_vkGetDescriptorSetLayoutSupport() argument
647 vn_encode_vkGetDescriptorSetLayoutSupport(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_encode_vkGetDescriptorSetLayoutSupport() argument
661 vn_sizeof_vkGetDescriptorSetLayoutSupport_reply(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_sizeof_vkGetDescriptorSetLayoutSupport_reply() argument
675 vn_decode_vkGetDescriptorSetLayoutSupport_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_decode_vkGetDescriptorSetLayoutSupport_reply() argument
690 vn_submit_vkCreateDescriptorSetLayout(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout, struct vn_instance_submit_command *submit) vn_submit_vkCreateDescriptorSetLayout() argument
711 vn_submit_vkDestroyDescriptorSetLayout(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroyDescriptorSetLayout() argument
732 vn_submit_vkGetDescriptorSetLayoutSupport(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport, struct vn_instance_submit_command *submit) vn_submit_vkGetDescriptorSetLayoutSupport() argument
753 vn_call_vkCreateDescriptorSetLayout(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) vn_call_vkCreateDescriptorSetLayout() argument
769 vn_async_vkCreateDescriptorSetLayout(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) vn_async_vkCreateDescriptorSetLayout() argument
775 vn_call_vkDestroyDescriptorSetLayout(struct vn_instance *vn_instance, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyDescriptorSetLayout() argument
788 vn_async_vkDestroyDescriptorSetLayout(struct vn_instance *vn_instance, VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyDescriptorSetLayout() argument
794 vn_call_vkGetDescriptorSetLayoutSupport(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_call_vkGetDescriptorSetLayoutSupport() argument
807 vn_async_vkGetDescriptorSetLayoutSupport(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) vn_async_vkGetDescriptorSetLayoutSupport() argument
[all...]

Completed in 30 milliseconds

1...<<11121314151617181920>>...115