Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 2127) sorted by relevance

12345678910>>...86

/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c103 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state()
166 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple()
188 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state()
207 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state()
228 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state()
256 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state()
308 void trace_dump_compute_state(const struct pipe_compute_state *state) in trace_dump_compute_state()
340 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state()
391 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state()
410 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state()
[all …]
/external/google-benchmark/test/
Dreporter_output_test.cc22 void BM_basic(benchmark::State& state) { in BM_basic()
41 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
63 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
85 void BM_label(benchmark::State& state) { in BM_label()
107 void BM_error(benchmark::State& state) { in BM_error()
125 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
138 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
151 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
165 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
181 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
[all …]
Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty()
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
37 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
52 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
63 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
76 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after()
92 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
Dcxx03_test.cc11 void BM_empty(benchmark::State& state) { in BM_empty()
21 void BM_old_arg_range_interface(benchmark::State& state) { in BM_old_arg_range_interface()
30 void BM_template2(benchmark::State& state) { in BM_template2()
36 void BM_template1(benchmark::State& state) { in BM_template1()
42 void BM_counters(benchmark::State& state) { in BM_counters()
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc22 void BM_basic(benchmark::State& state) { in BM_basic()
41 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
63 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
85 void BM_label(benchmark::State& state) { in BM_label()
107 void BM_error(benchmark::State& state) { in BM_error()
125 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
138 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
151 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
165 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
181 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
[all …]
Dbasic_test.cc6 void BM_empty(benchmark::State& state) { in BM_empty()
14 void BM_spin_empty(benchmark::State& state) { in BM_spin_empty()
24 void BM_spin_pause_before(benchmark::State& state) { in BM_spin_pause_before()
37 void BM_spin_pause_during(benchmark::State& state) { in BM_spin_pause_during()
52 void BM_pause_during(benchmark::State& state) { in BM_pause_during()
63 void BM_spin_pause_after(benchmark::State& state) { in BM_spin_pause_after()
76 void BM_spin_pause_before_and_after(benchmark::State& state) { in BM_spin_pause_before_and_after()
92 void BM_empty_stop_start(benchmark::State& state) { in BM_empty_stop_start()
/external/libvterm/src/
Dpen.c36 static void lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
43 static void lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
67 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTe… in lookup_colour()
96 static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type, VTermValue *val) in setpenattr()
109 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) in setpenattr_bool()
115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) in setpenattr_int()
121 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col()
127 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi()
136 INTERNAL void vterm_state_newpen(VTermState *state) in vterm_state_newpen()
146 INTERNAL void vterm_state_resetpen(VTermState *state) in vterm_state_resetpen()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_clone.c56 init_clone_state(clone_state *state, struct hash_table *remap_table, in init_clone_state()
73 free_clone_state(clone_state *state) in free_clone_state()
79 _lookup_ptr(clone_state *state, const void *ptr, bool global) in _lookup_ptr()
99 add_remap(clone_state *state, void *nptr, const void *ptr) in add_remap()
105 remap_local(clone_state *state, const void *ptr) in remap_local()
111 remap_global(clone_state *state, const void *ptr) in remap_global()
117 remap_reg(clone_state *state, const nir_register *reg) in remap_reg()
123 remap_var(clone_state *state, const nir_variable *var) in remap_var()
168 clone_variable(clone_state *state, const nir_variable *var) in clone_variable()
178 clone_var_list(clone_state *state, struct exec_list *dst, in clone_var_list()
[all …]
Dnir_print.c65 print_annotation(print_state *state, void *obj) in print_annotation()
81 print_register(nir_register *reg, print_state *state) in print_register()
95 print_register_decl(nir_register *reg, print_state *state) in print_register_decl()
108 print_ssa_def(nir_ssa_def *def, print_state *state) in print_ssa_def()
118 print_ssa_use(nir_ssa_def *def, print_state *state) in print_ssa_use()
129 print_reg_src(nir_reg_src *src, print_state *state) in print_reg_src()
144 print_reg_dest(nir_reg_dest *dest, print_state *state) in print_reg_dest()
159 print_src(nir_src *src, print_state *state) in print_src()
168 print_dest(nir_dest *dest, print_state *state) in print_dest()
177 print_alu_src(nir_alu_instr *instr, unsigned src, print_state *state) in print_alu_src()
[all …]
Dnir_lower_gs_intrinsics.c56 struct state { struct
71 rewrite_emit_vertex(nir_intrinsic_instr *intrin, struct state *state) in rewrite_emit_vertex()
115 rewrite_end_primitive(nir_intrinsic_instr *intrin, struct state *state) in rewrite_end_primitive()
135 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics()
163 append_set_vertex_count(nir_block *end_block, struct state *state) in append_set_vertex_count()
189 struct state state; in nir_lower_gs_intrinsics() local
Dnir_validate.c107 log_error(validate_state *state, const char *cond, const char *file, int line) in log_error()
124 #define validate_assert(state, cond) do { \ argument
132 validate_reg_src(nir_src *src, validate_state *state) in validate_reg_src()
168 validate_ssa_src(nir_src *src, validate_state *state) in validate_ssa_src()
195 validate_src(nir_src *src, validate_state *state) in validate_src()
209 validate_alu_src(nir_alu_instr *instr, unsigned index, validate_state *state) in validate_alu_src()
254 validate_reg_dest(nir_reg_dest *dest, validate_state *state) in validate_reg_dest()
286 validate_ssa_def(nir_ssa_def *def, validate_state *state) in validate_ssa_def()
310 validate_dest(nir_dest *dest, validate_state *state) in validate_dest()
319 validate_alu_dest(nir_alu_instr *instr, validate_state *state) in validate_alu_dest()
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo16khz()
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz()
66 WebRtcSpl_State16khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample16khzTo48khz()
91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz()
104 WebRtcSpl_State48khzTo8khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo8khz()
135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz()
149 WebRtcSpl_State8khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample8khzTo48khz()
180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator_test.c95 void test_add(void **state) { in test_add()
101 void test_subtract(void **state) { in test_subtract()
107 void test_multiply(void **state) { in test_multiply()
113 void test_divide(void **state) { in test_divide()
119 void test_divide_by_zero(void **state) { in test_divide_by_zero()
125 void test_find_operator_function_by_string_null_functions(void **state) { in test_find_operator_function_by_string_null_functions()
131 void test_find_operator_function_by_string_null_string(void **state) { in test_find_operator_function_by_string_null_string()
141 void test_find_operator_function_by_string_valid_null_functions(void **state) { in test_find_operator_function_by_string_valid_null_functions()
148 void test_find_operator_function_by_string_not_found(void **state) { in test_find_operator_function_by_string_not_found()
161 void test_find_operator_function_by_string_found(void **state) { in test_find_operator_function_by_string_found()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c34 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin()
40 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
45 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) in si_pm4_cmd_end()
56 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg()
93 void si_pm4_add_bo(struct si_pm4_state *state, in si_pm4_add_bo()
106 void si_pm4_clear_state(struct si_pm4_state *state) in si_pm4_clear_state()
115 void si_pm4_free_state_simple(struct si_pm4_state *state) in si_pm4_free_state_simple()
122 struct si_pm4_state *state, in si_pm4_free_state()
135 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit()
163 struct si_pm4_state *state = sctx->queued.array[i]; in si_pm4_emit_dirty() local
[all …]
/external/bison/src/
Dstate.h105 typedef struct state state; typedef
198 struct state struct
200 state_number number; argument
208 store in this member a reference to the node containing each state. */ argument
209 struct state_list *state_list; argument
227 extern state *final_state; argument
/external/zlib/src/
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
51 local int gz_avail(state) in gz_avail() argument
86 local int gz_look(state) in gz_look() argument
172 local int gz_decomp(state) in gz_decomp() argument
226 local int gz_fetch(state) in gz_fetch() argument
256 local int gz_skip(state, len) in gz_skip() argument
294 gz_statep state; local
392 gz_statep state; local
427 gz_statep state; local
491 gz_statep state; local
[all …]
/external/pdfium/third_party/zlib_v128/
Dgzread.c21 gz_statep state, in gz_load()
52 gz_statep state) in gz_avail()
87 gz_statep state) in gz_look()
173 gz_statep state) in gz_decomp()
227 gz_statep state) in gz_fetch()
257 gz_statep state, in gz_skip()
294 gz_statep state; in gzread() local
392 gz_statep state; in gzgetc() local
427 gz_statep state; in gzungetc() local
491 gz_statep state; in gzgets() local
[all …]
/external/python/cpython2/Modules/zlib/
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
51 local int gz_avail(state) in gz_avail() argument
86 local int gz_look(state) in gz_look() argument
172 local int gz_decomp(state) in gz_decomp() argument
226 local int gz_fetch(state) in gz_fetch() argument
256 local int gz_skip(state, len) in gz_skip() argument
294 gz_statep state; local
392 gz_statep state; local
427 gz_statep state; local
491 gz_statep state; local
[all …]
/external/python/cpython2/Modules/expat/
Dxmlrole.c93 #define setTopLevel(state) \ argument
98 #define setTopLevel(state) ((state)->handler = internalSubset) argument
128 prolog0(PROLOG_STATE *state, in prolog0()
165 prolog1(PROLOG_STATE *state, in prolog1()
196 prolog2(PROLOG_STATE *state, in prolog2()
217 doctype0(PROLOG_STATE *state, in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1()
265 doctype2(PROLOG_STATE *state, in doctype2()
282 doctype3(PROLOG_STATE *state, in doctype3()
299 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/expat/lib/
Dxmlrole.c93 #define setTopLevel(state) \ argument
98 #define setTopLevel(state) ((state)->handler = internalSubset) argument
128 prolog0(PROLOG_STATE *state, in prolog0()
165 prolog1(PROLOG_STATE *state, in prolog1()
196 prolog2(PROLOG_STATE *state, in prolog2()
217 doctype0(PROLOG_STATE *state, in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1()
265 doctype2(PROLOG_STATE *state, in doctype2()
282 doctype3(PROLOG_STATE *state, in doctype3()
299 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/speex/libspeex/
Dspeex.c61 EXPORT void speex_encoder_destroy(void *state) in speex_encoder_destroy()
66 EXPORT void speex_decoder_destroy(void *state) in speex_decoder_destroy()
73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits) in speex_encode_native()
78 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out) in speex_decode_native()
88 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
107 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
115 EXPORT int speex_decode(void *state, SpeexBits *bits, float *out) in speex_decode()
128 EXPORT int speex_decode_int(void *state, SpeexBits *bits, spx_int16_t *out) in speex_decode_int()
136 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
141 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
[all …]
/external/tcpdump/missing/
Dsnprintf.c59 struct state { struct
65 int (*append_char)(struct state *, unsigned char); argument
66 int (*reserve)(struct state *, size_t); argument
72 sn_reserve (struct state *state, size_t n) in sn_reserve()
78 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
126 append_number(struct state *state, in append_number()
215 append_string (struct state *state, in append_string()
246 append_char(struct state *state, in append_char()
281 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
605 struct state state; in vsnprintf() local
/external/libpcap/missing/
Dsnprintf.c59 struct state { struct
65 int (*append_char)(struct state *, unsigned char); argument
66 int (*reserve)(struct state *, size_t); argument
72 sn_reserve (struct state *state, size_t n) in sn_reserve()
78 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
126 append_number(struct state *state, in append_number()
215 append_string (struct state *state, in append_string()
246 append_char(struct state *state, in append_char()
281 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
605 struct state state; in pcap_vsnprintf() local
/external/skia/src/core/
DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { in Triangles()
22 bool VertState::TrianglesX(VertState* state) { in TrianglesX()
35 bool VertState::TriangleStrip(VertState* state) { in TriangleStrip()
52 bool VertState::TriangleStripX(VertState* state) { in TriangleStripX()
70 bool VertState::TriangleFan(VertState* state) { in TriangleFan()
82 bool VertState::TriangleFanX(VertState* state) { in TriangleFanX()
/external/clang/test/SemaCXX/
Dwarn-consumed-analysis.cpp6 #define CONSUMABLE(state) __attribute__ ((consumable(state))) argument
7 #define PARAM_TYPESTATE(state) __attribute__ ((param_typestate(state))) argument
8 #define RETURN_TYPESTATE(state) __attribute__ ((return_typestate(state))) argument
9 #define SET_TYPESTATE(state) __attribute__ ((set_typestate(state))) argument
10 #define TEST_TYPESTATE(state) __attribute__ ((test_typestate(state))) argument

12345678910>>...86