/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 151 GLuint vtx, unit; local 251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) { 252 if (inputs & VERT_BIT_TEX(unit)) { 253 if (!rmesa->tcl.tex[unit].buf) 256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data, 257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size, 258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride, 262 vfmt |= RADEON_ST_BIT(unit); [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_arrays.c | 151 GLuint vtx, unit; local 251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) { 252 if (inputs & VERT_BIT_TEX(unit)) { 253 if (!rmesa->tcl.tex[unit].buf) 256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data, 257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size, 258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride, 262 vfmt |= RADEON_ST_BIT(unit); [all...] |
/external/chromium_org/media/base/android/ |
media_decoder_job.cc | 159 MediaCodecStatus MediaDecoderJob::QueueInputBuffer(const AccessUnit& unit) { 181 if (unit.end_of_stream || unit.data.empty()) { 186 if (unit.key_id.empty() || unit.iv.empty()) { 187 DCHECK(unit.iv.empty() || !unit.key_id.empty()); 189 input_buf_index, &unit.data[0], unit.data.size(), unit.timestamp) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_texblend.c | 97 GetTexelOp(GLint unit) 99 switch (unit) { 353 * tex unit, and put last stage on it 389 emit_texblend(struct i830_context *i830, GLuint unit, GLuint blendUnit, 392 struct gl_texture_unit *texUnit = &i830->intel.ctx.Texture.Unit[unit]; 397 fprintf(stderr, "%s unit %d\n", __FUNCTION__, unit); 402 GetTexelOp(unit), tmp, texUnit->EnvColor); 423 GLuint unit = 0 local 443 GLuint unit, last_stage = 0, blendunit = 0; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_texblend.c | 97 GetTexelOp(GLint unit) 99 switch (unit) { 353 * tex unit, and put last stage on it 389 emit_texblend(struct i830_context *i830, GLuint unit, GLuint blendUnit, 392 struct gl_texture_unit *texUnit = &i830->intel.ctx.Texture.Unit[unit]; 397 fprintf(stderr, "%s unit %d\n", __FUNCTION__, unit); 402 GetTexelOp(unit), tmp, texUnit->EnvColor); 423 GLuint unit = 0 local 443 GLuint unit, last_stage = 0, blendunit = 0; local [all...] |
/external/oprofile/libop/ |
op_events.h | 23 /** Describe an unit mask type. Events can optionally use a filter called 24 * the unit mask. the mask type can be a bitmask or a discrete value */ 31 /** up to thirty two allowed unit masks */ 35 /** Describe an unit mask. */ 37 char * name; /**< name of unit mask type */ 38 u32 num; /**< number of possible unit masks */ 54 /** which unit mask if any allowed */ 55 struct op_unit_mask * unit; member in struct:op_event 86 OP_INVALID_UM = 2, /**< unit mask is invalid */ 94 * @param um unit mask for counte [all...] |
/external/ppp/pppd/ |
ccp.c | 167 static void ccp_init __P((int unit)); 168 static void ccp_open __P((int unit)); 169 static void ccp_close __P((int unit, char *)); 170 static void ccp_lowerup __P((int unit)); 172 static void ccp_input __P((int unit, u_char *pkt, int len)); 173 static void ccp_protrej __P((int unit)); 177 static void ccp_datainput __P((int unit, u_char *pkt, int len)); 351 ccp_init(unit) 352 int unit; 354 fsm *f = &ccp_fsm[unit]; [all...] |
cbcp.h | 5 int us_unit; /* Interface unit number */
|
ecp.c | 82 static void ecp_init __P((int unit)); 84 static void ecp_open __P((int unit)); 85 static void ecp_close __P((int unit, char *)); 86 static void ecp_lowerup __P((int unit)); 88 static void ecp_input __P((int unit, u_char *pkt, int len)); 89 static void ecp_protrej __P((int unit)); 95 static void ecp_datainput __P((int unit, u_char *pkt, int len)); 146 ecp_init(unit) 147 int unit; 149 fsm *f = &ecp_fsm[unit]; [all...] |
/dalvik/vm/mterp/c/ |
OP_GOTO_16.cpp | 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */
|
/external/chromium/chrome/browser/sync/notifier/ |
DEPS | 6 # unit tests depend on talk/base.
|
/external/chromium_org/content/test/ |
webkit_support.h | 11 // Initializes or terminates a test environment for unit tests.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 89 unsigned unit, 101 debug_assert(unit < PIPE_MAX_SAMPLERS); 107 /* context[0].textures[unit] */ 108 indices[2] = lp_build_const_int32(gallivm, unit); 109 /* context[0].textures[unit].member */ 119 lp_build_name(res, "context.texture%u.%s", unit, member_name); 138 unsigned unit) \ 140 return draw_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \ 173 unsigned unit, 183 assert(unit < PIPE_MAX_SAMPLERS) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 94 unsigned unit, 106 assert(unit < PIPE_MAX_SAMPLERS); 112 /* context[0].textures[unit] */ 113 indices[2] = lp_build_const_int32(gallivm, unit); 114 /* context[0].textures[unit].member */ 124 lp_build_name(res, "context.texture%u.%s", unit, member_name); 143 unsigned unit) \ 145 return lp_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \ 178 unsigned unit, 188 assert(unit < PIPE_MAX_SAMPLERS) [all...] |
/external/chromium_org/third_party/simplejson/ |
README.chromium | 12 Removed unit tests from current distribution.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
wrap_yasm.py | 36 unit = WorkUnit(files,modname,oname,False,mark_cb=cb,extradefs=extradefs, 40 unit.parse( False ) 41 unit.transform(verbose=False, test_parse=False, test_types=False) 42 unit.output()
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
cat.py | 110 for unit in CatCommand._iterate_vm_unit(dump, None, bucket_set): 111 unit_set.append(unit) 112 for unit in unit_set: 113 root['units'][unit.unit_id] = [unit.committed, unit.reserved] 115 for unit in CatCommand._iterate_malloc_unit(dump, bucket_set): 116 unit_set.append(unit) 117 for unit in unit_set: 118 root['units'][unit.unit_id] = [all...] |
/external/chromium_org/tools/telemetry/unittest_data/discoverable_classes/ |
discover_dummyclass.py | 5 """A dummy exception subclass used by core/discover.py's unit tests."""
|
/external/clang/test/CodeGen/ |
split-debug-filename.c | 6 // Testing to ensure that the dwo name gets output into the compile unit.
|
/external/clang/test/Lexer/ |
long-long.cpp | 1 /* RUN: %clang_cc1 -x c -std=c89 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s 2 * RUN: %clang_cc1 -x c -std=c99 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s 3 * RUN: %clang_cc1 -x c++ -std=c++98 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s 4 * RUN: %clang_cc1 -x c++ -std=c++11 -fsyntax-only -verify -Wc++98-compat-pedantic -Wno-empty-translation-unit %s
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.ml | 15 external assert_valid_module : Llvm.llmodule -> unit 18 external assert_valid_function : Llvm.llvalue -> unit 20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg" 21 external view_function_cfg_only : Llvm.llvalue -> unit
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 89 unsigned unit, 101 debug_assert(unit < PIPE_MAX_SAMPLERS); 107 /* context[0].textures[unit] */ 108 indices[2] = lp_build_const_int32(gallivm, unit); 109 /* context[0].textures[unit].member */ 119 lp_build_name(res, "context.texture%u.%s", unit, member_name); 138 unsigned unit) \ 140 return draw_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \ 173 unsigned unit, 183 assert(unit < PIPE_MAX_SAMPLERS) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 94 unsigned unit, 106 assert(unit < PIPE_MAX_SAMPLERS); 112 /* context[0].textures[unit] */ 113 indices[2] = lp_build_const_int32(gallivm, unit); 114 /* context[0].textures[unit].member */ 124 lp_build_name(res, "context.texture%u.%s", unit, member_name); 143 unsigned unit) \ 145 return lp_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \ 178 unsigned unit, 188 assert(unit < PIPE_MAX_SAMPLERS) [all...] |
/external/scrypt/tests/ |
Android.mk | 1 # Build the scrypt unit tests
|
/external/stlport/test/unit/ |
iota.h | 6 //iota definition used in unit test
|