Searched refs:lookup (Results 1 - 25 of 70) sorted by relevance

123

/xsrc/external/mit/xterm/dist/vttests/
H A Dclosest-rgb.pl76 sub lookup($) { subroutine
101 $result[ $o++ ] = &lookup("0 0 0 black");
102 $result[ $o++ ] = &lookup("205 0 0 red3");
103 $result[ $o++ ] = &lookup("0 205 0 green3");
104 $result[ $o++ ] = &lookup("205 205 0 yellow3");
105 $result[ $o++ ] = &lookup("0 0 238 blue2");
106 $result[ $o++ ] = &lookup("205 0 205 magenta3");
107 $result[ $o++ ] = &lookup("0 205 205 cyan3");
108 $result[ $o++ ] = &lookup("229 229 229 gray90");
109 $result[ $o++ ] = &lookup("12
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_wm_iz.cpp120 * \param lookup bitmask of BRW_WM_IZ_* flags
130 int lookup = key->iz_lookup; local in function:fs_visitor::setup_fs_payload_gfx4
132 assert(lookup < BRW_WM_IZ_BIT_MAX);
140 (lookup & BRW_WM_IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
147 if (wm_iz_table[lookup].sd_present || prog_data->uses_src_depth ||
153 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
156 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) {
159 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES;
163 if (wm_iz_table[lookup]
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_wm_iz.cpp120 * \param lookup bitmask of BRW_WM_IZ_* flags
130 int lookup = key->iz_lookup; local in function:fs_visitor::setup_fs_payload_gen4
132 assert(lookup < BRW_WM_IZ_BIT_MAX);
140 (lookup & BRW_WM_IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
149 if (wm_iz_table[lookup].sd_present || prog_data->uses_src_depth ||
155 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
158 if (wm_iz_table[lookup].ds_present || key->line_aa != BRW_WM_AA_NEVER) {
161 !wm_iz_table[lookup].ds_present && key->line_aa == BRW_WM_AA_SOMETIMES;
165 if (wm_iz_table[lookup]
[all...]
/xsrc/external/mit/xkbcomp/dist/
H A Dexpr.c293 IdentLookupFunc lookup, XPointer lookupPriv)
323 if (lookup)
325 ok = (*lookup) (lookupPriv,
370 IdentLookupFunc lookup, XPointer lookupPriv)
374 .chain = lookup,
383 IdentLookupFunc lookup, XPointer lookupPriv)
419 if (lookup)
421 ok = (*lookup) (lookupPriv,
429 if (lookup)
431 ok = (*lookup) (lookupPri
369 ExprResolveModMask(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
382 ExprResolveBoolean(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
478 ExprResolveFloat(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
590 ExprResolveInteger(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
710 ExprResolveString(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
825 ExprResolveKeyName(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
945 ExprResolveMask(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
1053 ExprResolveKeySym(const ExprDef * expr,ExprResult * val_rtrn,IdentLookupFunc lookup,XPointer lookupPriv) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h66 static const uint8_t lookup[] = { local in function:tu6_rop
84 assert(op < ARRAY_SIZE(lookup));
85 return lookup[op];
105 static const uint8_t lookup[] = { local in function:tu6_primtype
119 assert(topology < ARRAY_SIZE(lookup));
120 return lookup[topology];
138 static const uint8_t lookup[] = { local in function:tu6_blend_factor
159 assert(factor < ARRAY_SIZE(lookup));
160 return lookup[factor];
191 uint8_t lookup[] local in function:tu6_tex_wrap
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcobjshash.gperf.h36 %define lookup-function-name FcObjectTypeLookup
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c119 nir_ssa_def *lookup[6] = {result, NULL, NULL, NULL, zero, one}; local in function:lower_sample_tex_compare_impl
120 nir_ssa_def *r[4] = {lookup[state->tex_swizzles[sampler->data.binding].swizzle_r],
121 lookup[state->tex_swizzles[sampler->data.binding].swizzle_g],
122 lookup[state->tex_swizzles[sampler->data.binding].swizzle_b],
123 lookup[state->tex_swizzles[sampler->data.binding].swizzle_a]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_device_info.py27 from mako.lookup import TemplateLookup
596 lookup = TemplateLookup() variable
597 lookup.put_string("helpers", include_template)
600 header = Template(header_code, lookup=lookup).render(extensions=extensions, versions=versions, registry=registry).strip()
605 impl = Template(impl_code, lookup=lookup).render(extensions=extensions, versions=versions, registry=registry).strip()
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c61 buf->base.lookup = sp_tgsi_ssbo_lookup;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_cache.c147 struct brw_cache_item *lookup)
162 if (brw_cache_item_equals(lookup, c))
202 struct brw_cache_item lookup; local in function:brw_search_cache
205 lookup.cache_id = cache_id;
206 lookup.key = key;
207 lookup.key_size = key_size;
208 hash = hash_key(&lookup);
209 lookup.hash = hash;
211 item = search_cache(cache, hash, &lookup);
146 search_cache(struct brw_cache * cache,GLuint hash,struct brw_cache_item * lookup) argument
H A Dbrw_wm.c361 GLuint lookup = 0; local in function:brw_wm_populate_key
366 /* Build the index for table lookup
374 lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT;
378 lookup |= BRW_WM_IZ_PS_COMPUTES_DEPTH_BIT;
383 lookup |= BRW_WM_IZ_DEPTH_TEST_ENABLE_BIT;
386 lookup |= BRW_WM_IZ_DEPTH_WRITE_ENABLE_BIT;
391 lookup |= BRW_WM_IZ_STENCIL_TEST_ENABLE_BIT;
395 lookup |= BRW_WM_IZ_STENCIL_WRITE_ENABLE_BIT;
397 key->iz_lookup = lookup;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_cache.c120 struct brw_cache_item *lookup)
135 if (brw_cache_item_equals(lookup, c))
175 struct brw_cache_item lookup; local in function:brw_search_cache
178 lookup.cache_id = cache_id;
179 lookup.key = key;
180 lookup.key_size = key_size;
181 hash = hash_key(&lookup);
182 lookup.hash = hash;
184 item = search_cache(cache, hash, &lookup);
119 search_cache(struct brw_cache * cache,GLuint hash,struct brw_cache_item * lookup) argument
H A Dbrw_wm.c403 GLuint lookup = 0; local in function:brw_wm_populate_key
408 /* Build the index for table lookup
416 lookup |= BRW_WM_IZ_PS_KILL_ALPHATEST_BIT;
420 lookup |= BRW_WM_IZ_PS_COMPUTES_DEPTH_BIT;
425 lookup |= BRW_WM_IZ_DEPTH_TEST_ENABLE_BIT;
428 lookup |= BRW_WM_IZ_DEPTH_WRITE_ENABLE_BIT;
433 lookup |= BRW_WM_IZ_STENCIL_TEST_ENABLE_BIT;
437 lookup |= BRW_WM_IZ_STENCIL_WRITE_ENABLE_BIT;
439 key->iz_lookup = lookup;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c68 static const int lookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; local in function:needs_patching
69 const int R_plus_dR = (buffer[0] >> 3) + lookup[buffer[0] & 0x7];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c68 static const int lookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; local in function:needs_patching
69 const int R_plus_dR = (buffer[0] >> 3) + lookup[buffer[0] & 0x7];
/xsrc/external/mit/libXmu/dist/src/
H A DLookupCmap.c45 static Status lookup(Display*, int, VisualID, Atom, XStandardColormap*, Bool);
115 * lookup() will remove a pre-existing map if replace is true.
118 if (lookup(dpy, screen, visualid, property, (XStandardColormap *) NULL,
158 if (lookup(dpy, screen, visualid, property, colormap, replace) &&
199 lookup(Display *dpy, int screen, VisualID visualid, Atom property, function in typeref:typename:Status
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dfthash.h84 FT_Hash_LookupFunc lookup; member in struct:FT_HashRec_
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_etc_tmp.h44 static const int lookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; local in function:TAG
46 in = (in >> 3) + lookup[in & 0x7];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_etc_tmp.h44 static const int lookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; local in function:TAG
46 in = (in >> 3) + lookup[in & 0x7];
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A DMakefile.am61 lookup \
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_interface_blocks.cpp251 ir_variable *lookup(ir_variable *var) function in class:__anon2b7a6c130110::interface_block_definitions
276 /* If explicit location is given then lookup the variable by location.
353 ir_variable *prev_def = definitions->lookup(var);
477 ir_variable *producer_def = definitions.lookup(var);
536 ir_variable *old_def = definitions.lookup(var);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_interface_blocks.cpp232 ir_variable *lookup(ir_variable *var) function in class:__anona8ae29200110::interface_block_definitions
257 /* If explicit location is given then lookup the variable by location.
334 ir_variable *prev_def = definitions->lookup(var);
413 ir_variable *producer_def = definitions.lookup(var);
462 ir_variable *old_def = definitions.lookup(var);
/xsrc/external/mit/freetype/dist/src/base/
H A Dfthash.c113 res = (hash->lookup)( &key );
179 hash->lookup = hash_num_lookup;
184 hash->lookup = hash_str_lookup;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h696 void *clone = lookup(obj);
708 virtual void *lookup(void *obj) = 0;
726 virtual void *lookup(void *obj) function in class:nv50_ir::ShallowClonePolicy
760 virtual void *lookup(void *obj) function in class:nv50_ir::DeepClonePolicy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h696 void *clone = lookup(obj);
708 virtual void *lookup(void *obj) = 0;
726 virtual void *lookup(void *obj) function in class:nv50_ir::ShallowClonePolicy
760 virtual void *lookup(void *obj) function in class:nv50_ir::DeepClonePolicy

Completed in 81 milliseconds

123