HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 201 - 225 of 274) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.20.0/
org.eclipse.tycho.p2.resolver.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.18.1/
org.eclipse.tycho.p2.resolver.shared-0.18.1.jar 
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 175 /// Preincrement. Move to the next unit.
204 // Return true of this unit appears in RegUnits.
205 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) {
206 return std::count(RegUnits.begin(), RegUnits.end(), Unit);
374 // Absent any ad hoc aliasing, we create one register unit per leaf register.
378 // When there is ad hoc aliasing, we simply create one unit per edge in the
390 unsigned Unit = RegBank.newRegUnit(this, AR);
391 RegUnits.push_back(Unit);
392 AR->RegUnits.push_back(Unit);
396 // a leaf register with ad hoc aliases doesn't get its own unit - it isn'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 500 if (ctx->Texture.Unit[i].Sampler)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 414 if (ctx->Texture.Unit[i]._ReallyEnabled) {
583 "Texgen unit 0",
584 "Texgen unit 1",
585 "Texgen unit 2",
586 "Texgen unit 3",
587 "Texgen unit 4",
588 "Texgen unit 5",
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 1931 int unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 500 if (ctx->Texture.Unit[i].Sampler)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 414 if (ctx->Texture.Unit[i]._ReallyEnabled) {
583 "Texgen unit 0",
584 "Texgen unit 1",
585 "Texgen unit 2",
586 "Texgen unit 3",
587 "Texgen unit 4",
588 "Texgen unit 5",
r200_state.c 2071 GLuint unit; local
2160 int unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1931 int unit; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 269 OUT Unit *srcUnit
GdiPlusEnums.h 79 // Unit constants
82 enum Unit
84 UnitWorld, // 0 -- World coordinate (non-physical unit)
86 UnitPixel, // 2 -- Each unit is one device pixel.
87 UnitPoint, // 3 -- Each unit is a printer's point, or 1/72 inch.
88 UnitInch, // 4 -- Each unit is 1 inch.
89 UnitDocument, // 5 -- Each unit is 1/300 inch.
90 UnitMillimeter // 6 -- Each unit is 1 millimeter.
97 // units. There is an extra frame unit value (MetafileFrameUnitGdi) so
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.c 245 _mesa_BindSampler(GLuint unit, GLuint sampler)
250 if (unit >= ctx->Const.MaxCombinedTextureImageUnits) {
251 _mesa_error(ctx, GL_INVALID_VALUE, "glBindSampler(unit %u)", unit);
270 if (ctx->Texture.Unit[unit].Sampler != sampObj) {
275 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler,
    [all...]
texobj.c 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) {
1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1043 if (texObj == unit->CurrentTex[tex]) {
1044 _mesa_reference_texobj(&unit->CurrentTex[tex],
1046 ASSERT(unit->CurrentTex[tex]);
1063 * texture unit, unbind the texture first. Decrement the reference
    [all...]
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.c 245 _mesa_BindSampler(GLuint unit, GLuint sampler)
250 if (unit >= ctx->Const.MaxCombinedTextureImageUnits) {
251 _mesa_error(ctx, GL_INVALID_VALUE, "glBindSampler(unit %u)", unit);
270 if (ctx->Texture.Unit[unit].Sampler != sampObj) {
275 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler,
    [all...]
texobj.c 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) {
1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1043 if (texObj == unit->CurrentTex[tex]) {
1044 _mesa_reference_texobj(&unit->CurrentTex[tex],
1046 ASSERT(unit->CurrentTex[tex]);
1063 * texture unit, unbind the texture first. Decrement the reference
    [all...]
get.c 51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
2000 struct gl_texture_unit *unit; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 49 var proxyform = new Test.Unit.Runner({
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 287 "StringContext Symbol Throwable Traversable TraversableOnce Tuple Unit Vector :: #:: " +

Completed in 1337 milliseconds

1 2 3 4 5 6 7 891011