| /third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
| D | msgget03.c | 25 static int *queues; variable
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/shmget/ |
| D | shmget03.c | 24 static int *queues; variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 105 vector<VkQueue> queues; member 238 MultiQueues& queues = *moveQueues; in createQueues() local 357 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const deUint32& shadersExec… in executeComputePipeline() 431 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderP… in executeGraphicPipeline() 527 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& sha… in ThreadGroupThread() 650 MultiQueues& queues, const vector<deUint32>& shadersExecutions) in CreateComputeThread() 689 … MultiQueues& queues, const VkRenderPass& renderPass, const vector<deUint32>& shadersExecutions) in CreateGraphicThread() 744 …MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_COMPUTE_BIT, instance, insta… in iterate() local 872 …MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_GRAPHICS_BIT, instance, ins… in iterate() local
|
| D | vktSynchronizationBasicSemaphoreTests.cpp | 525 Queues queues[COUNT] = in basicMultiQueueCase() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 105 vector<VkQueue> queues; member 238 MultiQueues& queues = *moveQueues; in createQueues() local 357 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const deUint32& shadersExec… in executeComputePipeline() 431 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderP… in executeGraphicPipeline() 527 …const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& sha… in ThreadGroupThread() 650 MultiQueues& queues, const vector<deUint32>& shadersExecutions) in CreateComputeThread() 689 … MultiQueues& queues, const VkRenderPass& renderPass, const vector<deUint32>& shadersExecutions) in CreateGraphicThread() 744 …MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_COMPUTE_BIT, instance, insta… in iterate() local 872 …MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_GRAPHICS_BIT, instance, ins… in iterate() local
|
| D | vktSynchronizationBasicSemaphoreTests.cpp | 445 Queues queues[COUNT] = in basicMultiQueueCase() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_utrace_perfetto.h | 46 struct panvk_utrace_perfetto_queue queues[PANVK_UTRACE_PERFETTO_QUEUE_COUNT]; member
|
| D | panvk_device.h | 63 struct panvk_queue *queues[PANVK_MAX_QUEUE_FAMILIES]; member
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_device.h | 50 struct vn_queue *queues; member
|
| D | vn_device.c | 88 struct vn_queue *queues = in vn_device_init_queues() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_perfetto.h | 77 struct list_head queues; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDevice.hpp | 184 Queue *const queues = nullptr; member in vk::Device
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_perfetto.h | 63 } queues[] = { variable
|
| /third_party/mesa3d/src/gallium/frontends/rusticl/core/ |
| D | queue.rs | 231 let mut queues = Event::deep_unflushed_queues(&events); in flush() localVariable
|
| /third_party/mesa3d/src/intel/ds/ |
| D | intel_driver_ds.h | 146 struct list_head queues; member
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.h | 188 struct list_head queues; member
|
| /third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| D | amdgpu_winsys.h | 199 struct amdgpu_queue queues[AMDGPU_MAX_QUEUES]; member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_perfetto.cc | 67 } queues[] = { variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| D | vktVideoTestUtils.cpp | 605 std::vector<VkQueueFamilyProperties2> queues(count); in getSupportedCodecs() local
|
| /third_party/ffmpeg/libavutil/ |
| D | vulkan.h | 163 FFVkQueueCtx *queues; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| D | vktApiBufferMarkerTests.cpp | 1020 VkQueueFlagBits queues[] = { VK_QUEUE_GRAPHICS_BIT, VK_QUEUE_COMPUTE_BIT, VK_QUEUE_TRANSFER_BIT }; in createBufferMarkerTestsInGroup() local
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | validitygenerator.py | 1071 def conditionallyRemoveQueueType(self, queues, queuetype, condition): argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferMarkerTests.cpp | 1117 VkQueueFlagBits queues[] = { VK_QUEUE_GRAPHICS_BIT, VK_QUEUE_COMPUTE_BIT, VK_QUEUE_TRANSFER_BIT }; in createBufferMarkerTestsInGroup() local
|
| /third_party/mesa3d/include/drm-uapi/ |
| D | panthor_drm.h | 759 struct drm_panthor_obj_array queues; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 225 const VkDeviceQueueCreateInfo queues[] = in SingletonDevice() local
|