Home
last modified time | relevance | path

Searched refs:initial_state (Results 1 – 25 of 75) sorted by relevance

123

/third_party/mesa3d/src/intel/isl/
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 == ISL_AUX_STATE_COMPRESSED_CLEAR ? in isl_aux_state_transition_aux_op()
[all …]
Disl.h2105 isl_aux_prepare_access(enum isl_aux_state initial_state,
2117 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state,
2136 isl_aux_state_transition_write(enum isl_aux_state initial_state,
/third_party/mbedtls/library/
Dchacha20.c133 static void chacha20_block( const uint32_t initial_state[16], in chacha20_block()
140 initial_state, in chacha20_block()
146 working_state[ 0] += initial_state[ 0]; in chacha20_block()
147 working_state[ 1] += initial_state[ 1]; in chacha20_block()
148 working_state[ 2] += initial_state[ 2]; in chacha20_block()
149 working_state[ 3] += initial_state[ 3]; in chacha20_block()
150 working_state[ 4] += initial_state[ 4]; in chacha20_block()
151 working_state[ 5] += initial_state[ 5]; in chacha20_block()
152 working_state[ 6] += initial_state[ 6]; in chacha20_block()
153 working_state[ 7] += initial_state[ 7]; in chacha20_block()
[all …]
/third_party/nghttp2/tests/
Dnghttp2_test_helper.c329 nghttp2_stream_state initial_state) { in open_sent_stream2() argument
334 initial_state, NULL); in open_sent_stream2()
340 nghttp2_stream_state initial_state, in open_sent_stream3() argument
347 initial_state, stream_user_data); in open_sent_stream3()
390 nghttp2_stream_state initial_state) { in open_recv_stream2() argument
395 initial_state, NULL); in open_recv_stream2()
401 nghttp2_stream_state initial_state, in open_recv_stream3() argument
408 initial_state, stream_user_data); in open_recv_stream3()
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,
/third_party/elfutils/libdw/
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()
Dframe-cache.c44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
Dcfi.h51 const Dwarf_Frame *initial_state; member
Dcie.c144 cie->initial_state = NULL; in intern_new_cie()
/third_party/cef/tools/yapf/yapf/yapflib/
Dreformatter.py291 def _AnalyzeSolutionSpace(initial_state): argument
311 node = _StateNode(initial_state, False, None)
340 _ReconstructPath(initial_state, heapq.heappop(p_queue).state_node)
376 def _ReconstructPath(initial_state, current): argument
392 initial_state.AddTokenToState(newline=node.newline, dry_run=False)
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h136 #define CREATE_EVENT(ph, manualreset,initial_state,name) \ argument
137 EventCreate(ph,(int)(manualreset),(int)(initial_state))
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksclock.c168 KSSTATE initial_state; in gst_ks_clock_set_state_unlocked() local
176 initial_state = priv->state; in gst_ks_clock_set_state_unlocked()
201 ks_state_to_string (initial_state), ks_state_to_string (state)); in gst_ks_clock_set_state_unlocked()
Dgstksvideodevice.c825 KSSTATE initial_state; in gst_ks_video_device_set_state() local
833 initial_state = priv->state; in gst_ks_video_device_set_state()
868 ks_state_to_string (initial_state), ks_state_to_string (state)); in gst_ks_video_device_set_state()
/third_party/python/Lib/idlelib/idle_test/
Dtest_autoexpand.py147 initial_state = self.auto_expand.state
151 self.assertNotEqual(initial_state, new_state)
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h226 uint8_t flags, nghttp2_stream_state initial_state,
Dnghttp2_session.h503 nghttp2_stream_state initial_state,
Dnghttp2_stream.c61 uint8_t flags, nghttp2_stream_state initial_state, in nghttp2_stream_init() argument
70 stream->state = initial_state; in nghttp2_stream_init()
/third_party/nghttp2/lib/
Dnghttp2_stream.h242 uint8_t flags, nghttp2_stream_state initial_state,
Dnghttp2_session.h539 nghttp2_stream_state initial_state,
Dnghttp2_stream.c61 uint8_t flags, nghttp2_stream_state initial_state, in nghttp2_stream_init() argument
69 stream->state = initial_state; in nghttp2_stream_init()
/third_party/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c132 t_state * initial_state; /* Initial NFA state. */ variable
792 sp = nfadevelop(initial_state, final, in nfaenter()
1313 get_dfa_state(&stack, closure(NULL, initial_state), sethash); in builddfa()
1434 stack = initial_state; in deletenfa()
1881 initial_state = newstate();
/third_party/mesa3d/src/gallium/drivers/crocus/
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/python/Lib/test/
Dtest_multibytecodec.py129 initial_state = encoder.getstate()
131 encoder.setstate(initial_state)
/third_party/mesa3d/src/gallium/drivers/iris/
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()
/third_party/ffmpeg/libavcodec/
Dffv1enc.c334 static int contains_non_128(uint8_t (*initial_state)[CONTEXT_SIZE], in contains_non_128()
337 if (!initial_state) in contains_non_128()
341 if (initial_state[i][j] != 128) in contains_non_128()

123