Home
last modified time | relevance | path

Searched refs:fkey (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/com32/menu/
Dmenumain.c389 int fkey; in show_fkey() local
394 fkey = 0; in show_fkey()
397 fkey = 1; in show_fkey()
400 fkey = 2; in show_fkey()
403 fkey = 3; in show_fkey()
406 fkey = 4; in show_fkey()
409 fkey = 5; in show_fkey()
412 fkey = 6; in show_fkey()
415 fkey = 7; in show_fkey()
418 fkey = 8; in show_fkey()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c283 emit.imm_start += key.fkey.num_unnormalized_coords; in svga_tgsi_translate()
347 const struct svga_fs_compile_key *fkey ) in svga_translate_fragment_program() argument
353 memcpy(&key.fkey, fkey, sizeof *fkey); in svga_translate_fragment_program()
Dsvga_tgsi.h78 struct svga_fs_compile_key fkey; member
148 const struct svga_fs_compile_key *fkey );
Dsvga_tgsi_insn.c771 idx = emit->key.fkey.tex[sampler_num].width_height_idx + in get_tex_dimensions()
1480 if (emit->key.fkey.tex[sampler.base.num].unnormalized || in emit_tex2()
1512 if (emit->key.fkey.tex[sampler.base.num].unnormalized) { in emit_tex2()
1642 boolean compare = (emit->key.fkey.tex[unit].compare_mode == in emit_tex()
1646 boolean swizzle = (emit->key.fkey.tex[unit].swizzle_r != PIPE_SWIZZLE_RED || in emit_tex()
1647 emit->key.fkey.tex[unit].swizzle_g != PIPE_SWIZZLE_GREEN || in emit_tex()
1648 emit->key.fkey.tex[unit].swizzle_b != PIPE_SWIZZLE_BLUE || in emit_tex()
1649 emit->key.fkey.tex[unit].swizzle_a != PIPE_SWIZZLE_ALPHA); in emit_tex()
1716 emit->key.fkey.tex[unit].compare_func, in emit_tex()
1743 emit->key.fkey.tex[unit].swizzle_r, in emit_tex()
[all …]
Dsvga_tgsi_decl_sm30.c219 else if (emit->key.fkey.light_twoside && in ps30_input()
288 emit->key.fkey.sprite_origin_lower_left && in ps30_input()
290 emit->key.fkey.tex[index - 1].sprite_texgen) { in ps30_input()
331 emit->key.fkey.white_fragments) { in ps30_output()
Dsvga_state_constants.c276 const struct svga_fs_compile_key *key = &result->key.fkey; in emit_fs_consts()
Dsvga_state_fs.c63 if (compare_fs_keys( key, &result->key.fkey ) == 0) in search_fs_key()
Dsvga_tgsi_emit.h378 switch (emit->key.fkey.tex[idx].texture_target) { in svga_tgsi_sampler_type()
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c681 int fkey; in cat_help_file() local
685 fkey = 0; in cat_help_file()
688 fkey = 1; in cat_help_file()
691 fkey = 2; in cat_help_file()
694 fkey = 3; in cat_help_file()
697 fkey = 4; in cat_help_file()
700 fkey = 5; in cat_help_file()
703 fkey = 6; in cat_help_file()
706 fkey = 7; in cat_help_file()
709 fkey = 8; in cat_help_file()
[all …]
/external/toolchain-utils/cwp/bartlett/
Dserver.py121 fkey = str(urllib.unquote(resource))
122 request = db.get(fkey)
124 db.delete(fkey)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java4470 final String fkey = key; in getSystemProperty() local
4476 return System.getProperty(fkey); in getSystemProperty()
4483 val = System.getProperty(fkey); in getSystemProperty()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java4284 final String fkey = key; in getSystemProperty() local
4290 return System.getProperty(fkey); in getSystemProperty()
4297 val = System.getProperty(fkey); in getSystemProperty()