Searched defs:swizzle (Results 1 - 25 of 212) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextureAccess.cpp30 const char* swizzle,
32 this->reset(texture, swizzle, params);
36 const char* swizzle,
39 this->reset(texture, swizzle, filterMode, tileXAndY);
43 const char* swizzle,
46 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
50 this->setSwizzle(swizzle);
54 const char* swizzle,
58 SkASSERT(strlen(swizzle) >
29 GrTextureAccess(GrTexture* texture, const char* swizzle, const GrTextureParams& params) argument
35 GrTextureAccess(GrTexture* texture, const char* swizzle, GrTextureParams::FilterMode filterMode, SkShader::TileMode tileXAndY) argument
42 reset(GrTexture* texture, const char* swizzle, const GrTextureParams& params) argument
53 reset(GrTexture* texture, const char* swizzle, GrTextureParams::FilterMode filterMode, SkShader::TileMode tileXAndY) argument
84 setSwizzle(const char* swizzle) argument
[all...]
/external/skia/src/gpu/
H A DGrTextureAccess.cpp30 const char* swizzle,
32 this->reset(texture, swizzle, params);
36 const char* swizzle,
39 this->reset(texture, swizzle, filterMode, tileXAndY);
43 const char* swizzle,
46 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
50 this->setSwizzle(swizzle);
54 const char* swizzle,
58 SkASSERT(strlen(swizzle) >
29 GrTextureAccess(GrTexture* texture, const char* swizzle, const GrTextureParams& params) argument
35 GrTextureAccess(GrTexture* texture, const char* swizzle, GrTextureParams::FilterMode filterMode, SkShader::TileMode tileXAndY) argument
42 reset(GrTexture* texture, const char* swizzle, const GrTextureParams& params) argument
53 reset(GrTexture* texture, const char* swizzle, GrTextureParams::FilterMode filterMode, SkShader::TileMode tileXAndY) argument
84 setSwizzle(const char* swizzle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.h36 unsigned swizzle; member in struct:swizzled_imms
H A Dr300_tgsi_to_rc.c224 dst->Swizzle |= GET_SWZ(ttr->imms_to_swizzle[i].swizzle,
301 unsigned swizzle = 0; local
307 swizzle |= RC_SWIZZLE_ZERO << (i * 3);
309 swizzle |= RC_SWIZZLE_HALF << (i * 3);
311 swizzle |= RC_SWIZZLE_ONE << (i * 3);
320 ttr->imms_to_swizzle[ttr->imms_to_swizzle_count].swizzle = swizzle;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniforms.h239 int swizzle; member in struct:gl_builtin_uniform_element
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.h36 unsigned swizzle; member in struct:swizzled_imms
H A Dr300_tgsi_to_rc.c224 dst->Swizzle |= GET_SWZ(ttr->imms_to_swizzle[i].swizzle,
301 unsigned swizzle = 0; local
307 swizzle |= RC_SWIZZLE_ZERO << (i * 3);
309 swizzle |= RC_SWIZZLE_HALF << (i * 3);
311 swizzle |= RC_SWIZZLE_ONE << (i * 3);
320 ttr->imms_to_swizzle[ttr->imms_to_swizzle_count].swizzle = swizzle;
/external/mesa3d/src/mesa/main/
H A Duniforms.h239 int swizzle; member in struct:gl_builtin_uniform_element
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dmodexp512-x86_64.pl151 #MACRO swizzle pDst, pSrc, tmp1, tmp2
153 sub swizzle subroutine
1174 &swizzle("%rdi", "%rcx", "%rax", "%rbx");
1178 # swizzle(pg, tmp);
1204 &swizzle("%rbp", "%rcx", "%rax", "%rbx");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_format.h24 unsigned swizzle; member in struct:nv30_texfmt
H A Dnv30_texture.c190 swizzle(const struct nv30_texfmt *fmt, unsigned cmp, unsigned swz) function
240 so->swz = fmt->swizzle;
241 so->swz |= swizzle(fmt, 3, tmpl->swizzle_a);
242 so->swz |= swizzle(fmt, 0, tmpl->swizzle_r) << 2;
243 so->swz |= swizzle(fmt, 1, tmpl->swizzle_g) << 4;
244 so->swz |= swizzle(fmt, 2, tmpl->swizzle_b) << 6;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_format.h24 unsigned swizzle; member in struct:nv30_texfmt
/external/openssl/crypto/bn/asm/
H A Dmodexp512-x86_64.pl151 #MACRO swizzle pDst, pSrc, tmp1, tmp2
153 sub swizzle subroutine
1174 &swizzle("%rdi", "%rcx", "%rax", "%rbx");
1178 # swizzle(pg, tmp);
1204 &swizzle("%rbp", "%rcx", "%rax", "%rbx");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c85 unsigned swizzle,
90 reg->SwizzleX = swizzle;
93 reg->SwizzleY = swizzle;
96 reg->SwizzleZ = swizzle;
99 reg->SwizzleW = swizzle;
83 tgsi_util_set_src_register_swizzle( struct tgsi_src_register *reg, unsigned swizzle, unsigned component ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c139 unsigned rc_constants_add_immediate_scalar(struct rc_constant_list * c, float data, unsigned * swizzle) argument
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
171 *swizzle = RC_SWIZZLE_XXXX;
H A Dr300_fragprog_swizzle.c44 unsigned int hash; /**< swizzle value this matches */
45 unsigned int base; /**< base value for hw swizzle */
67 * Find a native RGB swizzle that matches the given swizzle.
70 static const struct swizzle_data* lookup_native_swizzle(unsigned int swizzle) argument
77 unsigned int swz = GET_SWZ(swizzle, comp);
91 * Determines if the given swizzle is valid for r300/r400. In most situations
95 int r300_swizzle_is_native_basic(unsigned int swizzle) argument
97 if(lookup_native_swizzle(swizzle))
104 * Check whether the given instruction supports the swizzle an
206 r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle) argument
227 r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vec_index_to_cond_assign.cpp28 * of each channel's swizzle into a temporary.
98 /* Temporary where we store whichever value we swizzle out. */
119 ir_rvalue *swizzle = local
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
152 /* Can't be hit from normal GLSL, since you can't swizzle a scalar (which
220 ir_rvalue *swizzle = local
225 assign = new(ir) ir_assignment(swizzle, deref, condition_swizzle);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter_layout.c167 unsigned swizzle = SWIZZLE_NOOP; local
190 _mesa_add_unnamed_constant(layout, v, p->Size, & swizzle);
193 _mesa_combine_swizzles(swizzle, inst->Base.SrcReg[i].Swizzle);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c85 unsigned swizzle,
90 reg->SwizzleX = swizzle;
93 reg->SwizzleY = swizzle;
96 reg->SwizzleZ = swizzle;
99 reg->SwizzleW = swizzle;
83 tgsi_util_set_src_register_swizzle( struct tgsi_src_register *reg, unsigned swizzle, unsigned component ) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c139 unsigned rc_constants_add_immediate_scalar(struct rc_constant_list * c, float data, unsigned * swizzle) argument
150 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
163 *swizzle = RC_MAKE_SWIZZLE_SMEAR(comp);
171 *swizzle = RC_SWIZZLE_XXXX;
/external/mesa3d/src/glsl/
H A Dlower_vec_index_to_cond_assign.cpp28 * of each channel's swizzle into a temporary.
98 /* Temporary where we store whichever value we swizzle out. */
119 ir_rvalue *swizzle = local
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
152 /* Can't be hit from normal GLSL, since you can't swizzle a scalar (which
220 ir_rvalue *swizzle = local
225 assign = new(ir) ir_assignment(swizzle, deref, condition_swizzle);
/external/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c167 unsigned swizzle = SWIZZLE_NOOP; local
190 _mesa_add_unnamed_constant(layout, v, p->Size, & swizzle);
193 _mesa_combine_swizzles(swizzle, inst->Base.SrcReg[i].Swizzle);
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSwizzleTest.cpp118 GLubyte getExpectedValue(GLenum swizzle, GLubyte unswizzled[4]) argument
120 switch (swizzle)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c289 unsigned swizzle; local
294 swizzle = ~0;
296 swizzle = tgsi_util_get_full_src_register_swizzle(reg, chan_index);
297 if (swizzle > 3) {
298 assert(0 && "invalid swizzle in emit_fetch()");
307 swizzle);
325 if (swizzle == ~0) {
H A Dlp_bld_tgsi_info.c67 unsigned swizzle = tgsi_util_get_src_register_swizzle(src, chan); local
70 *chan_info = ctx->temp[src->Index][swizzle];
77 chan_info->u.value = ctx->imm[src->Index][swizzle];
81 chan_info->swizzle = swizzle;
352 "xyzw01"[chan_info->swizzle]);
386 "xyzw01"[chan_info->swizzle]);

Completed in 488 milliseconds

123456789