Home
last modified time | relevance | path

Searched refs:priorities (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D2-1.c39 static int priorities[3]; variable
78 if (!priorities[0]) in thread_func()
79 priorities[0] = sp.sched_priority; in thread_func()
80 else if (!priorities[1]) in thread_func()
81 priorities[1] = sp.sched_priority; in thread_func()
83 priorities[2] = sp.sched_priority; in thread_func()
196 if (priorities[0] != PRIO_HIGH) in main()
198 priorities[0], PRIO_HIGH); in main()
199 else if (priorities[1] != PRIO_MED) in main()
201 priorities[1], PRIO_MED); in main()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp44 QueueGlobalPriorities priorities, in findQueueFamilyIndex() argument
84 matches = priorities.any(prios); in findQueueFamilyIndex()
85 else matches = priorities.all(prios); in findQueueFamilyIndex()
109 m_priorities.insert(source.priorities[i]); in QueueGlobalPriorities()
111 QueueGlobalPriorities::QueueGlobalPriorities (std::initializer_list<Priority> priorities) in QueueGlobalPriorities() argument
113 for (auto i = priorities.begin(); i != priorities.end(); ++i) in QueueGlobalPriorities()
156 res.priorities[std::distance(start, i)] = *i; in make()
DvktGlobalPriorityQueueUtils.hpp49 QueueGlobalPriorities (std::initializer_list<Priority> priorities);
66 QueueGlobalPriorities priorities = QueueGlobalPriorities::full(),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp44 QueueGlobalPriorities priorities, in findQueueFamilyIndex() argument
84 matches = priorities.any(prios); in findQueueFamilyIndex()
85 else matches = priorities.all(prios); in findQueueFamilyIndex()
109 m_priorities.insert(source.priorities[i]); in QueueGlobalPriorities()
111 QueueGlobalPriorities::QueueGlobalPriorities (std::initializer_list<Priority> priorities) in QueueGlobalPriorities() argument
113 for (auto i = priorities.begin(); i != priorities.end(); ++i) in QueueGlobalPriorities()
156 res.priorities[std::distance(start, i)] = *i; in make()
DvktGlobalPriorityQueueUtils.hpp49 QueueGlobalPriorities (std::initializer_list<Priority> priorities);
66 QueueGlobalPriorities priorities = QueueGlobalPriorities::full(),
/third_party/toybox/toys/posix/
Dlogger.c56 *priorities[] = {"emerg", "alert", "crit", "error", "warning", "notice", in logger_main() local
76 priority = arrayfind(s1, priorities, ARRAY_LEN(priorities)); in logger_main()
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
99 selection priorities than the ones in (i+1)-th category. If a matching
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
38 The visual selection priorities of all the visuals in one category
40 The visual selection priorities in one category follow the rules
99 selection priorities than the ones in (i+1)-th category. If a matching
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc65 const float priorities[1] = {1.0f}; in VulkanDevice() local
73 .pQueuePriorities = priorities, in VulkanDevice()
83 .pQueuePriorities = priorities, in VulkanDevice()
178 const float priorities[1] = {1.0f}; in VulkanDevice() local
186 .pQueuePriorities = priorities, in VulkanDevice()
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dpriority.dart25 /// Maximum offset by which to clamp relative priorities.
27 /// It is still possible to have priorities that are offset by more
/third_party/EGL/extensions/EXT/
DEGL_EXT_config_select_group.txt45 different config selection categories. The config selection priorities of
47 other categories. The config selection priorities in one category follow
/third_party/node/doc/guides/
Dtechnical-values.md1 # Technical values and priorities
3 The project uses these technical values to establish priorities and guide
/third_party/mesa3d/src/virtio/virtio-gpu/
Ddrm_hw.h21 uint32_t priorities; member
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_global_priority.adoc18 In Vulkan, users can specify device-scope queue priorities.
22 priorities supported by a queue family, and then set a priority when
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc113 // priorities of the thread so that it can perform background work without
116 // priorities of the thread as they were before the thread entered background
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
Dcoverage.txt7 1 YES max and min priorities are taken from the system (AIX)
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_1_autogen.cpp551 void GL_APIENTRY PrioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities) in PrioritizeTextures() argument
555 n, (uintptr_t)textures, (uintptr_t)priorities); in PrioritizeTextures()
562 ValidatePrioritizeTextures(context, n, textures, priorities)); in PrioritizeTextures()
565 context->prioritizeTextures(n, textures, priorities); in PrioritizeTextures()
567 ANGLE_CAPTURE(PrioritizeTextures, isCallValid, context, n, textures, priorities); in PrioritizeTextures()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_object.txt71 const clampf* priorities);
181 texture object. PrioritizeTexturesEXT sets the priorities of the <n>
182 texture objects in <textures> to the values in <priorities>. Each
253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities,
258 values, then the bound texture objects have their priorities, border
288 n*4 LISTofFLOAT32 priorities
/third_party/openGLES/extensions/EXT/
DEXT_texture_object.txt71 const clampf* priorities);
181 texture object. PrioritizeTexturesEXT sets the priorities of the <n>
182 texture objects in <textures> to the values in <priorities>. Each
253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities,
258 values, then the bound texture objects have their priorities, border
288 n*4 LISTofFLOAT32 priorities
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_1_autogen.h26 void prioritizeTextures(GLsizei n, const GLuint *textures, const GLfloat *priorities); \
DvalidationGL11.cpp83 const GLfloat *priorities) in ValidatePrioritizeTextures() argument
DvalidationGL11_autogen.h52 const GLfloat *priorities);
/third_party/nghttp2/doc/
Dprogrammers-guide.rst482 Stream priorities
491 RFC 7540 priorities, and instead it enables RFC 9218 Extensible
493 to convey the stream priorities to a remote endpoint: Priority header
507 For the purpose of smooth migration from RFC 7540 priorities, client
519 Server has an optional mechanism to fallback to RFC 7540 priorities.
521 1, it completely disables RFC 7540 priorities and no fallback. By
524 falls back to RFC 7540 priorities if it sends
/third_party/flutter/flutter/packages/flutter/lib/
Dscheduler.dart10 /// given priorities.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL11_autogen.h52 const GLfloat *priorities);

123456