HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 51 - 75 of 2989) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/state_tracker/
st_manager.h 38 st_manager_get_egl_image_surface(struct st_context *st, void *eglimg);
41 st_manager_flush_frontbuffer(struct st_context *st);
44 st_manager_validate_framebuffers(struct st_context *st);
47 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
st_atom_clip.c 44 static void update_clip( struct st_context *st )
47 const struct gl_context *ctx = st->ctx;
54 if (st->vp) {
66 if (memcmp(&st->state.clip, &clip, sizeof(clip)) != 0) {
67 st->state.clip = clip;
68 st->pipe->set_clip_state(st->pipe, &clip);
st_cb_msaa.c 46 struct st_context *st = st_context(ctx); local
48 st_validate_state(st, ST_PIPELINE_RENDER);
50 if (st->pipe->get_sample_position)
51 st->pipe->get_sample_position(st->pipe,
st_context.c 90 struct st_context *st = st_context(ctx); local
95 st_update_debug_callback(st);
167 struct st_context *st = st_context(ctx); local
170 st->dirty |= ST_NEW_BLEND |
187 st->dirty |= ST_NEW_DSA;
190 st->dirty |= ST_NEW_RASTERIZER;
193 st->dirty |= ST_NEW_RASTERIZER |
198 st->dirty |= ST_NEW_FS_STATE;
201 st->dirty |= ST_NEW_POLY_STIPPLE;
204 st->dirty |= ST_NEW_VIEWPORT
331 struct st_context *st = ST_CALLOC_STRUCT( st_context ); local
540 struct st_context *st; local
579 struct st_context *st = (struct st_context *) userData; local
623 struct st_context *st = ctx->st; local
    [all...]
st_atom_constbuf.c 56 void st_upload_constants( struct st_context *st,
70 if (shader_type == PIPE_SHADER_FRAGMENT && st->fp->ati_fs) {
71 struct ati_fragment_shader *ati_fs = st->fp->ati_fs;
80 st->ctx->ATIFragmentShader.GlobalConstants[c], sizeof(GLfloat) * 4);
95 _mesa_load_state_parameters(st->ctx, params);
97 _mesa_shader_write_subroutine_indices(st->ctx, stage);
103 if (st->constbuf_uploader) {
106 u_upload_data(st->constbuf_uploader, 0, paramBytes,
107 st->ctx->Const.UniformBufferOffsetAlignment,
109 u_upload_unmap(st->constbuf_uploader)
    [all...]
st_cache.h 45 st_cached_blend_state(struct st_context *st,
49 st_cached_sampler_state(struct st_context *st,
53 st_cached_depth_stencil_alpha_state(struct st_context *st,
57 st_cached_rasterizer_state(struct st_context *st,
61 st_cached_fs_state(struct st_context *st,
66 st_cached_vs_state(struct st_context *st,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp 159 st = pointer to an array of pointers to structures of type
163 pointer pointed to by st is set to the address of the allocated
193 int dtx_enc_init (dtx_encState **st)
197 if (st == (dtx_encState **) NULL){
202 *st = NULL;
211 *st = s;
239 Word16 dtx_enc_init(dtx_encState **st)
243 if (st == (dtx_encState **) NULL)
248 *st = NULL;
257 *st = s
    [all...]
lpc.h 113 Word16 lpc_init(lpcState **st);
115 Stores pointer to filter status struct in *st. This pointer has to
120 Word16 lpc_reset(lpcState *st);
124 void lpc_exit(lpcState **st);
126 stores NULL in *st
130 lpcState *st, /* i/o: State struct */
sid_sync.h 114 Stores pointer to state struct in *st. This pointer has to
118 Word16 sid_sync_init(void **st);
123 Word16 sid_sync_reset(void *st);
126 stores NULL in *st
128 void sid_sync_exit(void **st);
135 void sid_sync_set_handover_debt(sid_syncState *st, /* i/o: sid_sync state */
139 void sid_sync(void *st ,
  /system/core/adb/sysdeps/
stat_test.cpp 29 struct stat st; local
30 ASSERT_EQ(0, stat(td.path, &st));
31 ASSERT_FALSE(S_ISREG(st.st_mode));
32 ASSERT_TRUE(S_ISDIR(st.st_mode));
34 ASSERT_EQ(0, stat((std::string(td.path) + '/').c_str(), &st));
35 ASSERT_TRUE(S_ISDIR(st.st_mode));
38 ASSERT_EQ(0, stat((std::string(td.path) + '\\').c_str(), &st));
39 ASSERT_TRUE(S_ISDIR(st.st_mode));
43 ASSERT_EQ(-1, stat(nonexistent_path.c_str(), &st));
46 ASSERT_EQ(-1, stat((nonexistent_path + "/").c_str(), &st));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
sintstack.h 43 extern void sint_freestack(SIntStack *st);
44 extern void sint_push(SIntStack *st, int i);
45 extern int sint_pop(SIntStack *st);
46 extern int sint_stacksize(SIntStack *st);
47 extern void sint_stackreset(SIntStack *st);
48 extern int sint_stackempty(SIntStack *st);
49 extern int sint_top(SIntStack *st);
  /external/libcxx/test/std/experimental/filesystem/class.file_status/
file_status.obs.pass.cpp 28 const file_status st(file_type::regular, perms::owner_read);
32 static_assert(noexcept(st.type()),
34 static_assert(std::is_same<decltype(st.type()), file_type>::value,
36 assert(st.type() == file_type::regular);
40 static_assert(noexcept(st.permissions()),
42 static_assert(std::is_same<decltype(st.permissions()), perms>::value,
44 assert(st.permissions() == perms::owner_read);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
lsp_avg.cpp 125 st = pointer to structure of type lsp_avgState
156 int lsp_avg_reset (lsp_avgState *st)
158 if (st == (lsp_avgState *) NULL){
163 Copy(mean_lsf, &st->lsp_meanSave[0], M);
191 Word16 lsp_avg_reset(lsp_avgState *st)
193 if (st == (lsp_avgState *) NULL)
199 Copy(mean_lsf_5, &st->lsp_meanSave[0], M);
212 st = pointer to structure of type lsp_avgState
216 st = pointer to structure of type lsp_avgState
247 lsp_avgState *st, // i/o : State struct Q1
    [all...]
ec_gains.cpp 224 st = pointer to a pointer to a structure containing code state data of
232 st = pointer to a pointer to a structure containing code state data of
276 tmp = gmed_n (st->gbuf,5);
279 if (sub (tmp, st->past_gain_code) > 0)
281 tmp = st->past_gain_code;
316 ec_gain_codeState *st, /* i/o : State struct */
334 tmp = gmed_n(st->gbuf, 5);
337 if (sub(tmp, st->past_gain_code, pOverflow) > 0)
339 tmp = st->past_gain_code;
360 st = pointer to a pointer to a structure containing code state data o
    [all...]
post_pro.cpp 240 st = pointer to a structure of type Post_ProcessState
246 structure pointed to by st contains new filter input and output values
286 Post_ProcessState *st, //i/o : post process state
296 x2 = st->x1;
297 st->x1 = st->x0;
298 st->x0 = signal[i];
303 L_tmp = Mpy_32_16 (st->y1_hi, st->y1_lo, a[1]);
304 L_tmp = L_add (L_tmp, Mpy_32_16 (st->y2_hi, st->y2_lo, a[2]))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.file_status/
file_status.obs.pass.cpp 28 const file_status st(file_type::regular, perms::owner_read);
32 static_assert(noexcept(st.type()),
34 static_assert(std::is_same<decltype(st.type()), file_type>::value,
36 assert(st.type() == file_type::regular);
40 static_assert(noexcept(st.permissions()),
42 static_assert(std::is_same<decltype(st.permissions()), perms>::value,
44 assert(st.permissions() == perms::owner_read);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
ldst06.d 3 #name: i860 ldst06 (st.b)
10 0: 00 00 00 0c st.b %r0,0\(%r0\)
11 4: 01 f8 20 0c st.b %r31,1\(%r1\)
12 8: 02 f0 40 0c st.b %r30,2\(%sp\)
13 c: 01 ea 60 0c st.b %r29,513\(%fp\)
14 10: 04 e4 80 0c st.b %r28,1028\(%r4\)
15 14: fa df a1 0c st.b %r27,4090\(%r5\)
16 18: fe d7 c3 0c st.b %r26,8190\(%r6\)
17 1c: 01 c8 e8 0c st.b %r25,16385\(%r7\)
18 20: 07 cd ef 0c st.b %r25,32007\(%r7\
    [all...]
  /external/strace/tests/
xstatx.c 144 print_stat(const STRUCT_STAT *st)
147 (unsigned int) major(zero_extend_signed_to_ull(st->st_dev)),
148 (unsigned int) minor(zero_extend_signed_to_ull(st->st_dev)));
149 printf(", st_ino=%llu", zero_extend_signed_to_ull(st->st_ino));
151 print_ftype(st->st_mode);
153 print_perms(st->st_mode);
154 printf(", st_nlink=%llu", zero_extend_signed_to_ull(st->st_nlink));
155 printf(", st_uid=%llu", zero_extend_signed_to_ull(st->st_uid));
156 printf(", st_gid=%llu", zero_extend_signed_to_ull(st->st_gid));
160 printf(", st_blksize=%llu", zero_extend_signed_to_ull(st->st_blksize))
    [all...]
  /external/strace/tests-m32/
xstatx.c 144 print_stat(const STRUCT_STAT *st)
147 (unsigned int) major(zero_extend_signed_to_ull(st->st_dev)),
148 (unsigned int) minor(zero_extend_signed_to_ull(st->st_dev)));
149 printf(", st_ino=%llu", zero_extend_signed_to_ull(st->st_ino));
151 print_ftype(st->st_mode);
153 print_perms(st->st_mode);
154 printf(", st_nlink=%llu", zero_extend_signed_to_ull(st->st_nlink));
155 printf(", st_uid=%llu", zero_extend_signed_to_ull(st->st_uid));
156 printf(", st_gid=%llu", zero_extend_signed_to_ull(st->st_gid));
160 printf(", st_blksize=%llu", zero_extend_signed_to_ull(st->st_blksize))
    [all...]
  /external/strace/tests-mx32/
xstatx.c 144 print_stat(const STRUCT_STAT *st)
147 (unsigned int) major(zero_extend_signed_to_ull(st->st_dev)),
148 (unsigned int) minor(zero_extend_signed_to_ull(st->st_dev)));
149 printf(", st_ino=%llu", zero_extend_signed_to_ull(st->st_ino));
151 print_ftype(st->st_mode);
153 print_perms(st->st_mode);
154 printf(", st_nlink=%llu", zero_extend_signed_to_ull(st->st_nlink));
155 printf(", st_uid=%llu", zero_extend_signed_to_ull(st->st_uid));
156 printf(", st_gid=%llu", zero_extend_signed_to_ull(st->st_gid));
160 printf(", st_blksize=%llu", zero_extend_signed_to_ull(st->st_blksize))
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 117 int16 dtx_dec_amr_wb_reset(dtx_decState * st, const int16 isf_init[])
122 if (st == (dtx_decState *) NULL)
127 st->since_last_sid = 0;
128 st->true_sid_period_inv = (1 << 13); /* 0.25 in Q15 */
130 st->log_en = 3500;
131 st->old_log_en = 3500;
134 st->cng_seed = RANDOM_INITSEED;
136 st->hist_ptr = 0;
139 pv_memcpy((void *)st->isf, (void *)isf_init, M*sizeof(*isf_init));
141 pv_memcpy((void *)st->isf_old, (void *)isf_init, M*sizeof(*isf_init))
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp.cpp 101 FUNCTION NAME: lsp_init (lspState **st)
106 st = Pointer to type lspState
109 st = Pointer to type lspState -- values are initialized.
163 Word16 lsp_init(lspState **st)
167 if (st == (lspState **) NULL)
173 *st = NULL;
193 *st = s;
209 st = Pointer to type lspState
212 st = Pointer to type lspState -- values are reset.
263 Word16 lsp_reset(lspState *st)
    [all...]
  /frameworks/base/native/android/
surface_texture.cpp 46 ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st) {
47 sp<Surface> surface = new Surface(st->producer);
53 void ASurfaceTexture_release(ASurfaceTexture* st) {
54 delete st;
57 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t tex) {
58 return st->consumer->attachToContext(tex);
61 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st) {
62 return st->consumer->detachFromContext();
65 int ASurfaceTexture_updateTexImage(ASurfaceTexture* st) {
66 return st->consumer->updateTexImage()
    [all...]
  /external/libopus/celt/arm/
celt_ne10_fft.c 69 int opus_fft_alloc_arm_neon(kiss_fft_state *st)
74 st->arch_fft = (arch_fft_state *)opus_alloc(memneeded);
75 if (!st->arch_fft)
79 if(st->nfft == ne10_fft_scaled_support[i])
84 st->arch_fft->is_supported = 0;
85 st->arch_fft->priv = NULL;
88 st->arch_fft->is_supported = 1;
89 st->arch_fft->priv = (void *)NE10_FFT_ALLOC_C2C_TYPE_NEON(st->nfft);
90 if (st->arch_fft->priv == NULL)
    [all...]
  /external/valgrind/none/tests/
shorts.c 29 Stuff st; local
30 st.ot = -332;
31 st.ob = -301;
32 st.nt = 0;
33 st.nb = 31;
34 PaintThumb( &st );

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011>>