Searched refs:red1 (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/OpenMP/ |
D | declare_reduction_messages.cpp | 81 #pragma omp declare reduction(red1 : T : omp_out++) // expected-note {{previous definition is her… in foo() 82 #pragma omp declare reduction(red1 : int : omp_out++) // expected-error {{redefinition of user-defi… in foo() 86 #pragma omp parallel reduction (red1 : i) in foo() 94 #pragma omp declare reduction(red1 : int : omp_out++) // expected-note {{previous definition is her… in foo() 96 #pragma omp declare reduction(red1 : T : omp_out++) // expected-error {{redefinition of user-define… in foo() 100 #pragma omp parallel reduction (red1 : i) in foo()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 812 unsigned char red1, green1, blue1, red2, green2, blue2; in ETCTextureDecompress() local 834 red1 = (unsigned char)(blockTop&0xf8); in ETCTextureDecompress() 839 signed char reds = (signed char)(red1>>3) + ((signed char)((blockTop & 0x7)<<5)>>5); in ETCTextureDecompress() 845 red1 = red1 +(red1>>5); // copy bits to lower sig in ETCTextureDecompress() 860 red1 = (unsigned char)(blockTop&0xf0); in ETCTextureDecompress() 861 red1 = red1 + (red1>>4); // copy bits to lower sig in ETCTextureDecompress() 882 *(output+j*x+k) = modifyPixel(red1,green1,blue1,k,j,blockBot,modtable1); in ETCTextureDecompress() 894 *(output+j*x+k) = modifyPixel(red1,green1,blue1,k,j,blockBot,modtable1); in ETCTextureDecompress()
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_color_unquantize.cpp | 609 int red1 = a; in hdr_rgb_unpack3() local 632 if (red1 < 0) in hdr_rgb_unpack3() 633 red1 = 0; in hdr_rgb_unpack3() 634 else if (red1 > 0xFFF) in hdr_rgb_unpack3() 635 red1 = 0xFFF; in hdr_rgb_unpack3() 653 temp1 = red1; in hdr_rgb_unpack3() 655 red1 = green1; in hdr_rgb_unpack3() 661 temp1 = red1; in hdr_rgb_unpack3() 663 red1 = blue1; in hdr_rgb_unpack3() 672 *output1 = uint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack3()
|
/external/u-boot/arch/arm/dts/ |
D | sun4i-a10-marsboard.dts | 65 red1 { 66 label = "marsboard:red1:usr";
|
/external/angle/src/tests/egl_tests/ |
D | EGLContextCompatibilityTest.cpp | 206 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local 213 eglGetConfigAttrib(mDisplay, c1, EGL_RED_SIZE, &red1); in areConfigsCompatible() 240 return colorBufferType1 == colorBufferType2 && red1 == red2 && green1 == green2 && in areConfigsCompatible()
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 474 255 0 0 red1
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 474 255 0 0 red1
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf.mlir | 100 // CHECK-NEXT: %[[red1:.*]] = "xla_hlo.reduce"(%[[cmul]], %[[init]]) ( { 105 // CHECK-NEXT: %[[scr2:.*]] = "xla_hlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32> 158 // CHECK-NEXT: %[[red1:.*]] = "xla_hlo.reduce"(%[[cmul]], %[[init]]) ( { 163 // CHECK-NEXT: %[[scr2:.*]] = "xla_hlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32> 243 // CHECK-NEXT: %[[red1:.*]] = "xla_hlo.reduce"(%[[cmul]], %[[init]]) ( { 248 // CHECK-NEXT: %[[scr2:.*]] = "xla_hlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32> 328 // CHECK-NEXT: %[[red1:.*]] = "xla_hlo.reduce"(%[[cmul]], %[[init]]) ( { 333 // CHECK-NEXT: %[[scr2:.*]] = "xla_hlo.convert"(%[[red1]]) : (tensor<8xf32>) -> tensor<8xf32>
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1713 const deUint8 red1 = src[1]; in decompressBc4() local 1740 reds[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1); in decompressBc4()
|