OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yz11
(Results
1 - 9
of
9
) 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/java/tests/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/java/tests/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/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs
62
uint4
yz11
= ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
65
uint4 z1 = ((yz01 * weight1.y) + (
yz11
* weight2.y)) >> (uint4)16;
/frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp
127
uint4
yz11
= ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7;
local
130
uint4 z1 = ((yz01 * weight1.y) + (
yz11
* weight2.y)) >> (int4)15;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c
848
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
951
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c
848
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
951
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c
761
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c
761
* t1 = MUL t0.xyyw t0.
yz11
; x^7 x^5 x^3 x
[
all
...]
Completed in 2574 milliseconds