Home
last modified time | relevance | path

Searched defs:query (Results 201 - 225 of 288) sorted by relevance

12345678910>>...12

/third_party/curl/lib/
H A Dhttp2.c2562 cf_h2_query(struct Curl_cfilter *cf, struct Curl_easy *data, int query, int *pres1, void *pres2) cf_h2_query() argument
/third_party/libcoap/src/
H A Dcoap_block.c553 coap_find_lg_xmit_response(const coap_session_t *session, const coap_pdu_t *request, const coap_resource_t *resource, const coap_string_t *query) coap_find_lg_xmit_response() argument
592 coap_add_data_large_internal(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *pdu, coap_resource_t *resource, const coap_string_t *query, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr, int single_request, coap_pdu_code_t request_method) coap_add_data_large_internal() argument
1016 coap_add_data_large_response(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_string_t *query, uint16_t media_type, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr ) coap_add_data_large_response() argument
1959 coap_send_q_block2(coap_session_t *session, coap_resource_t *resource, const coap_string_t *query, coap_pdu_code_t request_method, coap_block_b_t block, coap_pdu_t *response, coap_send_pdu_t send_response) coap_send_q_block2() argument
2213 coap_handle_request_send_block(coap_session_t *session, coap_pdu_t *pdu, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *query) coap_handle_request_send_block() argument
3851 coap_check_code_lg_xmit(const coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_resource_t *resource, const coap_string_t *query) coap_check_code_lg_xmit() argument
[all...]
H A Dcoap_net.c2775 coap_string_t *query = NULL; in handle_request() local
2502 hnd_get_wellknown(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) hnd_get_wellknown() argument
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c1331 EGLBoolean query; in get_fourcc() local
1359 EGLBoolean query; in create_wl_buffer() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c821 cso_set_render_condition(struct cso_context *ctx, struct pipe_query *query, boolean condition, enum pipe_render_cond_flag mode) cso_set_render_condition() argument
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c646 sqtt_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, in sqtt_CmdBeginQuery() argument
653 sqtt_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) in sqtt_CmdEndQuery() argument
659 sqtt_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) sqtt_CmdWriteTimestamp2() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h667 } query; member
H A Dradv_query.c1193 unsigned query = firstQuery + query_idx; radv_GetQueryPoolResults() local
1524 unsigned query = firstQuery + i; radv_CmdCopyQueryPoolResults() local
1541 unsigned query = firstQuery + i; radv_CmdCopyQueryPoolResults() local
1564 unsigned query = firstQuery + i; radv_CmdCopyQueryPoolResults() local
1585 unsigned query = firstQuery + i; radv_CmdCopyQueryPoolResults() local
1606 unsigned query = firstQuery + i; radv_CmdCopyQueryPoolResults() local
1957 radv_CmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index) radv_CmdBeginQueryIndexedEXT() argument
1975 radv_CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) radv_CmdBeginQuery() argument
1982 radv_CmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, uint32_t index) radv_CmdEndQueryIndexedEXT() argument
2015 radv_CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) radv_CmdEndQuery() argument
2021 radv_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) radv_CmdWriteTimestamp2() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c119 tegra_destroy_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_destroy_query() argument
127 tegra_begin_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_begin_query() argument
135 tegra_end_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_end_query() argument
88 tegra_render_condition(struct pipe_context *pcontext, struct pipe_query *query, bool condition, unsigned int mode) tegra_render_condition() argument
143 tegra_get_query_result(struct pipe_context *pcontext, struct pipe_query *query, bool wait, union pipe_query_result *result) tegra_get_query_result() argument
155 tegra_get_query_result_resource(struct pipe_context *pcontext, struct pipe_query *query, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned int offset) tegra_get_query_result_resource() argument
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h412 struct intel_perf_query_info *query; global() member
[all...]
/third_party/ltp/include/lapi/
H A Dbpf.h296 } query; member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1477 dd_context_get_query_result_resource(struct pipe_context *_pipe, struct pipe_query *query, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) dd_context_get_query_result_resource() argument
[all...]
H A Ddd_pipe.h132 struct pipe_query *query; member
202 struct pipe_query *query; member
225 struct dd_query *query; member
356 dd_query(struct pipe_query *query) in dd_query() argument
362 dd_query_unwrap(struct pipe_query *query) in dd_query_unwrap() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h327 struct zink_query *query; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c2647 nine_context_get_query_result(struct NineDevice9 *device, struct pipe_query *query, in nine_context_get_query_result() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c52 struct pipe_query *query; member
57 trace_query(struct pipe_query *query) in trace_query() argument
64 trace_query_unwrap(struct pipe_query *query) in trace_query_unwrap() argument
186 struct pipe_query *query; in trace_context_create_query() local
225 struct pipe_query *query = tr_query->query; trace_context_destroy_query() local
241 trace_context_begin_query(struct pipe_context *_pipe, struct pipe_query *query) trace_context_begin_query() argument
270 struct pipe_query *query = trace_query_unwrap(_query); trace_context_end_query() local
295 struct pipe_query *query = tr_query->query; trace_context_get_query_result() local
336 struct pipe_query *query = tr_query->query; trace_context_get_query_result_resource() local
1981 trace_context_render_condition(struct pipe_context *_context, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) trace_context_render_condition() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c152 struct pipe_query *query; in rbug_create_query() local
163 rbug_destroy_query(struct pipe_context *_pipe, struct pipe_query *query) rbug_destroy_query() argument
176 rbug_begin_query(struct pipe_context *_pipe, struct pipe_query *query) rbug_begin_query() argument
190 rbug_end_query(struct pipe_context *_pipe, struct pipe_query *query) rbug_end_query() argument
206 rbug_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, bool wait, union pipe_query_result *result) rbug_get_query_result() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c52 unsigned query; member
56 struct noop_query *query = CALLOC_STRUCT(noop_query); in noop_create_query() local
61 static void noop_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in noop_destroy_query() argument
66 static bool noop_begin_query(struct pipe_context *ctx, struct pipe_query *query) in noop_begin_query() argument
71 static bool noop_end_query(struct pipe_context *ctx, struct pipe_query *query) in noop_end_query() argument
76 noop_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) noop_get_query_result() argument
/third_party/python/Lib/idlelib/
H A Deditor.py26 from idlelib import query namespace
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp2057 const Query *query = mActiveQueries[type].get(); in isQueryActive() local
2086 void State::setActiveQuery(const Context *context, QueryType type, Query *query) in setActiveQuery() argument
2093 const Query *query = getActiveQuery(type); in getActiveQueryId() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp624 const gl::BindingPointer<gl::Query> &query = activeQueries[queryType]; in SerializeContextState() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp53 bool query(DXGI_FORMAT dxgiFormat, UINT supportMask) in query() function in rx::d3d11_gl::__anon20010::DXGISupportHelper
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h995 ANGLE_INLINE void CommandBuffer::endQuery(const QueryPool &queryPool, uint32_t query) in endQuery() argument
987 beginQuery(const QueryPool &queryPool, uint32_t query, VkQueryControlFlags flags) beginQuery() argument
1001 writeTimestamp(VkPipelineStageFlagBits pipelineStage, const QueryPool &queryPool, uint32_t query) writeTimestamp() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp1448 const QueryInfo &query = mRunningQueries[queryIndex]; in drawBenchmark() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferTest.cpp1687 void validateSamplePass(GLuint &query, GLuint &passedCount, GLint width, GLint height) in validateSamplePass() argument
2695 GLuint query = 0; in TEST_P() local
[all...]

Completed in 60 milliseconds

12345678910>>...12