Home
last modified time | relevance | path

Searched defs:query (Results 26 - 50 of 427) sorted by relevance

12345678910>>...18

/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_setup.h35 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 Di915_query.c38 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 Dlima_query.c45 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 Dvmw_query.c43 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 DglcInfoTests.cpp46 QueryStringCase(Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
/third_party/skia/tests/
H A DRTreeTest.cpp28 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 Dtes3InfoTests.cpp48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31InfoTests.cpp48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query) in QueryStringCase() argument
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2InfoTests.cpp48 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 Dionutils.c53 struct ion_heap_query query; in ion_export_buffer_fd() local
/third_party/libcoap/examples/contiki/
H A Dserver.c71 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 Dtest_wellknown.c169 coap_string_t *query; in t_wellknown4() local
/third_party/mesa3d/src/android_stub/
H A Dnativewindow_stub.cpp63 ANativeWindow_query(const ANativeWindow *window, ANativeWindowQuery query, int *value) ANativeWindow_query() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_pipe.c49 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 Dv3d_query_perfcnt.c186 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 Dv3d_query.c62 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 Dpvr_query.c151 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 Dpromises.js
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c138 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 Dnv30_screen.h28 struct nouveau_object *query; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp135 struct d3d12_query *query = CALLOC_STRUCT(d3d12_query); in d3d12_create_query() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_query.c81 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 Dr300_query.c73 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 Dproperty_query.c62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() argument
/third_party/openssl/crypto/property/
H A Dproperty_query.c62 int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query) in ossl_property_has_optional() argument

Completed in 10 milliseconds

12345678910>>...18