| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf_setup.h | 35 struct intel_perf_query_info *query = rzalloc(perf, struct intel_perf_query_info); in intel_query_alloc() local 47 struct intel_perf_query_info *query = intel_query_alloc(perf, ncounters); in hsw_query_alloc() local 62 struct intel_perf_query_info *query = intel_query_alloc(perf, ncounters); bdw_query_alloc() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_query.c | 38 unsigned query; member 44 struct i915_query *query = CALLOC_STRUCT(i915_query); in i915_create_query() local 50 i915_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in i915_destroy_query() argument 56 i915_begin_query(struct pipe_context *ctx, struct pipe_query *query) in i915_begin_query() argument 62 i915_end_query(struct pipe_context *ctx, struct pipe_query *query) in i915_end_query() argument 68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in i915_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_query.c | 45 struct lima_query *query = calloc(1, sizeof(*query)); in lima_create_query() local 52 lima_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in lima_destroy_query() argument 58 lima_begin_query(struct pipe_context *ctx, struct pipe_query *query) in lima_begin_query() argument 64 lima_end_query(struct pipe_context *ctx, struct pipe_query *query) in lima_end_query() argument 70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in lima_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_query.c | 43 struct svga_winsys_gb_query *query; in vmw_svga_winsys_query_create() local 66 vmw_svga_winsys_query_destroy(struct svga_winsys_screen *sws, struct svga_winsys_gb_query *query) vmw_svga_winsys_query_destroy() argument 76 vmw_svga_winsys_query_init(struct svga_winsys_screen *sws, struct svga_winsys_gb_query *query, unsigned offset, SVGA3dQueryState queryState) vmw_svga_winsys_query_init() argument 103 vmw_svga_winsys_query_get_result(struct svga_winsys_screen *sws, struct svga_winsys_gb_query *query, unsigned offset, SVGA3dQueryState *queryState, void *result, uint32 resultLen) vmw_svga_winsys_query_get_result() argument 137 vmw_swc_query_bind(struct svga_winsys_context *swc, struct svga_winsys_gb_query *query, unsigned flags) vmw_swc_query_bind() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcInfoTests.cpp | 46 QueryStringCase(Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
|
| /third_party/skia/tests/ |
| H A D | RTreeTest.cpp | 28 static bool verify_query(SkRect query, SkRect rects[], const std::vector<int>& found) { in verify_query() argument 50 SkRect query = random_rect(rand); in run_queries() local
|
| /third_party/vk-gl-cts/modules/gles3/ |
| H A D | tes3InfoTests.cpp | 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
|
| /third_party/vk-gl-cts/modules/gles31/ |
| H A D | tes31InfoTests.cpp | 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
|
| /third_party/vk-gl-cts/modules/gles2/ |
| H A D | tes2InfoTests.cpp | 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
| H A D | ionutils.c | 53 struct ion_heap_query query; in ion_export_buffer_fd() local
|
| /third_party/libcoap/examples/contiki/ |
| H A D | server.c | 71 hnd_get_time(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_time() argument
|
| /third_party/libcoap/tests/ |
| H A D | test_wellknown.c | 169 coap_string_t *query; in t_wellknown4() local
|
| /third_party/mesa3d/src/android_stub/ |
| H A D | nativewindow_stub.cpp | 63 ANativeWindow_query(const ANativeWindow *window, ANativeWindowQuery query, int *value) ANativeWindow_query() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_query_pipe.c | 49 v3d_destroy_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_destroy_query_pipe() argument 58 v3d_begin_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_begin_query_pipe() argument 101 v3d_end_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_end_query_pipe() argument 139 v3d_get_query_result_pipe(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_pipe() argument 196 struct v3d_query *query = &pquery->base; v3d_create_query_pipe() local [all...] |
| H A D | v3d_query_perfcnt.c | 186 v3d_destroy_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_destroy_query_perfcnt() argument 205 v3d_begin_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_begin_query_perfcnt() argument 247 v3d_end_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_end_query_perfcnt() argument 275 v3d_get_query_result_perfcnt(struct v3d_context *v3d, struct v3d_query *query, bool wait, union pipe_query_result *vresult) v3d_get_query_result_perfcnt() argument 317 struct v3d_query *query; v3d_create_batch_query_perfcnt() local [all...] |
| H A D | v3d_query.c | 62 v3d_destroy_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_destroy_query() argument 71 v3d_begin_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_begin_query() argument 80 v3d_end_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_end_query() argument 89 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query, in v3d_get_query_result() argument
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_query.c | 151 pvr_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) pvr_CmdBeginQuery() argument 159 pvr_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) pvr_CmdEndQuery() argument
|
| /third_party/node/lib/internal/dns/ |
| H A D | promises.js | |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_context.c | 138 llvmpipe_render_condition(struct pipe_context *pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) llvmpipe_render_condition() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 28 struct nouveau_object *query; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_query.cpp | 135 struct d3d12_query *query = CALLOC_STRUCT(d3d12_query); in d3d12_create_query() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_query.c | 81 panvk_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) panvk_CmdBeginQuery() argument 90 panvk_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) panvk_CmdEndQuery() argument 98 panvk_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) panvk_CmdWriteTimestamp2() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_query.c | 73 r300_destroy_query(struct pipe_context* pipe, struct pipe_query* query) r300_destroy_query() argument 82 r300_resume_query(struct r300_context *r300, struct r300_query *query) r300_resume_query() argument 89 r300_begin_query(struct pipe_context* pipe, struct pipe_query* query) r300_begin_query() argument 116 r300_end_query(struct pipe_context* pipe, struct pipe_query* query) r300_end_query() argument 140 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, bool wait, union pipe_query_result *vresult) r300_get_query_result() argument 184 r300_render_condition(struct pipe_context *pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) r300_render_condition() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/property/ |
| H A D | property_query.c | 62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() argument
|
| /third_party/openssl/crypto/property/ |
| H A D | property_query.c | 62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() argument
|