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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs 50 float4 yz11 = mix(v011, v111, f.x);
53 float4 z1 = mix(yz01, yz11, f.y);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
colorcube.rs 57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 120 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7; local
123 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (int4)15;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 824 * t1 = MUL t0.xyyw t0.yz11 ; x^7 x^5 x^3 x
927 * t1 = MUL t0.xyyw t0.yz11 ; x^7 x^5 x^3 x
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 737 * t1 = MUL t0.xyyw t0.yz11 ; x^7 x^5 x^3 x
    [all...]

Completed in 3828 milliseconds