Home
last modified time | relevance | path

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

12345678910>>...63

/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c110 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state()
163 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple()
185 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state()
204 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state()
225 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state()
253 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state()
300 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state()
351 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state()
370 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state()
401 void trace_dump_blend_color(const struct pipe_blend_color *state) in trace_dump_blend_color()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin()
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
46 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()
88 void si_pm4_add_bo(struct si_pm4_state *state, in si_pm4_add_bo()
99 void si_pm4_sh_data_begin(struct si_pm4_state *state) in si_pm4_sh_data_begin()
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_sh_data_add()
109 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg) in si_pm4_sh_data_end()
129 void si_pm4_inval_shader_cache(struct si_pm4_state *state) in si_pm4_inval_shader_cache()
135 void si_pm4_inval_texture_cache(struct si_pm4_state *state) in si_pm4_inval_texture_cache()
[all …]
/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 …]
Dstate.c20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) in putglyph()
37 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor()
50 static void erase(VTermState *state, VTermRect rect, int selective) in erase()
59 VTermState *state = vterm_allocator_malloc(vt, sizeof(VTermState)); in vterm_state_new() local
73 INTERNAL void vterm_state_free(VTermState *state) in vterm_state_free()
81 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) in scroll()
109 static void linefeed(VTermState *state) in linefeed()
125 static void grow_combine_buffer(VTermState *state) in grow_combine_buffer()
138 static void set_col_tabstop(VTermState *state, int col) in set_col_tabstop()
144 static void clear_col_tabstop(VTermState *state, int col) in clear_col_tabstop()
[all …]
/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/webrtc/src/common_audio/signal_processing/
Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo16khz()
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz()
66 WebRtcSpl_State16khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample16khzTo48khz()
91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz()
104 WebRtcSpl_State48khzTo8khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo8khz()
135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz()
149 WebRtcSpl_State8khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample8khzTo48khz()
180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
/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/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 …]
Dinflate.c107 struct inflate_state FAR *state; local
132 struct inflate_state FAR *state; local
147 struct inflate_state FAR *state; local
187 struct inflate_state FAR *state; local
235 struct inflate_state FAR *state; local
261 local void fixedtables(state) in fixedtables() argument
328 struct inflate_state state; in makefixed() local
384 struct inflate_state FAR *state; local
609 struct inflate_state FAR *state; local
1257 struct inflate_state FAR *state; local
[all …]
Dgzlib.c75 local void gz_reset(state) in gz_reset() argument
96 gz_statep state; local
318 gz_statep state; local
342 gz_statep state; local
369 gz_statep state; local
454 gz_statep state; local
482 gz_statep state; local
514 gz_statep state; local
532 gz_statep state; local
552 gz_statep state; local
[all …]
/external/pdfium/core/src/fxcodec/fx_zlib/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 …]
Dfx_zlib_inflate.c107 struct inflate_state FAR *state; in inflateResetKeep() local
132 struct inflate_state FAR *state; in inflateReset() local
147 struct inflate_state FAR *state; in inflateReset2() local
187 struct inflate_state FAR *state; in inflateInit2_() local
235 struct inflate_state FAR *state; in inflatePrime() local
262 struct inflate_state FAR *state) in fixedtables()
328 struct inflate_state state; in makefixed() local
384 struct inflate_state FAR *state; in updatewindow() local
609 struct inflate_state FAR *state; in inflate() local
1257 struct inflate_state FAR *state; in inflateEnd() local
[all …]
Dgzlib.c76 gz_statep state) in gz_reset()
96 gz_statep state; in gz_open() local
318 gz_statep state; in gzbuffer() local
342 gz_statep state; in gzrewind() local
369 gz_statep state; in gzseek64() local
454 gz_statep state; in gztell64() local
482 gz_statep state; in gzoffset64() local
514 gz_statep state; in gzeof() local
532 gz_statep state; in gzerror() local
552 gz_statep state; in gzclearerr() local
[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 …]
Dspeex_callbacks.c43 EXPORT int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state) in speex_inband_handler()
75 EXPORT int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_mode_request_handler()
83 EXPORT int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_low_mode_request_handler()
91 EXPORT int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_high_mode_request_handler()
100 EXPORT int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_request_handler()
109 EXPORT int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_enh_request_handler()
118 EXPORT int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_quality_request_handler()
127 EXPORT int speex_std_char_handler(SpeexBits *bits, void *state, void *data) in speex_std_char_handler()
139 EXPORT int speex_default_user_handler(SpeexBits *bits, void *state, void *data) in speex_default_user_handler()
/external/tcpdump/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/libpcap/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c38 const struct pipe_blend_color *state) in noop_set_blend_color()
43 const struct pipe_blend_state *state) in noop_create_blend_state()
55 const struct pipe_depth_stencil_alpha_state *state) in noop_create_dsa_state()
67 const struct pipe_rasterizer_state *state) in noop_create_rs_state()
79 const struct pipe_sampler_state *state) in noop_create_sampler_state()
92 const struct pipe_sampler_view *state) in noop_create_sampler_view()
143 const struct pipe_clip_state *state) in noop_set_clip_state()
148 const struct pipe_poly_stipple *state) in noop_set_polygon_stipple()
157 const struct pipe_scissor_state *state) in noop_set_scissor_state()
162 const struct pipe_stencil_ref *state) in noop_set_stencil_ref()
[all …]
/external/deqp/framework/randomshaders/
DrsgStatement.cpp38 inline bool isCurrentTopStatementBlock (const GeneratorState& state) in isCurrentTopStatementBlock()
44 template <class T> float getWeight (const GeneratorState& state) { return T::getWeight(state); } in getWeight()
45 template <class T> Statement* create (GeneratorState& state) { return new T(state); } in create()
53 const StatementSpec* chooseStatement (GeneratorState& state) in chooseStatement()
101 Statement* createStatement (GeneratorState& state) in createStatement()
116 ExpressionStatement::ExpressionStatement (GeneratorState& state) in ExpressionStatement()
128 float ExpressionStatement::getWeight (const GeneratorState& state) in getWeight()
139 BlockStatement::BlockStatement (GeneratorState& state) in BlockStatement()
144 void BlockStatement::init (GeneratorState& state) in init()
173 Statement* BlockStatement::createNextChild (GeneratorState& state) in createNextChild()
[all …]
/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
/external/vboot_reference/firmware/lib/
Dstateful_util.c13 void StatefulInit(MemcpyState *state, void *buf, uint64_t len) in StatefulInit()
20 void *StatefulSkip(MemcpyState *state, uint64_t len) in StatefulSkip()
33 void *StatefulMemcpy(MemcpyState *state, void *dst, uint64_t len) in StatefulMemcpy()
47 const void *StatefulMemcpy_r(MemcpyState *state, const void *src, uint64_t len) in StatefulMemcpy_r()
61 const void *StatefulMemset_r(MemcpyState *state, const uint8_t val, in StatefulMemset_r()
/external/zlib/src/contrib/blast/
Dblast.c37 struct state { struct
46 /* input limit error return state for bits() and decode() */ argument
49 /* output state */ argument
68 local int bits(struct state *s, int need) in bits() argument
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c40 unsigned size, void* state) in r300_emit_blend_state()
60 unsigned size, void* state) in r300_emit_blend_color_state()
69 unsigned size, void* state) in r300_emit_clip_state()
77 void r300_emit_dsa_state(struct r300_context* r300, unsigned size, void* state) in r300_emit_dsa_state()
189 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs()
197 void r300_emit_fs_constants(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs_constants()
225 void r300_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs_rc_constant_state()
254 void r500_emit_fs(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs()
262 void r500_emit_fs_constants(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs_constants()
286 void r500_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs_rc_constant_state()
[all …]

12345678910>>...63