/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 202 texObj = ctx->Texture.Unit[texUnit]._Current; 268 GLuint unit, new_count; local 276 for (unit = 0; unit < max_units; unit++, samplers_used >>= 1) { 280 const GLuint texUnit = prog->SamplerUnits[unit]; 287 *num_textures = unit + 1; 289 else if (samplers_used == 0 && unit >= old_max) { 294 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view); 403 = ctx->Texture.Unit[texUnit]._Current [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi.c | 147 switch (emit->unit) { 261 unsigned unit ) 275 emit.unit = unit; 282 if (unit == PIPE_SHADER_FRAGMENT) 285 if (unit == PIPE_SHADER_VERTEX) {
|
svga_tgsi_decl_sm30.c | 295 unsigned unit = index - 1; local 297 emit->inverted_texcoords |= (1 << unit); 300 emit->ps_true_texcoord[unit] = emit->input_map[idx]; 303 emit->ps_inverted_texcoord[unit] = 307 emit->ps_inverted_texcoord_input[unit] = idx; 310 emit->input_map[idx] = emit->ps_inverted_texcoord[unit]; 330 if (emit->unit == PIPE_SHADER_FRAGMENT && 528 assert (emit->unit == PIPE_SHADER_FRAGMENT); 533 if (emit->unit == PIPE_SHADER_VERTEX) 540 if (emit->unit == PIPE_SHADER_VERTEX [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texture.c | 299 GLuint unit = ffs(enabledUnits) - 1; local 300 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 304 enabledUnits &= ~(1 << unit); 319 GLuint unit = ffs(enabledUnits) - 1; local 320 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 324 enabledUnits &= ~(1 << unit);
|
/external/cmockery/cmockery_0_1_2/packages/rpm/ |
rpm.spec | 11 Summary: Lightweight C unit testing framework. 26 process of writing unit tests for C applications. 29 Summary: Lightweight C unit testing framework.
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi.c | 147 switch (emit->unit) { 261 unsigned unit ) 275 emit.unit = unit; 282 if (unit == PIPE_SHADER_FRAGMENT) 285 if (unit == PIPE_SHADER_VERTEX) {
|
svga_tgsi_decl_sm30.c | 295 unsigned unit = index - 1; local 297 emit->inverted_texcoords |= (1 << unit); 300 emit->ps_true_texcoord[unit] = emit->input_map[idx]; 303 emit->ps_inverted_texcoord[unit] = 307 emit->ps_inverted_texcoord_input[unit] = idx; 310 emit->input_map[idx] = emit->ps_inverted_texcoord[unit]; 330 if (emit->unit == PIPE_SHADER_FRAGMENT && 528 assert (emit->unit == PIPE_SHADER_FRAGMENT); 533 if (emit->unit == PIPE_SHADER_VERTEX) 540 if (emit->unit == PIPE_SHADER_VERTEX [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texture.c | 299 GLuint unit = ffs(enabledUnits) - 1; local 300 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 304 enabledUnits &= ~(1 << unit); 319 GLuint unit = ffs(enabledUnits) - 1; local 320 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; 324 enabledUnits &= ~(1 << unit);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 59 GLuint unit); 253 GLuint unit ) 256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 257 GLvector4f *out = &store->texcoord[unit]; 275 GLuint unit ) 278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 279 GLvector4f *out = &store->texcoord[unit]; 303 GLuint unit ) 306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 307 GLvector4f *out = &store->texcoord[unit]; [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 59 GLuint unit); 253 GLuint unit ) 256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 257 GLvector4f *out = &store->texcoord[unit]; 275 GLuint unit ) 278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 279 GLvector4f *out = &store->texcoord[unit]; 303 GLuint unit ) 306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; 307 GLvector4f *out = &store->texcoord[unit]; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstate.c | 79 /* per-unit state */ 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled; 82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode; 83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor); 84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled; 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS 495 GLuint unit; local [all...] |
attrib.c | 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled; 321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled; 440 ctx->Texture.Unit[u].CurrentTex[tex]); 448 ctx->Texture.Unit[u].CurrentTex[tex]); 630 /* texture unit enables */ 635 if (ctx->Texture.Unit[i].Enabled != enabled) { 657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) { 681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local 685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT)) [all...] |
/external/mesa3d/src/mesa/main/ |
texstate.c | 79 /* per-unit state */ 81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled; 82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode; 83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor); 84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled; 85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS 495 GLuint unit; local [all...] |
attrib.c | 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled; 321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled; 440 ctx->Texture.Unit[u].CurrentTex[tex]); 448 ctx->Texture.Unit[u].CurrentTex[tex]); 630 /* texture unit enables */ 635 if (ctx->Texture.Unit[i].Enabled != enabled) { 657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) { 681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local 685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT)) [all...] |
/external/oprofile/libop/ |
op_events.c | 157 parse_error("invalid unit mask type"); 165 parse_error("invalid unit mask tag"); 174 parse_error("Missing name for unit mask"); 176 parse_error("Missing type for unit mask"); 190 parse_error("invalid unit mask entry"); 195 parse_error("invalid unit mask entry"); 218 * \t0x0 No unit mask 228 "oprofile: could not open unit mask description file %s\n", file); 246 parse_error("no unit mask name line"); 248 parse_error("oprofile: maximum unit mask entries exceeded") 672 struct op_unit_mask * unit = list_entry(pos, struct op_unit_mask, um_next); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
CSSPropertyParser.cpp | 101 ASSERT(value->unit == CSSPrimitiveValue::CSS_IDENT || value->unit == CSSPrimitiveValue::CSS_STRING); 213 value->unit = CSSPrimitiveValue::CSS_NUMBER; 251 // Quirks mode and presentation attributes accept unit less values. 261 switch (value->unit) { 265 value->unit = (unitflags & FLength) ? CSSPrimitiveValue::CSS_PX : 327 ASSERT((value->unit >= CSSPrimitiveValue::CSS_NUMBER && value->unit <= CSSPrimitiveValue::CSS_KHZ) 328 || (value->unit >= CSSPrimitiveValue::CSS_TURN && value->unit <= CSSPrimitiveValue::CSS_CHS [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/external/guava/guava/src/com/google/common/cache/ |
CacheBuilder.java | 554 * @param unit the unit that {@code duration} is expressed in 558 public CacheBuilder<K, V> expireAfterWrite(long duration, TimeUnit unit) { 561 checkArgument(duration >= 0, "duration cannot be negative: %s %s", duration, unit); 562 this.expireAfterWriteNanos = unit.toNanos(duration); 588 * @param unit the unit that {@code duration} is expressed in 592 public CacheBuilder<K, V> expireAfterAccess(long duration, TimeUnit unit) { 595 checkArgument(duration >= 0, "duration cannot be negative: %s %s", duration, unit); 596 this.expireAfterAccessNanos = unit.toNanos(duration) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMaker.java | 223 * expireAfterWrite}{@code (0, unit)} or {@link #expireAfterAccess expireAfterAccess}{@code (0, 224 * unit)}. It can be useful in testing, or to disable caching temporarily without a code change. 436 MapMaker expiration(long duration, TimeUnit unit) { 437 return expireAfterWrite(duration, unit); 456 * @param unit the unit that {@code duration} is expressed in 465 MapMaker expireAfterWrite(long duration, TimeUnit unit) { 466 checkExpiration(duration, unit); 467 this.expireAfterWriteNanos = unit.toNanos(duration); 476 private void checkExpiration(long duration, TimeUnit unit) { [all...] |
/external/libunwind/ |
Android.mk | 316 libunwind-unit-tests_cflags := \ 321 libunwind-unit-tests_c_includes := \ 324 libunwind-unit-tests_src_files := \ 327 libunwind-unit-tests_shared_libraries := \ 330 libunwind-unit-tests_multilib := both 331 module := libunwind-unit-tests 339 # Run the unit tests built for x86 or x86_64. 349 libunwind-unit-tests-run-on-host: libunwind-unit-tests $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh 360 $(TARGET_OUT_DATA_NATIVE_TESTS)/libunwind-unit-tests/libunwind-unit-tests$(TEST_SUFFIX) $(LIBUNWIND_TEST_FLAGS [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_emit.c | 248 uint unit; local 254 for (unit = 0; unit < I915_TEX_UNITS; unit++) { 255 if (enabled & (1 << unit)) { 256 tex = i915_texture(i915->fragment_sampler_views[unit]->texture); 268 uint unit; local 272 for (unit = 0; unit < I915_TEX_UNITS; unit++) [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_emit.c | 248 uint unit; local 254 for (unit = 0; unit < I915_TEX_UNITS; unit++) { 255 if (enabled & (1 << unit)) { 256 tex = i915_texture(i915->fragment_sampler_views[unit]->texture); 268 uint unit; local 272 for (unit = 0; unit < I915_TEX_UNITS; unit++) [all...] |
/external/chromium_org/base/ |
pickle_unittest.cc | 245 size_t unit = Pickle::kPayloadUnit; local 246 scoped_ptr<char[]> data(new char[unit]); 248 for (size_t i = 0; i < unit; i++) 251 // construct a message that will be exactly the size of one payload unit, 253 const size_t payload_size_after_header = unit - sizeof(uint32); 259 // note: we assume 'unit' is a power of 2 260 EXPECT_EQ(unit, pickle.capacity_after_header()); 264 pickle.WriteData(data_ptr, static_cast<int>(unit - sizeof(uint32))); 265 cur_payload += unit; 266 EXPECT_EQ(unit * 2, pickle.capacity_after_header()) [all...] |
/art/runtime/base/ |
histogram-inl.h | 172 const TimeUnit unit = GetAppropriateTimeUnit(Mean() * kAdjust); local 174 << (interval * 100) << "% C.I. " << FormatDuration(Percentile(per_0, data) * kAdjust, unit, 176 << "-" << FormatDuration(Percentile(per_1, data) * kAdjust, unit, kFractionalDigits) << " " 177 << "Avg: " << FormatDuration(Mean() * kAdjust, unit, kFractionalDigits) << " Max: " 178 << FormatDuration(Max() * kAdjust, unit, kFractionalDigits) << "\n";
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_frag.c | 46 int unit; member in struct:combiner_state 63 /* Initialize a combiner_state struct from the texture unit 67 ctx->Texture.Unit[i]._CurrentCombine; \ 69 (rc)->unit = i; \ 89 return rc->unit ? COMBINER_SOURCE(TEXTURE1) : 105 return rc->unit ? COMBINER_SOURCE(PREVIOUS) : 140 rc->unit : source - GL_TEXTURE0); 141 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current; 260 if (ctx->Texture.Unit[i]._ReallyEnabled) { 290 nv04->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode) [all...] |