HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 526 - 550 of 7958) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
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/mesa3d/src/mesa/drivers/dri/i915/
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/i965/
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/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...]
nv10_state_tex.c 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local
46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
47 struct gl_texgen *coord = get_texgen_coord(unit, j);
76 ctx->Texture.Unit[i]._GenFlags)) {
168 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
174 t = ctx->Texture.Unit[i]._Current;
211 + ctx->Texture.Unit[i].LodBias;
nv20_state_tex.c 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local
46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
47 struct gl_texgen *coord = get_texgen_coord(unit, j);
172 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
180 t = ctx->Texture.Unit[i]._Current;
223 + ctx->Texture.Unit[i].LodBias;
266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
  /external/mesa3d/src/mesa/drivers/dri/i965/
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/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...]
  /external/pixman/pixman/
pixman-radial-gradient.c 252 pixman_vector_t v, unit; local
266 unit.vector[0] = image->common.transform->matrix[0][0];
267 unit.vector[1] = image->common.transform->matrix[1][0];
268 unit.vector[2] = image->common.transform->matrix[2][0];
272 unit.vector[0] = pixman_fixed_1;
273 unit.vector[1] = 0;
274 unit.vector[2] = 0;
277 if (unit.vector[2] == 0 && v.vector[2] == pixman_fixed_1)
316 db = dot (unit.vector[0], unit.vector[1], 0
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioPlaybackLocal.h 41 // unit playback samples
43 // unit playback sizes
AudioRecordingLocal.h 41 // unit recording samples
43 // unit recording sizes
  /dalvik/dx/tests/077-dex-code-alignment/
run 21 # a single "return-void" code unit, and that there is an empty (0x0000)
22 # code unit between the two of them.
  /dalvik/dx/tests/116-leb128/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Leb128UtilsTest > unit-out.txt
28 cat unit-out.txt
  /dalvik/dx/tests/117-modified-utf8/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Mutf8Test > unit-out.txt
28 cat unit-out.txt
  /dalvik/dx/tests/119-merge-conflict/
run 31 junit.textui.TestRunner com.android.dx.merge.MergeConflictTest > unit-out.txt
36 cat unit-out.txt
  /dalvik/dx/tests/125-main-dex-list/
run 27 dalvik -classpath test.jar com.android.dx.multidex.MainDexListTest > unit-out.txt
32 cat unit-out.txt
  /development/testrunner/tests/
Android_gtestlib.mk 15 # Build the unit tests.
19 # Build the unit tests.
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 5 require 'test/unit'
8 class TestDFA < Test::Unit::TestCase
  /external/chromium_org/base/win/
resource_util.h 20 // a dll. Some resources are optional, especially in unit tests, so this
29 // resources are optional, especially in unit tests, so this returns false
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
AndroidProfileOAuth2TokenServiceHelper.java 48 long timeout, TimeUnit unit) {
50 context, activity, account, scope, timeout, unit);
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider.h 40 // Update the content of the |unit| obtained for |display| using
44 extensions::api::system_display::DisplayUnitInfo* unit);
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_l10n.h 43 base::string16 GetLocalizedStringFromUnit(const Unit unit);
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java 35 * @param anchorX Anchor position in the CSS unit.
36 * @param anchorY Anchor position in the CSS unit.
37 * @param anchorWidth Anchor size in the CSS unit.
38 * @param anchorHeight Anchor size in the CSS unit.
78 * @param anchorX Anchor position in the CSS unit.
79 * @param anchorY Anchor position in the CSS unit.
80 * @param anchorWidth Anchor size in the CSS unit.
81 * @param anchorHeight Anchor size in the CSS unit.
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.h 34 // Make a unit quad with position only.
51 // Run unit tests.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_span.c 117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;

Completed in 486 milliseconds

<<21222324252627282930>>