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

  /external/deqp/modules/gles3/scripts/
gen-swizzle-math-operations.py 93 def __init__(self, name, swizzle1, swizzle2, inputs1, inputs2, operator, outputs):
96 self.swizzle2 = swizzle2
99 self.op = "out0 = in0.%s %s in1.%s;" % (swizzle1, operator, swizzle2)
171 swizzle2 = rotate(swizzle1, 1)
179 caseName = "%s_%s_%s_%s" % (precision, dataType, swizzle1, swizzle2)
183 swizzle2,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 101 static const unsigned char swizzle2[] = { local
107 vec2 = lp_build_swizzle_aos(bld, a, swizzle2);
lp_bld_sample.c 345 static const unsigned char swizzle2[] = { local
420 rho_yvec = lp_build_swizzle_aos(coord_bld, ddx_ddy[0], swizzle2);
484 rho_r = lp_build_swizzle_aos(coord_bld, rho_vec, swizzle2);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 134 * Return swizzle1(swizzle2)
137 swizzle_swizzle(unsigned swizzle1, unsigned swizzle2)
142 /* identity swizzle, no change to swizzle2 */
143 return swizzle2;
153 swz[i] = GET_SWZ(swizzle2, s);
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 4479 int swizzle2[8] = {0, 8, 1, 9, 2, 10, 3, 11}; local
4499 int swizzle2[8] = {0, 0, 1, 1, 2, 2, 3, 3}; local
    [all...]
SubzeroReactor.cpp     [all...]

Completed in 100 milliseconds