Home
last modified time | relevance | path

Searched defs:queues (Results 1 - 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device.h43 struct vn_queue *queues; member
H A Dvn_device.c86 struct vn_queue *queues = in vn_device_init_queues() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/
H A Dshmget03.c24 static int *queues; variable
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
H A Dmsgget03.c25 static int *queues; variable
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.h63 } queues[] = { variable
H A Dtu_device.h209 struct tu_queue *queues[TU_MAX_QUEUE_FAMILIES]; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h130 struct list_head queues; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h79 } queues[] = { variable
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.h108 struct u_vector queues; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.hpp184 Queue *const queues = nullptr; member in vk::Device
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp140 VkQueueFamilyProperties* queues = (VkQueueFamilyProperties*)malloc(sizeof(VkQueueFamilyProperties) * count); in SetupVulkan() local
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp148 VkQueueFamilyProperties* queues = (VkQueueFamilyProperties*)malloc(sizeof(VkQueueFamilyProperties) * count); in SetupVulkan() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp525 Queues queues[COUNT] = in basicMultiQueueCase() local
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp105 vector<VkQueue> queues; member
238 MultiQueues& queues = *moveQueues; in createQueues() local
356 executeComputePipeline(const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const deUint32& shadersExecutions) executeComputePipeline() argument
430 executeGraphicPipeline(const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderPass, const deUint32 shadersExecutions) executeGraphicPipeline() argument
526 ThreadGroupThread(const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& shadersExecutions) ThreadGroupThread() argument
648 CreateComputeThread(const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& shadersExecutions) CreateComputeThread() argument
687 CreateGraphicThread(const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderPass, const vector<deUint32>& shadersExecutions) CreateGraphicThread() argument
744 MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_COMPUTE_BIT, instance, instanceDriver); iterate() local
872 MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_GRAPHICS_BIT, instance, instanceDriver); iterate() local
[all...]
H A DvktSynchronizationCrossInstanceSharingTests.cpp393 std::vector<vk::VkDeviceQueueCreateInfo> queues; in createTestDevice() local
H A DvktSynchronizationSignalOrderTests.cpp157 std::vector<VkDeviceQueueCreateInfo> queues; in createTestDevice() local
H A DvktSynchronizationWin32KeyedMutexTests.cpp185 std::vector<vk::VkDeviceQueueCreateInfo> queues; in createTestDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp445 Queues queues[COUNT] = in basicMultiQueueCase() local
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp105 vector<VkQueue> queues; member
238 MultiQueues& queues = *moveQueues; in createQueues() local
356 executeComputePipeline(const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const deUint32& shadersExecutions) executeComputePipeline() argument
430 executeGraphicPipeline(const Context& context, const VkPipeline& pipeline, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderPass, const deUint32 shadersExecutions) executeGraphicPipeline() argument
526 ThreadGroupThread(const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& shadersExecutions) ThreadGroupThread() argument
648 CreateComputeThread(const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const vector<deUint32>& shadersExecutions) CreateComputeThread() argument
687 CreateGraphicThread(const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo, const VkPipelineLayout& pipelineLayout, const VkDescriptorSetLayout& descriptorSetLayout, MultiQueues& queues, const VkRenderPass& renderPass, const vector<deUint32>& shadersExecutions) CreateGraphicThread() argument
744 MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_COMPUTE_BIT, instance, instanceDriver); iterate() local
872 MovePtr<MultiQueues> queues = createQueues(m_context, VK_QUEUE_GRAPHICS_BIT, instance, instanceDriver); iterate() local
[all...]
H A DvktSynchronizationCrossInstanceSharingTests.cpp396 std::vector<vk::VkDeviceQueueCreateInfo> queues; in createTestDevice() local
H A DvktSynchronizationSignalOrderTests.cpp139 std::vector<VkDeviceQueueCreateInfo> queues; in createTestDevice() local
/third_party/ffmpeg/libavutil/
H A Dvulkan.h163 FFVkQueueCtx *queues; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1117 VkQueueFlagBits queues[] = { VK_QUEUE_GRAPHICS_BIT, VK_QUEUE_COMPUTE_BIT, VK_QUEUE_TRANSFER_BIT }; in createBufferMarkerTestsInGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp211 const VkDeviceQueueCreateInfo queues[] = in SingletonDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp225 const VkDeviceQueueCreateInfo queues[] = in SingletonDevice() local

Completed in 32 milliseconds

12