HomeSort by relevance Sort by last modified time
    Searched refs:swizzle1 (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles3/scripts/
gen-swizzle-math-operations.py 93 def __init__(self, name, swizzle1, swizzle2, inputs1, inputs2, operator, outputs):
95 self.swizzle1 = swizzle1
99 self.op = "out0 = in0.%s %s in1.%s;" % (swizzle1, operator, swizzle2)
169 swizzle1 = "".join(map(lambda x: swizzleComponents[x], swizzleIndices))
171 swizzle2 = rotate(swizzle1, 1)
179 caseName = "%s_%s_%s_%s" % (precision, dataType, swizzle1, swizzle2)
182 swizzle1,
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 372 static struct ureg swizzle1( struct ureg reg, int x ) function
674 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
675 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
676 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
677 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
702 emit_op2(p, OPCODE_MUL, dest, 0, src, swizzle1(tmp, X));
745 return swizzle1(p->eye_position, Z);
953 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot);
955 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W));
972 emit_op2(p, OPCODE_MUL, dist, WRITEMASK_XZ, dist, swizzle1(dist,Y))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 97 static const unsigned char swizzle1[] = { /* no-op swizzle */ local
106 vec1 = lp_build_swizzle_aos(bld, a, swizzle1);
lp_bld_sample.c 341 static const unsigned char swizzle1[] = { local
397 rho_yvec = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle1);
479 rho_t = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle1);
1847 static const unsigned char swizzle1[] = { local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 134 * Return swizzle1(swizzle2)
137 swizzle_swizzle(unsigned swizzle1, unsigned swizzle2)
141 if (swizzle1 == SWIZZLE_XYZW) {
147 unsigned s = GET_SWZ(swizzle1, i);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.c 318 uint32_t swizzle1 = (xo1 >> 3) & swizzle_bit; local
326 uint32_t swizzle = swizzle1;
422 uint32_t swizzle1 = (xo1 >> 3) & swizzle_bit; local
430 uint32_t swizzle = swizzle1;
brw_vec4.cpp 2497 unsigned swizzle1 = BRW_GET_SWZ(reg.swizzle, 1); local
2511 unsigned swizzle1 = BRW_GET_SWZ(reg.swizzle, 1); local
    [all...]

Completed in 110 milliseconds