Searched refs:priorities (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_global_priority.adoc | 18 In Vulkan, users can specify device-scope queue priorities. 22 priorities supported by a queue family, and then set a priority when
|
D | VK_EXT_global_priority.adoc | 21 In Vulkan, users can specify device-scope queue priorities.
|
D | VK_EXT_global_priority_query.adoc | 19 priorities supported by a queue family.
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 345 std::vector<float> priorities; in testDeviceCreation() local 348 priorities.push_back(1.0f); in testDeviceCreation() 355 priorities.data(), in testDeviceCreation()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1492 * pname:priorityCount is the number of supported global queue priorities 1494 * pname:priorities is an array of ename:VK_MAX_GLOBAL_PRIORITY_SIZE_EXT 1496 queue priorities in this queue family. 1502 with the list of supported global queue priorities for the indicated family. 1504 The valid elements of pname:priorities must: not contain any duplicate 1507 The valid elements of pname:priorities must: be a continuous sequence of 1514 pname:priorities as ename:VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR, 1522 [open,refpage='VK_MAX_GLOBAL_PRIORITY_SIZE_KHR',desc='Length of an array of global queue priorities… 1526 priorities, as returned in 1527 slink:VkQueueFamilyGlobalPriorityPropertiesKHR::pname:priorities. [all …]
|
D | memory.adoc | 1932 The granularity of the priorities is implementation-dependent. 1963 The granularity of the priorities is implementation-dependent.
|
D | features.adoc | 2849 implementation supports memory priorities specified at memory allocation 4488 priorities.
|
D | limits.adoc | 765 number of discrete priorities that can: be assigned to a queue based on
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | Roadmap.adoc | 83 Periodically, the working group should reevaluate the priorities of these problems, and plan to wor…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1305 const GLclampf *priorities );
|
D | glext.h | 5189 …YP PFNGLPRIORITIZETEXTURESXOESPROC) (GLsizei n, const GLuint *textures, const GLfixed *priorities); 5293 …d APIENTRY glPrioritizeTexturesxOES (GLsizei n, const GLuint *textures, const GLfixed *priorities); 8558 …YP PFNGLPRIORITIZETEXTURESEXTPROC) (GLsizei n, const GLuint *textures, const GLclampf *priorities); 8565 …d APIENTRY glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *priorities);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1343 const GLclampf *priorities );
|
D | glext.h | 9001 …d APIENTRY glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *priorities); 9008 …YP PFNGLPRIORITIZETEXTURESEXTPROC) (GLsizei n, const GLuint *textures, const GLclampf *priorities);
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9638 VkQueueGlobalPriorityKHR priorities[VK_MAX_GLOBAL_PRIORITY_SIZE_KHR]; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 11780 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyGlobalPriorityPropertiesKHR.priorities[i] ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2839 priorities for protected and unprotected queues created from the same
|