Home
last modified time | relevance | path

Searched defs:state (Results 2926 - 2950 of 4863) sorted by relevance

1...<<111112113114115116117118119120>>...195

/third_party/ltp/metadata/
H A Dmetaparse.c56 int state = 0; in multiline_comment() local
479 int state = 0; in parse_test_struct() local
671 int state = 0, found = 0; parse_file() local
[all...]
/third_party/libwebsockets/lib/system/dhcpclient/
H A Dprivate-lib-system-dhcpclient.h94 lws_dhcpc_state_t state; member
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c264 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int _len, enum lws_spa_fileupload_states state) file_upload_cb() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c294 struct zink_batch_state *state = create_batch_state(ctx); in get_batch_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c33 struct pipe_shader_state state = {0}; in create_shader_state() local
H A Dsi_state_viewport.c151 si_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *state) si_set_scissor_states() argument
430 si_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *state) si_set_viewport_states() argument
495 si_emit_one_viewport(struct si_context *ctx, struct pipe_viewport_state *state) si_emit_one_viewport() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp560 struct pipe_blend_state state; in CreateBlendState() local
635 struct pipe_blend_state state; CreateBlendState1() local
714 void *state = CastPipeBlendState(hState); SetBlendState() local
899 struct pipe_depth_stencil_alpha_state state; CreateDepthStencilState() local
990 void *state = CastPipeDepthStencilState(hState); SetDepthStencilState() local
[all...]
H A DShader.cpp83 struct pipe_shader_state state; in CreateEmptyShader() local
454 struct pipe_sampler_state state; CreateSampler() local
580 void *state = CastPipeShader(hShader); VsSetShader() local
714 void *state = CastPipeShader(hShader); GsSetShader() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_viewport.c53 r600_set_scissor_states(struct pipe_context *ctx, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *state) r600_set_scissor_states() argument
281 r600_set_viewport_states(struct pipe_context *ctx, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *state) r600_set_viewport_states() argument
306 r600_emit_one_viewport(struct r600_common_context *rctx, struct pipe_viewport_state *state) r600_emit_one_viewport() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h82 struct nine_state state; /* device state */ member
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc325 CreateErrorResponse( int call_id, DispatchResponse dispatch_response, const DeserializerState& state) CreateErrorResponse() argument
491 MaybeReportInvalidParams( const Dispatchable& dispatchable, const DeserializerState& state) MaybeReportInvalidParams() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dinode.h110 unsigned long state; /* NTFS specific flags describing this inode. member
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Diconv.c122 unsigned state; member
[all...]
/third_party/musl/src/thread/linux/
H A Dpthread_create.c220 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit() local
365 int state = args->control; in start() local
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Diconv.c122 unsigned state; member
[all...]
/third_party/musl/src/locale/
H A Diconv.c122 unsigned state; member
[all...]
/third_party/nghttp2/bpf/
H A Dreuseport_kern.c194 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey() argument
217 static void InvMixColumns(state_t *state) { in InvMixColumns() argument
241 InvSubBytes(state_t *state) InvSubBytes() argument
264 InvShiftRows(state_t *state) InvShiftRows() argument
291 InvCipher(state_t *state, const __u8 *RoundKey) InvCipher() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_stream.h215 nghttp2_stream_state state; member
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c168 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit() local
301 int state = args->control; in start() local
/third_party/node/deps/icu-small/source/common/
H A Duiter.cpp187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in stringIteratorSetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in characterIteratorSetState() argument
942 uint32_t state=(uint32_t)(iter->start<<1); utf8IteratorGetState() local
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp144 UCharsTrie::State state; member in SkippedState
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h127 resetToState64(uint64_t state) resetToState64() argument
177 resetToState(const State &state) resetToState() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c51 need_spill_fill(struct lowering_state *state) in need_spill_fill() argument
64 maybe_create_brw_var(nir_instr *instr, struct lowering_state *state) in maybe_create_brw_var() argument
95 get_ray_query_shadow_addr(nir_builder *b, nir_deref_instr *deref, struct lowering_state *state, nir_ssa_def **out_state_offset) get_ray_query_shadow_addr() argument
216 lower_ray_query_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, struct lowering_state *state) lower_ray_query_intrinsic() argument
491 lower_ray_query_impl(nir_function_impl *impl, struct lowering_state *state) lower_ray_query_impl() argument
527 struct lowering_state state = { brw_nir_lower_ray_queries() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c340 st_draw_gallium_vertex_state(struct gl_context *ctx, struct pipe_vertex_state *state, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, const uint8_t *mode, unsigned num_draws, bool per_vertex_edgeflags) st_draw_gallium_vertex_state() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h215 nghttp2_stream_state state; member

Completed in 38 milliseconds

1...<<111112113114115116117118119120>>...195