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

1 2 34 5 6 7 8 91011

  /external/clang/lib/Frontend/
ASTUnit.cpp 777 /// of all macros that have been defined by the translation unit.
833 ASTUnit &Unit;
838 : Unit(_Unit), Hash(Hash) {
854 Unit.addTopLevelDecl(D);
860 Unit.addFileLevelDecl(D);
882 return Unit.getASTMutationListener();
886 return Unit.getDeserializationListener();
892 ASTUnit &Unit;
897 new MacroDefinitionTrackerPPCallbacks(Unit.getCurrentTopLevelHashValue()));
898 return new TopLevelDeclTrackerConsumer(Unit,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 128 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
186 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
541 struct gl_texture_unit *unit = ctx->Texture.Unit+0; \
543 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
556 info.envmode = unit->EnvMode; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
565 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
567 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF);
    [all...]
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/mesa3d/src/mesa/swrast/
s_triangle.c 128 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
186 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
541 struct gl_texture_unit *unit = ctx->Texture.Unit+0; \
543 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \
556 info.envmode = unit->EnvMode; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
565 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \
566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \
567 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF);
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 794 /** \returns an expression of the i-th unit (basis) vector.
798 * \sa MatrixBase::Unit(Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
801 EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index newSize, Index i)
807 /** \returns an expression of the i-th unit (basis) vector.
813 * \sa MatrixBase::Unit(Index,Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
816 EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index i)
822 /** \returns an expression of the X axis unit vector (1{,0}^*)
826 * \sa MatrixBase::Unit(Index,Index), MatrixBase::Unit(Index), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
830 { return Derived::Unit(0);
    [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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index)
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
    [all...]
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c 130 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
199 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
200 struct gl_texture_object *obj = ctx->Texture.Unit[i]._Current;
st_atom_sampler.c 135 texobj = ctx->Texture.Unit[texUnit]._Current;
154 sampler->lod_bias = ctx->Texture.Unit[texUnit].LodBias + msamp->LodBias;
216 GLuint unit; local
228 for (unit = 0; unit < max_units; unit++, samplers_used >>= 1) {
229 struct pipe_sampler_state *sampler = samplers + unit;
232 const GLuint texUnit = prog->SamplerUnits[unit];
236 *num_samplers = unit + 1;
238 cso_single_sampler(st->cso_context, shader_stage, unit, sampler)
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 98 VectorType v = VectorType::Unit(m, k - 1), workspace(m);
159 VectorType x_new = y(k - 1) * VectorType::Unit(m, k - 1);
165 x_new += y(i) * VectorType::Unit(m, i);
  /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/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index)
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
    [all...]
gen7_sampler_state.c 33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index,
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 130 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
199 if (ctx->Texture.Unit[i]._ReallyEnabled & TEXTURE_2D_BIT) {
200 struct gl_texture_object *obj = ctx->Texture.Unit[i]._Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 65 int unit; member in struct:combiner_state
79 /* Initialize a combiner_state struct from the texture unit
83 ctx->Texture.Unit[i]._CurrentCombine; \
85 (rc)->unit = i; \
104 return RC_IN_SOURCE(TEXTURE0) + rc->unit;
121 RC_IN_SOURCE(CONSTANT_COLOR0) + rc->unit;
127 return rc->unit ? RC_IN_SOURCE(SPARE0)
171 rc->unit : source - GL_TEXTURE0);
172 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
307 if (ctx->Texture.Unit[i]._ReallyEnabled)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 163 /// Climb up the parent chain to get the compile or type unit DIE this DIE
445 /// \brief A signature reference to a type unit.
447 const DwarfTypeUnit &Unit;
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit)
451 : DIEValue(isTypeSignature), Unit(Unit) {}
453 /// \brief Emit type unit signature.
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 65 int unit; member in struct:combiner_state
79 /* Initialize a combiner_state struct from the texture unit
83 ctx->Texture.Unit[i]._CurrentCombine; \
85 (rc)->unit = i; \
104 return RC_IN_SOURCE(TEXTURE0) + rc->unit;
121 RC_IN_SOURCE(CONSTANT_COLOR0) + rc->unit;
127 return rc->unit ? RC_IN_SOURCE(SPARE0)
171 rc->unit : source - GL_TEXTURE0);
172 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
307 if (ctx->Texture.Unit[i]._ReallyEnabled)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 99 #################### Unit test on host environment
102 #################### Unit test on target environment
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 207 /* need this for the cubic_map on disabled unit 2 bug, maybe r100 only? */
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._ReallyEnabled, 4 )
215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._ReallyEnabled, 4 )
216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._ReallyEnabled, 4 )
236 CHECK( txr0, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
237 CHECK( txr1, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
238 CHECK( txr2, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_RECT_BIT), 0
    [all...]
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...]
radeon_texstate.c 260 * Texture unit state management
263 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit )
266 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 /* texUnit->_Current can be NULL if and only if the texture unit is
283 fprintf( stderr, "%s( %p, %d )\n", __FUNCTION__, (void *)ctx, unit );
295 rmesa->state.texture.unit[unit].format = 0;
296 rmesa->state.texture.unit[unit].envMode = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 207 /* need this for the cubic_map on disabled unit 2 bug, maybe r100 only? */
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._ReallyEnabled, 4 )
215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._ReallyEnabled, 4 )
216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._ReallyEnabled, 4 )
236 CHECK( txr0, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
237 CHECK( txr1, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_RECT_BIT), 0 )
238 CHECK( txr2, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_RECT_BIT), 0
    [all...]
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...]

Completed in 4374 milliseconds

1 2 34 5 6 7 8 91011