Searched defs:unit (Results 326 - 350 of 405) sorted by relevance

<<11121314151617

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp61 return size >> unit[f];
82 return (size < 4) ? u : ((u << unit[f]) / 4);
90 int unit[LAST_REGISTER_FILE + 1]; // log2 of allocation granularity member in class:nv50_ir::RegisterSet
112 unit[rf] = targ->getFileUnit(f);
160 return occupy(v->reg.file, v->reg.data.id, v->reg.size >> unit[v->reg.file]);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c201 if (emit->unit == PIPE_SHADER_FRAGMENT) {
1122 if (emit->unit == PIPE_SHADER_VERTEX) {
1358 if (emit->unit == PIPE_SHADER_VERTEX) {
1423 if (emit->unit == PIPE_SHADER_VERTEX) {
1435 assert(emit->unit == PIPE_SHADER_FRAGMENT);
1639 const unsigned unit = src1.base.num; local
1642 boolean compare = (emit->key.fkey.tex[unit].compare_mode ==
1646 boolean swizzle = (emit->key.fkey.tex[unit].swizzle_r != PIPE_SWIZZLE_RED ||
1647 emit->key.fkey.tex[unit].swizzle_g != PIPE_SWIZZLE_GREEN ||
1648 emit->key.fkey.tex[unit]
3067 const unsigned unit = ffs(inverted_texcoords) - 1; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp129 } unit[MAX_TEXTURE_UNITS]; member in struct:state_key
441 key->unit[i].enabled = 1;
446 key->unit[i].source_index =
449 key->unit[i].shadow =
454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB;
455 key->unit[i].NumArgsA = comb->_NumArgsA;
457 key->unit[i].ModeRGB =
459 key->unit[i].ModeA =
462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB;
463 key->unit[
567 get_source(struct texenv_fragment_program *p, GLuint src, GLuint unit) argument
618 emit_combine_source(struct texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) argument
702 emit_combine(struct texenv_fragment_program *p, GLuint unit, GLuint nr, GLuint mode, const struct mode_opt *opt) argument
783 emit_texenv(struct texenv_fragment_program *p, GLuint unit) argument
1042 load_texenv_source(struct texenv_fragment_program *p, GLuint src, GLuint unit) argument
1220 GLuint unit; local
1289 unsigned int unit; local
[all...]
H A Dffvertex_prog.c86 } unit[NUM_UNITS]; member in struct:state_key
191 key->unit[i].light_enabled = 1;
194 key->unit[i].light_eyepos3_is_zero = 1;
197 key->unit[i].light_spotcutoff_is_180 = 1;
202 key->unit[i].light_attenuated = 1;
246 key->unit[i].texunit_really_enabled = 1;
250 key->unit[i].coord_replace = 1;
253 key->unit[i].texmat_enabled = 1;
256 key->unit[i].texgen_enabled = 1;
258 key->unit[
[all...]
H A Dget.c51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
1533 unit = ctx->Texture.CurrentUnit;
1534 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0];
1535 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1];
1536 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2];
1537 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3];
1541 unit = ctx->Texture.CurrentUnit;
1542 v->value_float_4[0] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][0];
1543 v->value_float_4[1] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][
2000 struct gl_texture_unit *unit; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h353 Status SetPageUnit(IN Unit unit) argument
356 unit));
371 Unit unit; local
373 SetStatus(DllExports::GdipGetPageUnit(nativeGraphics, &unit));
375 return unit;
2447 IN Unit unit)
2452 &srcrect, unit, &state));
2462 IN Unit unit)
2467 &srcrect, unit, &state));
2445 BeginContainer(IN const RectF &dstrect, IN const RectF &srcrect, IN Unit unit) argument
2460 BeginContainer(IN const Rect &dstrect, IN const Rect &srcrect, IN Unit unit) argument
/external/ppp/pppd/
H A Dauth.c532 link_required(unit)
533 int unit;
591 link_terminated(unit)
592 int unit;
613 * can happen that another pppd gets the same unit and then
621 * the ppp unit back to the loopback. Set the
659 link_down(unit)
660 int unit;
666 update_link_stats(unit);
672 upper_layers_down(unit);
680 upper_layers_down(int unit) argument
[all...]
H A Dsys-solaris.c609 /* Assign a new PPA and get its unit number. */
624 * IP will assign a unit number which hopefully is the same as ifunit.
657 * Assign ppa according to the unit number returned by ppp device
665 fatal("Can't set ppa for unit %d: %m", ifunit);
681 * Assign ppa according to the unit number returned by ppp device
688 fatal("Can't set ifname for unit %d: %m", ifunit);
1331 output(unit, p, len)
1332 int unit;
1502 netif_set_mtu(unit, mtu)
1503 int unit, mt
2224 int unit, iffd, adrlen; local
[all...]
H A Dsys-linux.c188 * which is attached to the ppp unit and is used for controlling it.
409 * Demand mode - prime the old ppp device to relinquish the unit.
413 error("ioctl(transfer ppp unit): %m, line %d", __LINE__);
484 * Create a new PPP unit.
496 error("Couldn't attach to PPP unit %d: %m", ifunit);
511 /* Check that we got the same unit again. */
513 fatal("transfer_ppp failed: wanted unit %d, got %d", ifunit, x);
588 * operation, and reconnect the ppp unit to the loopback if in demand
614 * make_ppp_unit - make a new ppp unit for ppp_dev_fd.
636 warn("Couldn't allocate PPP unit
1014 output(int unit, unsigned char *p, int len) argument
1159 netif_set_mtu(int unit, int mtu) argument
1175 netif_get_mtu(int unit) argument
1267 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) argument
1287 ccp_flags_set(int unit, int isopen, int isup) argument
1368 ccp_fatal_error(int unit) argument
1591 sifdefaultroute(int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1633 cifdefaultroute(int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1667 sifproxyarp(int unit, u_int32_t his_adr) argument
1718 cifproxyarp(int unit, u_int32_t his_adr) argument
2302 sifaddr(int unit, u_int32_t our_adr, u_int32_t his_adr, u_int32_t net_mask) argument
2403 cifaddr(int unit, u_int32_t our_adr, u_int32_t his_adr) argument
2456 sif6addr(int unit, eui64_t our_eui64, eui64_t his_eui64) argument
2506 cif6addr(int unit, eui64_t our_eui64, eui64_t his_eui64) argument
2697 sipxfaddr(int unit, unsigned long int network, unsigned char * node ) argument
2748 cipxfaddr(int unit) argument
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwutil.c1552 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) argument
1638 buf[0] = (char)unit;
1668 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width, argument
1688 buf[0] = (png_byte)unit;
1714 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
/external/skia/tests/
H A DPictureTest.cpp695 SkScalar unit = rand.nextUScalar1(); local
696 if (unit <= 0.3) {
699 } else if (unit <= 0.6) {
702 } else if (unit <= 0.9) {
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h155 UINT16 unit; /* as UUIUD defined by SIG */ member in struct:__anon763
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h240 UINT16 unit; /* as UUIUD defined by SIG */ member in struct:__anon1523
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_shader.h90 * 17-20: texture unit number
437 int8_t unit; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2) argument
457 .unit = unit,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h67 #define RADEON_ST_BIT(unit) \
68 (unit == 0 ? RADEON_CP_VC_FRMT_ST0 : (RADEON_CP_VC_FRMT_ST1 >> 2) << (2 * unit))
70 #define RADEON_Q_BIT(unit) \
71 (unit == 0 ? RADEON_CP_VC_FRMT_Q0 : (RADEON_CP_VC_FRMT_Q1 >> 2) << (2 * unit))
80 struct radeon_texture_env_state unit[RADEON_MAX_TEXTURE_UNITS]; member in struct:radeon_texture_state
390 * 3 floats for each texture unit (9 floats total).
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp1039 // unbind the texture from the texture unit before binding it to the frame buffer
2290 void GrGpuGL::setTextureUnit(int unit) { argument
2291 SkASSERT(unit >= 0 && unit < fHWBoundTextureUniqueIDs.count());
2292 if (unit != fHWActiveTextureUnitIdx) {
2293 GL_CALL(ActiveTexture(GR_GL_TEXTURE0 + unit));
2294 fHWActiveTextureUnitIdx = unit;
2299 // Bind the last texture unit since it is the least likely to be used by GrGLProgram.
2305 // clear out the this field so that if a program does use this unit it will rebind the correct
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp245 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)
1223 GLU_CHECK_CALL(glActiveTexture(GL_TEXTURE0 + value.val.samplerV.unit));
1224 m_filledTextureUnits.push_back(value.val.samplerV.unit);
1410 GLint unit = -1; local
1629 const GLint unit = uniform.finalValue.val.samplerV.unit; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp286 int unit; member in struct:deqp::gles31::Functional::__anon20290::VarValue::__anon20291::__anon20292
546 result.val.intV[0] = sampler.val.samplerV.unit;
627 result << value.val.samplerV.unit;
638 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. */)
672 result.val.samplerV.unit = samplerUnit;
725 if (a.val.samplerV.unit != b.val.samplerV.unit)
1237 GLU_CHECK_CALL(glActiveTexture(GL_TEXTURE0 + value.val.samplerV.unit));
1238 m_filledTextureUnits.push_back(value.val.samplerV.unit);
1258 GLU_CHECK_CALL(glActiveTexture(GL_TEXTURE0 + value.val.samplerV.unit));
1335 GLint unit = -1; local
1544 const GLint unit = uniform.finalValue.val.samplerV.unit; local
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_shader.h90 * 17-20: texture unit number
437 int8_t unit; member in struct:nvfx_insn
452 nvfx_insn(boolean sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, struct nvfx_src s1, struct nvfx_src s2) argument
457 .unit = unit,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h67 #define RADEON_ST_BIT(unit) \
68 (unit == 0 ? RADEON_CP_VC_FRMT_ST0 : (RADEON_CP_VC_FRMT_ST1 >> 2) << (2 * unit))
70 #define RADEON_Q_BIT(unit) \
71 (unit == 0 ? RADEON_CP_VC_FRMT_Q0 : (RADEON_CP_VC_FRMT_Q1 >> 2) << (2 * unit))
80 struct radeon_texture_env_state unit[RADEON_MAX_TEXTURE_UNITS]; member in struct:radeon_texture_state
390 * 3 floats for each texture unit (9 floats total).
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1044 // unbind the texture from the texture unit before binding it to the frame buffer
2703 void GrGpuGL::setTextureUnit(int unit) { argument
2704 SkASSERT(unit >= 0 && unit < fHWBoundTextures.count());
2705 if (unit != fHWActiveTextureUnitIdx) {
2706 GL_CALL(ActiveTexture(GR_GL_TEXTURE0 + unit));
2707 fHWActiveTextureUnitIdx = unit;
2712 // Bind the last texture unit since it is the least likely to be used by GrGLProgram.
2718 // clear out the this field so that if a program does use this unit it will rebind the correct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc2568 TextureUnit& unit = texture_units_[active_texture_unit_]; local
2571 if (unit.bound_texture_2d != texture) {
2572 unit.bound_texture_2d = texture;
2577 if (unit.bound_texture_cube_map != texture) {
2578 unit.bound_texture_cube_map = texture;
2583 if (unit.bound_texture_external_oes != texture) {
2584 unit.bound_texture_external_oes = texture;
2715 TextureUnit& unit = texture_units_[tt]; local
2716 if (textures[ii] == unit.bound_texture_2d) {
2717 unit
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js1304 this._unit = payload.unit;
1330 unit: function()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.h88 struct r200_texture_env_state unit[R200_MAX_TEXTURE_UNITS]; member in struct:r200_texture_state
572 * 3 floats for each texture unit (18 floats total).

Completed in 649 milliseconds

<<11121314151617