HomeSort by relevance Sort by last modified time
    Searched refs:half4 (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/src/gpu/effects/
GrOverdrawFragmentProcessor.fp 8 layout(ctype=SkPMColor) in half4 color0;
9 layout(ctype=SkPMColor) in half4 color1;
10 layout(ctype=SkPMColor) in half4 color2;
11 layout(ctype=SkPMColor) in half4 color3;
12 layout(ctype=SkPMColor) in half4 color4;
13 layout(ctype=SkPMColor) in half4 color5;
GrDitherEffect.fp 72 half4 modValues = mod(sk_FragCoord.xyxy, half4(2.0, 2.0, 4.0, 4.0));
73 half4 stepValues = step(modValues, half4(1.0, 1.0, 2.0, 2.0));
74 value = dot(stepValues, half4(8.0 / 16.0, 4.0 / 16.0, 2.0 / 16.0, 1.0 / 16.0)) - 15.0 / 32.0;
78 sk_OutColor = half4(clamp(sk_InColor.rgb + value * range, 0, sk_InColor.a), sk_InColor.a);
GrBlurredEdgeFragmentProcessor.fp 25 sk_OutColor = half4(factor);
GrLumaColorFilterEffect.fp 22 sk_OutColor = half4(0, 0, 0, luma);
  /external/skqp/src/gpu/effects/
GrOverdrawFragmentProcessor.fp 8 layout(ctype=SkPMColor) in half4 color0;
9 layout(ctype=SkPMColor) in half4 color1;
10 layout(ctype=SkPMColor) in half4 color2;
11 layout(ctype=SkPMColor) in half4 color3;
12 layout(ctype=SkPMColor) in half4 color4;
13 layout(ctype=SkPMColor) in half4 color5;
GrDitherEffect.fp 72 half4 modValues = mod(sk_FragCoord.xyxy, half4(2.0, 2.0, 4.0, 4.0));
73 half4 stepValues = step(modValues, half4(1.0, 1.0, 2.0, 2.0));
74 value = dot(stepValues, half4(8.0 / 16.0, 4.0 / 16.0, 2.0 / 16.0, 1.0 / 16.0)) - 15.0 / 32.0;
78 sk_OutColor = half4(clamp(sk_InColor.rgb + value * range, 0, sk_InColor.a), sk_InColor.a);
GrBlurredEdgeFragmentProcessor.fp 25 sk_OutColor = half4(factor);
GrLumaColorFilterEffect.fp 22 sk_OutColor = half4(0, 0, 0, luma);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCross.rs 39 half4 __attribute__((kernel)) testCrossHalf4Half4Half4(half4 inLeftVector, unsigned int x) {
40 half4 inRightVector = rsGetElementAt_half4(gAllocInRightVector, x);
TestAcos.rs 51 half4 __attribute__((kernel)) testAcosHalf4Half4(half4 inV) {
TestAcosh.rs 51 half4 __attribute__((kernel)) testAcoshHalf4Half4(half4 inV) {
TestAcospi.rs 51 half4 __attribute__((kernel)) testAcospiHalf4Half4(half4 inV) {
TestAsin.rs 51 half4 __attribute__((kernel)) testAsinHalf4Half4(half4 inV) {
TestAsinh.rs 51 half4 __attribute__((kernel)) testAsinhHalf4Half4(half4 inV) {
TestAsinpi.rs 51 half4 __attribute__((kernel)) testAsinpiHalf4Half4(half4 inV) {
TestAtan.rs 51 half4 __attribute__((kernel)) testAtanHalf4Half4(half4 inV) {
TestAtanh.rs 51 half4 __attribute__((kernel)) testAtanhHalf4Half4(half4 inV) {
TestAtanpi.rs 51 half4 __attribute__((kernel)) testAtanpiHalf4Half4(half4 inV) {
TestCbrt.rs 51 half4 __attribute__((kernel)) testCbrtHalf4Half4(half4 inV) {
TestCeil.rs 51 half4 __attribute__((kernel)) testCeilHalf4Half4(half4 inV) {
TestCos.rs 51 half4 __attribute__((kernel)) testCosHalf4Half4(half4 inV) {
TestCosh.rs 51 half4 __attribute__((kernel)) testCoshHalf4Half4(half4 inV) {
TestCospi.rs 51 half4 __attribute__((kernel)) testCospiHalf4Half4(half4 inV) {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
threshold_half.rs 73 half4 RS_KERNEL copyIn(uchar4 in) {
83 half4 i = rsGetElementAt_half4(ScratchPixel2, x, y + r);
89 half4 i = rsGetElementAt_half4(ScratchPixel2, x, validH);
99 half4 RS_KERNEL horz(uint32_t x, uint32_t y) {
100 half4 blurredPixel = 0;
104 half4 i = rsGetElementAt_half4(ScratchPixel1, x + r, y);
111 half4 i = rsGetElementAt_half4(ScratchPixel1, validX, y);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
fp16_globals.rs 22 half4 gHalf4;
41 void validateHalf4(half4 h4) {
48 void test(half h, half2 h2, half3 h3, half4 h4) {

Completed in 346 milliseconds

1 2 3 4 5 6 7 8