Home
last modified time | relevance | path

Searched defs:queue_props (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/pocl/pocl-1.8/lib/CL/
H A DclCreateCommandQueueWithProperties.c35 cl_command_queue_properties queue_props = 0; in POname() local
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Dcommand.cpp931 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
1011 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
1100 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkvulkancontext.c887 VkQueueFamilyProperties *queue_props; in gdk_display_create_vulkan_device() local
937 VkQueueFamilyProperties *queue_props = g_newa (VkQueueFamilyProperties, n_queue_props); in gdk_display_create_vulkan_device() local
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/tests/
H A Dvktestbinding.cpp219 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray()
245 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local
305 std::vector<VkQueueFamilyProperties> queue_props(queue_node_count); in init_queues() local
H A Dvkrenderframework.h79 std::vector<VkQueueFamilyProperties> queue_props; variable
H A Dsynchronization2_tests.cpp1274 VkQueueFamilyProperties *queue_props = NULL; in TEST_F() local
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvktestbinding.cpp219 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray()
245 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local
305 std::vector<VkQueueFamilyProperties> queue_props(queue_node_count); in init_queues() local
H A Dvklayertests_portability_subset.cpp43 const std::vector<VkQueueFamilyProperties> queue_props = phys_device.queue_properties(); in TEST_F() local
H A Dvkrenderframework.h78 std::vector<VkQueueFamilyProperties> queue_props; variable
H A Dvksyncvaltests.cpp1943 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
3628 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
H A Dvklayertests_others.cpp824 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
2270 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_count]; in TEST_F() local
2358 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
3117 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
8239 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
12247 std::vector<VkQueueFamilyProperties> queue_props(queue_count); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvktestbinding.cpp219 QueueCreateInfoArray::QueueCreateInfoArray(const std::vector<VkQueueFamilyProperties> &queue_props) in QueueCreateInfoArray()
245 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init() local
305 std::vector<VkQueueFamilyProperties> queue_props(queue_node_count); in init_queues() local
H A Dvkrenderframework.h78 std::vector<VkQueueFamilyProperties> queue_props; variable
H A Dvklayertests_others.cpp765 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_node_count]; in TEST_F() local
2692 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_count]; in TEST_F() local
2780 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_count]; in TEST_F() local
3539 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_count]; in TEST_F() local
8761 VkQueueFamilyProperties *queue_props = new VkQueueFamilyProperties[queue_count]; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/vulkaninfo/
H A Dvulkaninfo.cpp676 AppQueueFamilyProperties queue_props = AppQueueFamilyProperties(gpu, i); in DumpGpu() local
697 AppQueueFamilyProperties queue_props = AppQueueFamilyProperties(gpu, i); in DumpGpuJson() local
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dvulkan.cpp510 vector<VkQueueFamilyProperties> queue_props(queue_count); in create_device() local
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dvulkan.cpp510 vector<VkQueueFamilyProperties> queue_props(queue_count); in create_device() local
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dcontext.cpp559 vector<VkQueueFamilyProperties> queue_props(queue_count); in create_device() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h167 std::vector<VkQueueFamilyProperties> queue_props; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/vulkan/
H A Dvulkan.cc495 std::vector<VkQueueFamilyProperties> queue_props(queue_prop_count); in VulkanDeviceAPI() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/vulkan/
H A Dvulkan.cc476 std::vector<VkQueueFamilyProperties> queue_props(queue_prop_count); in VulkanDeviceAPI() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/vulkan/
H A Dvulkan.cc476 std::vector<VkQueueFamilyProperties> queue_props(queue_prop_count); in VulkanDeviceAPI() local
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/tests/
H A Dtriangle-vulkan.c263 VkQueueFamilyProperties *queue_props; member
/dports/graphics/glfw/glfw-3.3.4/tests/
H A Dtriangle-vulkan.c167 VkQueueFamilyProperties *queue_props; member
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/tests/
H A Dvulkan.c263 VkQueueFamilyProperties *queue_props; member

12