HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 451 - 475 of 931) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 425 unsigned int unit; local
435 unit = inst->U.I.TexSrcUnit;
449 unit = 0;
462 | (unit << R300_TEX_ID_SHIFT)
  /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/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 */
s_aalinetemp.h 72 const GLuint unit = attr - FRAG_ATTRIB_TEX0; local
78 line->span.array->lambda[unit][i]
181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 180 const std::string& unit = (*tokens)[2]; local
181 if (unit != kKb) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 72 const GLuint unit = attr - FRAG_ATTRIB_TEX0; local
78 line->span.array->lambda[unit][i]
181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 206 matchedUnits.forEach(function(unit) {
207 matchedUnitsSet[unit] = unit;
245 // Don't output remaining item without any unit.
  /external/deqp/executor/
xeTestCaseResult.hpp 236 std::string unit; member in class:xe::ri::Number
462 std::string unit; member in class:xe::ri::ValueInfo
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 150 const deUint32 unit,
164 , textureUnit (unit)
199 std::vector<TextureSpec> textureSpecs; //!< \note If multiple textures have same unit, one of them is picked randomly.
  /external/libpng/
pngset.c 280 /* TODO: validate format of calibration name and unit name */
363 int unit, png_const_charp swidth, png_const_charp sheight)
372 /* Double check the unit (should never get here with an invalid
373 * unit unless this is an API call.)
375 if (unit != 1 && unit != 2)
376 png_error(png_ptr, "Invalid sCAL unit");
386 info_ptr->scal_unit = (png_byte)unit;
390 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw);
405 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthh)
    [all...]
pngget.c 851 int *unit, png_fixed_point *width, png_fixed_point *height)
856 *unit = info_ptr->scal_unit;
874 int *unit, double *width, double *height)
879 *unit = info_ptr->scal_unit;
890 int *unit, png_charpp width, png_charpp height)
895 *unit = info_ptr->scal_unit;
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 399 // Regunits are numerically ordered. Find a common unit.
614 /// Get the weight in units of pressure for this register unit.
620 /// Get the name of this register unit pressure set.
623 /// Get the register unit pressure limit for this dimension.
632 /// Get the dimensions of register pressure impacted by this register unit.
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 23 <div class="g-unit">
42 <div class="g-unit" id="doc-content" >
248 </div><!-- end g-unit -->
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 574 GLint unit; local
584 unit = atoi((const char *) imageSrc + 3);
585 if ((unit < 0 || unit >= MAX_TEXTURE_IMAGE_UNITS) ||
586 (unit == 0 && (imageSrc[3] != '0' || imageSrc[4] != 0))) {
589 *texUnit = unit;
616 RETURN_ERROR1("Only one texture target can be used per texture unit.");
1418 GLubyte unit, idx; local
1429 GLubyte unit, idx; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
  /external/mesa3d/src/mesa/program/
nvfragparse.c 574 GLint unit; local
584 unit = atoi((const char *) imageSrc + 3);
585 if ((unit < 0 || unit >= MAX_TEXTURE_IMAGE_UNITS) ||
586 (unit == 0 && (imageSrc[3] != '0' || imageSrc[4] != 0))) {
589 *texUnit = unit;
616 RETURN_ERROR1("Only one texture target can be used per texture unit.");
1418 GLubyte unit, idx; local
1429 GLubyte unit, idx; local
    [all...]
  /external/mksh/src/
tree.c 255 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
256 iop->unit + 1;
257 if (iop->unit != expected)
258 shf_fprintf(shf, "%d", iop->unit);
936 shf_fprintf(shf, ",unit=%d", iop->unit);
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 245 int unit;
511 result.val.intV[0] = sampler.val.samplerV.unit;
567 result << value.val.samplerV.unit;
578 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
603 result.val.samplerV.unit = samplerUnit;
637 result.val.samplerV.unit = 0;
675 if (a.val.samplerV.unit != b.val.samplerV.unit)
1410 GLint unit = -1; local
1629 const GLint unit = uniform.finalValue.val.samplerV.unit; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 306 int unit;
595 result.val.intV[0] = sampler.val.samplerV.unit;
676 result << value.val.samplerV.unit;
687 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
721 result.val.samplerV.unit = samplerUnit;
773 result.val.samplerV.unit = 0;
826 if (a.val.samplerV.unit != b.val.samplerV.unit)
1776 GLint unit = -1; local
2041 const GLint unit = uniform.finalValue.val.samplerV.unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 )
529 radeonTexObj *t = r200->state.texture.unit[i].texobj;
546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded))
555 if (!(r200->state.texture.unit[atom->idx].unitneeded))
568 radeonTexObj *t = r200->state.texture.unit[i].texobj;
570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size))
597 radeonTexObj *t = r200->state.texture.unit[i].texobj
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1224 char unit; local
1246 nr_samples = convert_unit(nr_samples, &unit);
1249 nr_samples, unit, ev_name, nr_events);
1763 char bf[256], unit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE )
261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE )
266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 )
529 radeonTexObj *t = r200->state.texture.unit[i].texobj;
546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded))
555 if (!(r200->state.texture.unit[atom->idx].unitneeded))
568 radeonTexObj *t = r200->state.texture.unit[i].texobj;
570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size))
597 radeonTexObj *t = r200->state.texture.unit[i].texobj
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 2 # Unit masks for the Intel "Westmere" micro architecture
9 0x01 No unit mask
11 0x02 No unit mask
13 0x07 No unit mask
15 0x10 No unit mask
17 0x20 No unit mask
25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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/
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...]

Completed in 1862 milliseconds

<<11121314151617181920>>