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

1 2 3 45 6 7 8 91011

  /external/mesa3d/src/mesa/drivers/dri/radeon/
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...]
radeon_maos_verts.c 315 GLuint unit; local
345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
346 if (inputs & VERT_BIT_TEX(unit)) {
347 req |= RADEON_ST_BIT(unit);
350 if (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size >= 3) {
351 req |= RADEON_Q_BIT(unit);
352 vtx |= RADEON_Q_BIT(unit);
354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT))
    [all...]
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
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...]
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/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 109 const RectF& srcrect, Unit unit)
113 nativeGraphics, &dstrect, &srcrect, unit,
118 const Rect& srcrect, Unit unit)
122 nativeGraphics, &dstrect, &srcrect, unit,
390 REAL srcwidth, REAL srcheight, Unit srcUnit)
399 INT srcwidth, INT srcheight, Unit srcUnit)
409 Unit srcUnit,
425 Unit srcUnit
    [all...]
gdiplusheaders.h 93 Status GetBounds(RectF *srcRect, Unit *srcUnit);
335 Unit unit = UnitPoint);
342 Unit unit = UnitPoint,
354 Unit GetUnit() const;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 15 Unit: {},
312 DrNicTest.Unit.Logger = function(element) {
317 DrNicTest.Unit.Logger.prototype.start = function(testName) {
323 DrNicTest.Unit.Logger.prototype.setStatus = function(status) {
330 DrNicTest.Unit.Logger.prototype.finish = function(status, summary) {
336 DrNicTest.Unit.Logger.prototype.message = function(message) {
342 DrNicTest.Unit.Logger.prototype.summary = function(summary) {
348 DrNicTest.Unit.Logger.prototype.getLastLogLine = function() {
354 DrNicTest.Unit.Logger.prototype.getMessageCell = function() {
359 DrNicTest.Unit.Logger.prototype._createLogTable = function()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 196 GLuint unit, GLfloat color[4])
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
202 ctx->Texture.Unit[unit]._Current,
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 196 GLuint unit, GLfloat color[4])
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
202 ctx->Texture.Unit[unit]._Current,
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 353 Status SetPageUnit(IN Unit unit)
356 unit));
369 Unit GetPageUnit() const
371 Unit unit; local
373 SetStatus(DllExports::GdipGetPageUnit(nativeGraphics, &unit));
375 return unit;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 9 require 'test/unit'
154 class Functional < ::Test::Unit::TestCase
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 5 require 'test/unit'
11 class TestStringStream < Test::Unit::TestCase
201 class TestFileStream < Test::Unit::TestCase
232 class TestInputStream < Test::Unit::TestCase
242 class TestCommonTokenStream < Test::Unit::TestCase
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
118 Unit test for Google Test's XML output functionality.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit];
125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
126 GLuint *state = i830->state.Tex[unit], format, pitch;
135 if (i830->state.tex_buffer[unit] != NULL) {
136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]);
137 i830->state.tex_buffer[unit] = NULL;
140 if (!intel_finalize_mipmap_tree(intel, unit))
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo
    [all...]
i915_texstate.c 135 i915_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
139 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit];
143 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
144 GLuint *state = i915->state.Tex[unit], format, pitch;
153 if (i915->state.tex_buffer[unit] != NULL) {
154 drm_intel_bo_unreference(i915->state.tex_buffer[unit]);
155 i915->state.tex_buffer[unit] = NULL;
158 if (!intel_finalize_mipmap_tree(intel, unit))
167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 315 GLuint unit; local
345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
346 if (inputs & VERT_BIT_TEX(unit)) {
347 req |= RADEON_ST_BIT(unit);
350 if (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size >= 3) {
351 req |= RADEON_Q_BIT(unit);
352 vtx |= RADEON_Q_BIT(unit);
354 if ( (ctx->Texture.Unit[unit].TexGenEnabled & (R_BIT | Q_BIT))
    [all...]
radeon_tex.c 262 GLuint unit = ctx->Texture.CurrentUnit; local
263 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
277 RADEON_STATECHANGE( rmesa, tex[unit] );
278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
302 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] & RADEON_LOD_BIAS_MASK) != b ) {
303 RADEON_STATECHANGE( rmesa, tex[unit] );
304 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] &= ~RADEON_LOD_BIAS_MASK;
305 rmesa->hw.tex[unit].cmd[TEX_PP_TXFILTER] |= (b & RADEON_LOD_BIAS_MASK)
398 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/openssl/openssl/apps/
openssl.cnf 145 organizationalUnitName = Organizational Unit Name (eg, section)
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 96 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> DataLayout.t -> unit */
192 /* unit -> string */
193 CAMLprim value llvm_target_default_triple(value Unit) {
201 /* unit -> Target.t option */
202 CAMLprim value llvm_target_first(value Unit) {
355 /* bool -> TargetMachine.t -> unit */
361 /* Llvm.llmodule -> CodeGenFileType.t -> string -> TargetMachine.t -> unit */
  /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...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 117 i830_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
121 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit];
125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
126 GLuint *state = i830->state.Tex[unit], format, pitch;
135 if (i830->state.tex_buffer[unit] != NULL) {
136 drm_intel_bo_unreference(i830->state.tex_buffer[unit]);
137 i830->state.tex_buffer[unit] = NULL;
140 if (!intel_finalize_mipmap_tree(intel, unit))
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo
    [all...]
i915_texstate.c 135 i915_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
139 struct gl_texture_unit *tUnit = &ctx->Texture.Unit[unit];
143 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
144 GLuint *state = i915->state.Tex[unit], format, pitch;
153 if (i915->state.tex_buffer[unit] != NULL) {
154 drm_intel_bo_unreference(i915->state.tex_buffer[unit]);
155 i915->state.tex_buffer[unit] = NULL;
158 if (!intel_finalize_mipmap_tree(intel, unit))
167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo
    [all...]

Completed in 918 milliseconds

1 2 3 45 6 7 8 91011