Searched defs:queue_properties (Results 1 – 5 of 5) sorted by relevance
146 cl_queue_properties queue_properties[] = { CL_QUEUE_PROPERTIES, 0, 0, 0, 0, 0, 0 }; in test_queue_priority() local
570 … auto queue_properties = CLScheduler::get().queue().getInfo<CL_QUEUE_PROPERTIES>(nullptr); in run() local
6702 cl_queue_properties queue_properties[] = { in CommandQueue() local6750 cl_queue_properties queue_properties[] = { in CommandQueue() local6797 cl_queue_properties queue_properties[] = { in CommandQueue() local6847 cl_queue_properties queue_properties[] = { in CommandQueue() local6881 cl_queue_properties queue_properties[] = { in CommandQueue() local6914 cl_queue_properties queue_properties[] = { in CommandQueue() local8162 cl_queue_properties queue_properties[] = { in DeviceCommandQueue() local8186 cl_queue_properties queue_properties[] = { in DeviceCommandQueue() local8211 cl_queue_properties queue_properties[] = { in DeviceCommandQueue() local8304 cl_queue_properties queue_properties[] = { in makeDefault() local[all …]
74 cl_command_queue_properties queue_properties; member
74 std::vector<VkQueueFamilyProperties> PhysicalDevice::queue_properties() const { in queue_properties() function in vk_testing::PhysicalDevice