HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 101 - 125 of 594) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 75 unsigned unit:4; member in struct:sp_sampler_key::__anon11035
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 58 unsigned unit; member in struct:bind_queue::__anon11239
123 queue.bind[queue.bind_count].unit = i;
145 ts[i].stage = queue.bind[i].unit;
197 queue.bind[queue.bind_count].unit = i;
216 ts[i].stage = queue.bind[i].unit;
253 #define EMIT_TS(svga, unit, val, token, fail) \
255 assert(unit < Elements(svga->state.hw_draw.ts)); \
256 assert(SVGA3D_TS_##token < Elements(svga->state.hw_draw.ts[unit])); \
257 if (svga->state.hw_draw.ts[unit][SVGA3D_TS_##token] != val) { \
258 svga_queue_tss( &queue, unit, SVGA3D_TS_##token, val );
    [all...]
  /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/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/mesa3d/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...]
  /external/mesa3d/src/mesa/main/
texstate.c 79 /* per-unit state */
81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled;
82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode;
83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor);
84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled;
85 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS
495 GLuint unit; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 205 /* state[1] is the texture unit */
206 const GLuint unit = (GLuint) state[1]; local
210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
219 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane)
241 const GLuint unit = (GLuint) state[1]; local
438 const int unit = (int) state[2]; local
581 const int unit = (int) state[2]; local
592 const int unit = (int) state[2]; local
1127 GLuint unit = MIN2(ctx->Texture.CurrentUnit, local
    [all...]
  /external/mesa3d/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/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);
  /external/oprofile/libop/
op_events.h 23 /** Describe an unit mask type. Events can optionally use a filter called
24 * the unit mask. the mask type can be a bitmask or a discrete value */
31 /** up to thirty two allowed unit masks */
35 /** Describe an unit mask. */
37 char * name; /**< name of unit mask type */
38 u32 num; /**< number of possible unit masks */
54 /** which unit mask if any allowed */
55 struct op_unit_mask * unit; member in struct:op_event
86 OP_INVALID_UM = 2, /**< unit mask is invalid */
94 * @param um unit mask for counte
    [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...]
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 162 sp<ABuffer> unit = new ABuffer(nalSize); local
163 memcpy(unit->data(), &data[2], nalSize);
165 CopyTimes(unit, buffer);
167 addSingleNALUnit(unit);
281 // We found all the fragments that make up the complete NAL unit.
287 sp<ABuffer> unit = new ABuffer(totalSize); local
288 CopyTimes(unit, *queue->begin());
290 unit->data()[0] = (nri << 5) | nalType;
302 memcpy(unit->data() + offset, buffer->data() + 2, buffer->size() - 2);
308 unit->setRange(0, totalSize)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 17 package com.android.mediaframeworktest.unit;
CameraUtilsDecoratorTest.java 17 package com.android.mediaframeworktest.unit;
28 * adb shell am instrument -e class 'com.android.mediaframeworktest.unit.CameraUtilsDecoratorTest' \
ImageReaderTest.java 17 package com.android.mediaframeworktest.unit;
31 private static final String TAG = "ImageReaderTest-unit";
MediaMetadataRetrieverTest.java 17 package com.android.mediaframeworktest.unit;
MediaPlayerStateErrors.java 17 package com.android.mediaframeworktest.unit;
RangeTest.java 17 package com.android.mediaframeworktest.unit;
26 * -e class 'com.android.mediaframeworktest.unit.RangeTest' \
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
uvcvideo.h 65 __u8 unit; member in struct:uvc_xu_control_query
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 225 WspTypeDecoder unit = new WspTypeDecoder( local
227 assertTrue(unit.decodeContentType(0));
228 String mimeType = unit.getValueString();
229 int wellKnownValue = (int) unit.getValue32();
232 assertEquals(1, unit.getDecodedDataLength());
245 WspTypeDecoder unit = new WspTypeDecoder(data); local
246 assertTrue(unit.decodeContentType(0));
247 String mimeType = unit.getValueString();
248 int wellKnownValue = (int) unit.getValue32();
251 assertEquals(4, unit.getDecodedDataLength())
259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
286 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
301 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
317 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
336 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
355 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
374 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
392 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
411 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
432 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
454 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
479 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
497 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
516 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
540 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
565 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
590 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
612 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
633 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
658 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
680 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
703 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
724 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
746 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
768 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
788 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
800 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
822 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
847 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
870 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
    [all...]

Completed in 2904 milliseconds

1 2 3 45 6 7 8 91011>>