Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 25 of 81) sorted by relevance

1234

/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dqueries.txt5 [[queries]]
13 <<queries-pools, Query Pool>>.
14 The state of these queries can: be read back on the host, or copied to a
17 The supported query types are <<queries-occlusion,Occlusion Queries>>,
18 <<queries-pipestats,Pipeline Statistics Queries>>,
20 <<queries-result-status-only, Result Status Queries>>,
23 <<queries-video-encode-bitstream-buffer-range, Video Encode Bitstream
26 and <<queries-timestamps, Timestamp Queries>>.
28 <<queries-performance, Performance Queries>> are supported if the associated
32 <<queries-transform-feedback, Transform Feedback Queries>> are supported if
[all …]
/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_timer_query.txt128 Timer queries use query objects to track the amount of time needed to
132 Timer queries are associated with query objects. The command
172 timer queries. The timer is started or stopped when the effects from all
197 that object is marked available. QueryCounterANGLE timer queries can be
221 TIMESTAMP_ANGLE for timer queries.
231 For timer queries (TIME_ELAPSED_ANGLE and TIMESTAMP_ANGLE), if the number
256 that if any query object returns a result available of TRUE, all queries
262 If multiple queries are issued on the same target and id prior to
264 from the last query issued. The results from any queries before the
349 GLint queries[N];
[all …]
DEXT_robustness.txt55 OpenGL queries that that return (write) some number of bytes to a
58 queries with return value sizes that are not expressed directly by
64 can cause buffer overflows for another context's OpenGL queries.
78 * For all existing OpenGL queries, provide additional "safe" APIs
123 Returned by GetIntegerv and related simple queries when <value> is
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_INTEL_performance_query/
Dqueries.txt6 [[queries-performance-intel]]
7 == Intel performance queries
9 Intel performance queries allow an application to capture performance data
11 Performance queries are used in a similar way than other types of queries.
12 A main difference with existing queries is that the resulting data should be
16 [open,refpage='vkInitializePerformanceApiINTEL',desc='Initialize a device for performance queries',…
19 performance queries with the call:
23 * pname:device is the logical device used for the queries.
45 …ninitializePerformanceApiINTEL',desc='Uninitialize a device for performance queries',type='protos']
48 performance queries with the call:
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_KHR_performance_query.txt36 We extend elink:VkQueryType to add a new query type for performance queries,
38 performance queries to enable.
47 *RESOLVED* No - queries are tied to command buffer creation and thus have to
50 2) Should this extension include a mechanism to begin and end queries
84 8) Should we allow performance queries to interact with multiview?
86 *RESOLVED* Yes, but the performance queries must be performed once for each
89 9) Should a `queryCount > 1` be usable for performance queries?
221 // that will use performance queries
DVK_KHR_ray_query.txt67 visibility and ray tracing for secondary queries.
69 Ray queries are available to all shader types, including graphics, compute
71 Ray queries are not able to launch additional shaders, instead returning
121 ** `apiext:VK_KHR_ray_query` (for ray queries in existing shader stages)
DVK_KHR_surface.txt79 enabled extensions and features) for the queries, Vulkan was released only
83 or parameters, via extensible versions of the queries:
198 queries in this extension.
DVK_EXT_host_query_reset.txt23 This extension adds a new function to reset queries from the host.
DVK_KHR_external_semaphore_capabilities.txt25 This extension provides a set of capability queries and handle definitions
DVK_KHR_external_fence_capabilities.txt27 This extension provides a set of capability queries and handle definitions
DVK_EXT_hdr_metadata.txt47 *PROPOSED*: No, Vulkan does not provide queries for state that the
DVK_AMD_shader_fragment_mask.txt48 This example shows a shader that queries the fragment mask from a
DVK_KHR_external_memory_win32.txt57 returning them in the supported handle types of the instance level queries.
DVK_NV_external_memory_capabilities.txt24 This extension provides a set of capability queries that allow applications
DVK_EXT_fragment_density_map2.txt23 host latency as well as improved queries for subsampled sampler
DVK_KHR_external_semaphore_win32.txt44 returning them in the supported handle types of the instance level queries.
/device/generic/vulkan-cereal/protocols/vulkan/chapters/commonvalidity/
Dquery_begin_common.txt8 All queries used by the command must: be unavailable
24 If the <<features-occlusionQueryPrecise,precise occlusion queries>>
29 pname:query must: be less than the number of queries in pname:queryPool
54 or equal to the number of queries in pname:queryPool
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME10 This function queries the host renderer version number.
13 This function queries the host renderer for the EGL version
17 This function queries the host for EGL string (.i.e EGL_EXTENSIONS).
24 queries the host for the number of supported EGL configs.
29 This function queries the host for the all set of supported configs
52 queries the host for framebuffer parameter, see renderControl_types.h
128 This function queries the host for the pixel content of a colorBuffer's
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
Dgles3_only_functions.h94 X(void, glGenQueries, (GLsizei n, GLuint * queries), (n, queries)) \
95 X(void, glDeleteQueries, (GLsizei n, const GLuint * queries), (n, queries)) \
Dgles3_only_dispatch_logging_wrappers.impl419 void glGenQueries_dispatchLoggingWrapper(GLsizei n, GLuint * queries) {
420 DISPATCH_DEBUG_LOG("glGenQueries(n:%d, queries:%p)", n, queries);
421 GLDispatch::glGenQueries_underlying(n, queries);
424 void glDeleteQueries_dispatchLoggingWrapper(GLsizei n, const GLuint * queries) {
425 DISPATCH_DEBUG_LOG("glDeleteQueries(n:%d, queries:%p)", n, queries);
426 GLDispatch::glDeleteQueries_underlying(n, queries);
Dgles3_only.entries65 # More vertex attribute setters / queries
125 void glGenQueries(GLsizei n, GLuint * queries);
126 void glDeleteQueries(GLsizei n, const GLuint * queries);
Dgles3_only_static_translator_namespaced_header.h94 GL_APICALL void GL_APIENTRY glGenQueries(GLsizei n, GLuint * queries);
95 GL_APICALL void GL_APIENTRY glDeleteQueries(GLsizei n, const GLuint * queries);
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_performance_query/
Dqueriesperformance.txt5 [[queries-performance]]
26 Performance queries use the existing flink:vkCmdBeginQuery and
/device/generic/vulkan-cereal/third-party/angle/doc/
DExtensionSupport.md31 * reset notifications and sized queries only, no robust buffer access
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib743 dir queries out
744 len queries (n * sizeof(GLuint))
748 len queries (n * sizeof(GLuint))

1234