Searched defs:fs (Results 301 - 325 of 458) sorted by relevance

<<111213141516171819

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c107 struct aaline_fragment_shader *fs; member in struct:aaline_stage
353 const struct pipe_shader_state *orig_fs = &aaline->fs->state;
384 aaline->fs->sampler_unit = transform.freeSampler;
386 aaline->fs->aaline_fs = aaline->driver_create_fs_state(pipe, &aaline_fs);
387 if (aaline->fs->aaline_fs == NULL)
390 aaline->fs->generic_attrib = transform.maxGeneric + 1;
531 if (!aaline->fs->aaline_fs &&
536 aaline->driver_bind_fs_state(pipe, aaline->fs->aaline_fs);
703 aaline->fs->generic_attrib);
708 num_samplers = MAX2(num_samplers, aaline->fs
845 aaline_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) argument
864 aaline_bind_fs_state(struct pipe_context *pipe, void *fs) argument
877 aaline_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
H A Ddraw_pipe_clip.c575 const struct draw_fragment_shader *fs = stage->draw->fs.fragment_shader; local
601 if (fs) {
602 for (i = 0; i < fs->info.num_inputs; i++) {
603 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR) {
604 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR)
605 indexed_interp[fs->info.input_semantic_index[i]] = fs->info.input_interpolate[i];
635 if (fs) {
636 for (j = 0; j < fs
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c71 void *fs[PIPE_MAX_TEXTURE_TYPES][TGSI_WRITEMASK_XYZW + 1]; member in struct:blit_state
173 for (i = 0; i < Elements(ctx->fs); i++) {
174 for (j = 0; j < Elements(ctx->fs[i]); j++) {
175 if (ctx->fs[i][j])
176 pipe->delete_fs_state(pipe, ctx->fs[i][j]);
205 if (!ctx->fs[pipe_tex][writemask]) {
208 ctx->fs[pipe_tex][writemask] =
214 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask]);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c247 void *fs; local
258 fs = shaders_cache_fill(ctx->sc, VEGA_SOLID_FILL_SHADER);
261 NULL, NULL, 0, fs, (const void *) fs_consts, sizeof(fs_consts))) {
287 void *fs; local
311 fs = setup_mask_operation(operation);
314 ~0, samplers, views, 2, fs, (const void *) ones, sizeof(ones))) {
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h151 void *fs; member in struct:xa_shader
H A Dxa_tgsi.c644 void *vs, *fs; local
648 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
656 shader.fs = fs;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c675 void *vs, *fs; local
679 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
682 debug_assert(vs && fs);
683 if (!vs || !fs)
687 shader.fs = fs;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h173 void *fs; member in struct:st_context::__anon27988
/external/opencv/ml/src/
H A Dmlrtrees.cpp161 void CvForestTree::read( CvFileStorage* fs, CvFileNode* fnode, CvRTrees* _forest, CvDTreeTrainData* _data ) argument
163 CvDTree::read( fs, fnode, _data );
578 void CvRTrees::write( CvFileStorage* fs, const char* name ) argument
589 cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_RTREES );
591 cvWriteInt( fs, "nclasses", nclasses );
592 cvWriteInt( fs, "nsamples", nsamples );
593 cvWriteInt( fs, "nactive_vars", (int)cvSum(active_var_mask).val[0] );
594 cvWriteReal( fs, "oob_error", oob_error );
597 cvWrite( fs, "var_importance", var_importance );
599 cvWriteInt( fs, "ntree
619 read( CvFileStorage* fs, CvFileNode* fnode ) argument
[all...]
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c100 short es,ds,fs,gs,ip,cs,sp,ss; member in struct:__anon30292
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp580 FcFontSet* fs = FcFontList(NULL, pat, os); local
581 SkAutoTCallVProc<FcFontSet, FcFontSetDestroy> autoDestroyFs(fs);
582 if (NULL == fs) {
588 for (int i = 0; i < fs->nfont; ++i) {
589 FcPattern* match = fs->fonts[i];
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c128 if (stt->fs == 8000)
149 } else if (stt->fs == 16000)
170 } else if (stt->fs == 32000)
190 if ((stt->fs == 32000) && (in_mic_H == NULL))
245 if (stt->fs == 32000)
301 if (stt->fs == 16000)
342 if (stt->fs == 8000)
354 } else if (stt->fs == 16000)
366 } else if (stt->fs == 32000)
420 if (stt->fs !
1526 WebRtcAgc_Init(void *agcInst, WebRtc_Word32 minLevel, WebRtc_Word32 maxLevel, WebRtc_Word16 agcMode, WebRtc_UWord32 fs) argument
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc463 int fs[] = {8000, 16000, 32000}; local
464 for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
465 EXPECT_EQ(apm_->kNoError, apm_->set_sample_rate_hz(fs[i]));
466 EXPECT_EQ(fs[i], apm_->sample_rate_hz());
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp328 const INT fs,
336 lineNumber = (freq*bandStartOffset[numOfBands]*4/fs+1)/2;
338 /* freq > fs/2 */
326 FDKaacEnc_FreqToBandWithRounding( const INT freq, const INT fs, const INT numOfBands, const INT *bandStartOffset ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_private.h284 } fs; member in struct:draw_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c320 const struct pipe_shader_state *fs)
326 fs);
331 void *fs)
337 fs);
342 void *fs)
348 fs);
319 galahad_context_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
330 galahad_context_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
341 galahad_context_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c286 const struct pipe_shader_state *fs)
292 fs);
297 void *fs)
303 fs);
308 void *fs)
314 fs);
285 identity_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
296 identity_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
307 identity_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c109 * quad arguments with fs length 8.
829 /* TODO: actually pick these based on the fs and color buffer
856 util_snprintf(func_name, sizeof(func_name), "fs%u_variant%u_%s",
1054 * Convert the fs's output color and mask to fit to the blending type.
1124 debug_printf("fs variant %p:\n", (void *) key);
1396 llvmpipe_bind_fs_state(struct pipe_context *pipe, void *fs) argument
1400 if (llvmpipe->fs == fs)
1405 llvmpipe->fs = (struct lp_fragment_shader *) fs;
1459 llvmpipe_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
H A Dlp_state_setup.c702 util_snprintf(func_name, sizeof(func_name), "fs%u_setup%u",
800 struct lp_fragment_shader *fs = lp->fs; local
805 key->num_inputs = fs->info.base.num_inputs;
824 memcpy(key->inputs, fs->inputs, key->num_inputs * sizeof key->inputs[0]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c191 struct r300_fragment_shader *fs = r300_fs(r300); local
194 WRITE_CS_TABLE(fs->shader->cb_code, fs->shader->cb_code_size);
199 struct r300_fragment_shader *fs = r300_fs(r300); local
201 unsigned count = fs->shader->externals_count;
227 struct r300_fragment_shader *fs = r300_fs(r300); local
228 struct rc_constant_list *constants = &fs->shader->code.constants;
230 unsigned count = fs->shader->rc_state_count;
231 unsigned first = fs->shader->externals_count;
256 struct r300_fragment_shader *fs local
264 struct r300_fragment_shader *fs = r300_fs(r300); local
288 struct r300_fragment_shader *fs = r300_fs(r300); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c416 void *fs; local
420 fs = rbug_shader_unwrap(_fs);
423 fs);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpaint.c81 void *fs; member in struct:vg_paint
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c1307 struct gl_program *fs = (struct gl_program *) brw->fragment_program; local
1309 unsigned num_samplers = _mesa_fls(vs->SamplersUsed | fs->SamplersUsed);
1326 if (fs->SamplersUsed & (1 << s)) {
1327 const unsigned unit = fs->SamplerUnits[s];
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp308 virtual void getStyle(int index, SkFontStyle* fs, SkString* styleName) SK_OVERRIDE;
662 void SkFontStyleSet_DirectWrite::getStyle(int index, SkFontStyle* fs, SkString* styleName) { argument
666 if (fs) {
683 *fs = SkFontStyle(weight, width, slant);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcode.c37 void luaK_nil (FuncState *fs, int from, int n) { argument
40 if (fs->pc > fs->lasttarget) { /* no jumps to current position? */
41 previous = &fs->f->code[fs->pc-1];
55 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */
59 int luaK_jump (FuncState *fs) { argument
60 int jpc = fs->jpc; /* save list of jumps to here */
62 fs->jpc = NO_JUMP;
63 j = luaK_codeAsBx(fs, OP_JM
69 luaK_ret(FuncState *fs, int first, int nret) argument
74 condjump(FuncState *fs, OpCode op, int A, int B, int C) argument
80 fixjump(FuncState *fs, int pc, int dest) argument
94 luaK_getlabel(FuncState *fs) argument
100 getjump(FuncState *fs, int pc) argument
109 getjumpcontrol(FuncState *fs, int pc) argument
122 need_value(FuncState *fs, int list) argument
131 patchtestreg(FuncState *fs, int node, int reg) argument
144 removevalues(FuncState *fs, int list) argument
150 patchlistaux(FuncState *fs, int list, int vtarget, int reg, int dtarget) argument
163 dischargejpc(FuncState *fs) argument
169 luaK_patchlist(FuncState *fs, int list, int target) argument
179 luaK_patchclose(FuncState *fs, int list, int level) argument
192 luaK_patchtohere(FuncState *fs, int list) argument
198 luaK_concat(FuncState *fs, int *l1, int l2) argument
212 luaK_code(FuncState *fs, Instruction i) argument
227 luaK_codeABC(FuncState *fs, OpCode o, int a, int b, int c) argument
236 luaK_codeABx(FuncState *fs, OpCode o, int a, unsigned int bc) argument
244 codeextraarg(FuncState *fs, int a) argument
250 luaK_codek(FuncState *fs, int reg, int k) argument
261 luaK_checkstack(FuncState *fs, int n) argument
271 luaK_reserveregs(FuncState *fs, int n) argument
277 freereg(FuncState *fs, int reg) argument
285 freeexp(FuncState *fs, expdesc *e) argument
291 addk(FuncState *fs, TValue *key, TValue *v) argument
319 luaK_stringK(FuncState *fs, TString *s) argument
326 luaK_numberK(FuncState *fs, lua_Number r) argument
343 boolK(FuncState *fs, int b) argument
350 nilK(FuncState *fs) argument
359 luaK_setreturns(FuncState *fs, expdesc *e, int nresults) argument
371 luaK_setoneret(FuncState *fs, expdesc *e) argument
383 luaK_dischargevars(FuncState *fs, expdesc *e) argument
415 code_label(FuncState *fs, int A, int b, int jump) argument
421 discharge2reg(FuncState *fs, expdesc *e, int reg) argument
460 discharge2anyreg(FuncState *fs, expdesc *e) argument
468 exp2reg(FuncState *fs, expdesc *e, int reg) argument
492 luaK_exp2nextreg(FuncState *fs, expdesc *e) argument
500 luaK_exp2anyreg(FuncState *fs, expdesc *e) argument
514 luaK_exp2anyregup(FuncState *fs, expdesc *e) argument
520 luaK_exp2val(FuncState *fs, expdesc *e) argument
528 luaK_exp2RK(FuncState *fs, expdesc *e) argument
558 luaK_storevar(FuncState *fs, expdesc *var, expdesc *ex) argument
585 luaK_self(FuncState *fs, expdesc *e, expdesc *key) argument
598 invertjump(FuncState *fs, expdesc *e) argument
606 jumponcond(FuncState *fs, expdesc *e, int cond) argument
621 luaK_goiftrue(FuncState *fs, expdesc *e) argument
645 luaK_goiffalse(FuncState *fs, expdesc *e) argument
668 codenot(FuncState *fs, expdesc *e) argument
703 luaK_indexed(FuncState *fs, expdesc *t, expdesc *k) argument
724 codearith(FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int line) argument
746 codecomp(FuncState *fs, OpCode op, int cond, expdesc *e1, expdesc *e2) argument
762 luaK_prefix(FuncState *fs, UnOpr op, expdesc *e, int line) argument
786 luaK_infix(FuncState *fs, BinOpr op, expdesc *v) argument
813 luaK_posfix(FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2, int line) argument
862 luaK_fixline(FuncState *fs, int line) argument
867 luaK_setlist(FuncState *fs, int base, int nelems, int tostore) argument
[all...]

Completed in 557 milliseconds

<<111213141516171819