Home
last modified time | relevance | path

Searched refs:initial_state (Results 1 - 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/intel/isl/
H A Disl_aux_info.c130 isl_aux_prepare_access(enum isl_aux_state initial_state, in isl_aux_prepare_access() argument
137 assert(aux_state_possible(initial_state, state_superset_usage)); in isl_aux_prepare_access()
141 switch (initial_state) { in isl_aux_prepare_access()
171 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state, in isl_aux_state_transition_aux_op() argument
175 assert(aux_state_possible(initial_state, usage)); in isl_aux_state_transition_aux_op()
180 return initial_state; in isl_aux_state_transition_aux_op()
185 assert(isl_aux_state_has_valid_aux(initial_state)); in isl_aux_state_transition_aux_op()
187 return initial_state == ISL_AUX_STATE_CLEAR || in isl_aux_state_transition_aux_op()
188 initial_state == ISL_AUX_STATE_PARTIAL_CLEAR || in isl_aux_state_transition_aux_op()
189 initial_state in isl_aux_state_transition_aux_op()
208 isl_aux_state_transition_write(enum isl_aux_state initial_state, enum isl_aux_usage usage, bool full_surface) isl_aux_state_transition_write() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
22 if (!initial_state) return; in BeginInstructionBlock()
23 if (initial_state->register_ != eh_frame_writer_.base_register() && in BeginInstructionBlock()
24 initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
26 eh_frame_writer_.SetBaseAddressRegisterAndOffset(initial_state->register_, in BeginInstructionBlock()
27 initial_state->offset_); in BeginInstructionBlock()
28 } else if (initial_state->register_ != eh_frame_writer_.base_register()) { in BeginInstructionBlock()
30 eh_frame_writer_.SetBaseAddressRegister(initial_state->register_); in BeginInstructionBlock()
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
33 eh_frame_writer_.SetBaseAddressOffset(initial_state in BeginInstructionBlock()
[all...]
/third_party/node/deps/base64/base64/lib/
H A Dlib_openmp.c26 struct base64_state state, initial_state; in base64_encode_openmp() local
47 initial_state = state; in base64_encode_openmp()
63 state = initial_state; in base64_encode_openmp()
87 struct base64_state state, initial_state; in base64_decode_openmp() local
108 initial_state = state; in base64_decode_openmp()
139 state = initial_state; in base64_decode_openmp()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc23 const BlockInitialState* initial_state = in BeginInstructionBlock() local
25 if (!initial_state) return; in BeginInstructionBlock()
26 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
28 if (initial_state->saved_lr_) { in BeginInstructionBlock()
34 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc20 const BlockInitialState* initial_state = in BeginInstructionBlock() local
22 if (!initial_state) return; in BeginInstructionBlock()
23 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
25 if (initial_state->saved_lr_) { in BeginInstructionBlock()
30 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
21 if (!initial_state) return; in BeginInstructionBlock()
22 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
24 if (initial_state->saved_lr_) { in BeginInstructionBlock()
31 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dunwinding-info-writer-s390.cc19 const BlockInitialState* initial_state = in BeginInstructionBlock() local
21 if (!initial_state) return; in BeginInstructionBlock()
22 if (initial_state->saved_lr_ != saved_lr_) { in BeginInstructionBlock()
24 if (initial_state->saved_lr_) { in BeginInstructionBlock()
30 saved_lr_ = initial_state->saved_lr_; in BeginInstructionBlock()
/third_party/mbedtls/library/
H A Dchacha20.c112 * \param initial_state The initial ChaCha20 state (key, nonce, counter).
115 static void chacha20_block(const uint32_t initial_state[16], in chacha20_block() argument
122 initial_state, in chacha20_block()
129 working_state[0] += initial_state[0]; in chacha20_block()
130 working_state[1] += initial_state[1]; in chacha20_block()
131 working_state[2] += initial_state[2]; in chacha20_block()
132 working_state[3] += initial_state[3]; in chacha20_block()
133 working_state[4] += initial_state[4]; in chacha20_block()
134 working_state[5] += initial_state[5]; in chacha20_block()
135 working_state[6] += initial_state[ in chacha20_block()
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.h119 nghttp2_stream_state initial_state);
124 nghttp2_stream_state initial_state,
141 nghttp2_stream_state initial_state);
146 nghttp2_stream_state initial_state,
H A Dnghttp2_test_helper.c328 nghttp2_stream_state initial_state) { in open_sent_stream2()
333 initial_state, NULL); in open_sent_stream2()
339 nghttp2_stream_state initial_state, in open_sent_stream3()
346 initial_state, stream_user_data); in open_sent_stream3()
389 nghttp2_stream_state initial_state) { in open_recv_stream2()
394 initial_state, NULL); in open_recv_stream2()
400 nghttp2_stream_state initial_state, in open_recv_stream3()
407 initial_state, stream_user_data); in open_recv_stream3()
327 open_sent_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_sent_stream2() argument
336 open_sent_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_sent_stream3() argument
388 open_recv_stream2(nghttp2_session *session, int32_t stream_id, nghttp2_stream_state initial_state) open_recv_stream2() argument
397 open_recv_stream3(nghttp2_session *session, int32_t stream_id, uint8_t flags, nghttp2_priority_spec *pri_spec_in, nghttp2_stream_state initial_state, void *stream_user_data) open_recv_stream3() argument
/third_party/elfutils/libdw/
H A Dcfi.c316 cfi_assert (cie->initial_state != NULL); in execute_cfi()
321 if (cie->initial_state->nregs > operand) in execute_cfi()
322 fs->regs[operand] = cie->initial_state->regs[operand]; in execute_cfi()
396 cfi_assert (cie->initial_state != NULL); in execute_cfi()
444 if (likely (cie->initial_state != NULL)) in cie_cache_initial_state()
501 cie->initial_state = cie_fs; in cie_cache_initial_state()
515 Dwarf_Frame *fs = duplicate_frame_state (fde->cie->initial_state, NULL); in __libdw_frame_at_address()
H A Dframe-cache.c44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
H A Dcfi.h51 const Dwarf_Frame *initial_state; member
166 /* Previous state saved by DW_CFA_remember_state, or .cie->initial_state,
167 or NULL in an initial_state pseudo-frame. */
H A Dcie.c144 cie->initial_state = NULL; in intern_new_cie()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h254 explicit CompilationJob(State initial_state) : state_(initial_state) { in CompilationJob() argument
367 OptimizedCompilationJob(const char* compiler_name, State initial_state) in OptimizedCompilationJob() argument
368 : CompilationJob(initial_state), compiler_name_(compiler_name) {} in OptimizedCompilationJob()
401 State initial_state) in TurbofanCompilationJob()
402 : OptimizedCompilationJob("Turbofan", initial_state), in TurbofanCompilationJob()
400 TurbofanCompilationJob(OptimizedCompilationInfo* compilation_info, State initial_state) TurbofanCompilationJob() argument
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py147 initial_state = self.auto_expand.state
151 self.assertNotEqual(initial_state, new_state)
/third_party/libcoap/src/oscore/
H A Doscore.c379 if (ctx->initial_state == 1) { in oscore_validate_sender_seq()
380 ctx->initial_state = 0; in oscore_validate_sender_seq()
/third_party/libcoap/include/oscore/
H A Doscore_context.h124 uint8_t initial_state; member
/third_party/nghttp2/lib/
H A Dnghttp2_stream.h242 uint8_t flags, nghttp2_stream_state initial_state,
H A Dnghttp2_session.h521 * state of stream is set to |initial_state|. The |stream_user_data|
525 * If |initial_state| is NGHTTP2_STREAM_RESERVED, this function sets
539 nghttp2_stream_state initial_state,
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h242 uint8_t flags, nghttp2_stream_state initial_state,
H A Dnghttp2_session.h511 * state of stream is set to |initial_state|. The |stream_user_data|
515 * If |initial_state| is NGHTTP2_STREAM_RESERVED, this function sets
529 nghttp2_stream_state initial_state,
/third_party/python/Lib/test/
H A Dtest_multibytecodec.py129 initial_state = encoder.getstate()
131 encoder.setstate(initial_state)
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c469 enum isl_aux_state initial_state = ISL_AUX_STATE_AUX_INVALID; in crocus_resource_configure_aux() local
480 initial_state = ISL_AUX_STATE_AUX_INVALID; in crocus_resource_configure_aux()
492 initial_state = ISL_AUX_STATE_CLEAR; in crocus_resource_configure_aux()
509 initial_state = in crocus_resource_configure_aux()
512 initial_state = ISL_AUX_STATE_PASS_THROUGH; in crocus_resource_configure_aux()
520 res->aux.state = create_aux_state_map(res, initial_state); in crocus_resource_configure_aux()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c836 enum isl_aux_state initial_state; in iris_resource_configure_aux() local
844 initial_state = ISL_AUX_STATE_AUX_INVALID; in iris_resource_configure_aux()
857 initial_state = ISL_AUX_STATE_CLEAR; in iris_resource_configure_aux()
866 initial_state = in iris_resource_configure_aux()
880 initial_state = isl_aux_usage_has_fast_clears(res->aux.usage) ? in iris_resource_configure_aux()
895 initial_state = ISL_AUX_STATE_PASS_THROUGH; in iris_resource_configure_aux()
903 res->aux.state = create_aux_state_map(res, initial_state); in iris_resource_configure_aux()

Completed in 21 milliseconds

12