/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertVertex.comp | 22 // The output is the array of components converted to the destination format (each Bd bytes) with 23 // stride Sd = Nd*Bd (i.e. packed). The output size is therefore V*Nd*Bd bytes. The dispatch size 24 // is accordingly ciel(V*Nd*Bd / 4). 28 // To output exactly one 4-byte element, each thread is responsible for Ed=4/Bd components. 41 // * SintToSint: covers byte, short and int types (distinguished by Bs and Bd). 42 // * UintToUint: covers ubyte, ushort, uint and half float types (distinguished by Bs and Bd). 124 uint Bd; // Destination component byte size 125 uint Sd; // Precalculated Nd*Bd 126 uint Ed; // Precalculated 4/Bd 144 // same is not true for Bd because it can be a half-float type. [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp3dsp_idct_msa.c | 31 v4i32 A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H; in idct_msa() local 84 Bd = ((B - D) * cnst46341w) >> 16; in idct_msa() 94 Bdd = Bd - H; in idct_msa() 96 Hd = Bd + H; in idct_msa() 112 Bd = ((B - D) * cnst46341w) >> 16; in idct_msa() 122 Bdd = Bd - H; in idct_msa() 124 Hd = Bd + H; in idct_msa() 144 Bd = ((B - D) * cnst46341w) >> 16; in idct_msa() 160 Bdd = Bd - H; in idct_msa() 162 Hd = Bd + H; in idct_msa() [all …]
|
D | vp3dsp_idct_mmi.c | 180 [D]"=&f"(ftmp[15]), [Ad]"=&f"(ftmp[16]), [Bd]"=&f"(ftmp[17]), in idct_row_mmi() 399 [D]"=&f"(ftmp[15]), [Ad]"=&f"(ftmp[16]), [Bd]"=&f"(ftmp[17]), in idct_column_true_mmi() 658 [D]"=&f"(ftmp[15]), [Ad]"=&f"(ftmp[16]), [Bd]"=&f"(ftmp[17]), in idct_column_false_mmi()
|
/third_party/ffmpeg/libavcodec/ |
D | vp3dsp.c | 52 int A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H; in idct() local 68 Bd = M(xC4S4, (B - D)); in idct() 83 Bdd = Bd - H; in idct() 86 Hd = Bd + H; in idct() 117 Bd = M(xC4S4, (B - D)); in idct() 137 Bdd = Bd - H; in idct() 140 Hd = Bd + H; in idct() 203 int A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H; in idct10() local 218 Bd = M(xC4S4, (B - D)); in idct10() 233 Bdd = Bd - H; in idct10() [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_square.txt | 80 DST_COLOR (Rd, Gd, Bd, Ad) 81 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) 101 DST_COLOR (Rd, Gd, Bd, Ad) NEW 102 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) NEW
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_square.txt | 80 DST_COLOR (Rd, Gd, Bd, Ad) 81 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) 101 DST_COLOR (Rd, Gd, Bd, Ad) NEW 102 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) NEW
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp3dsp_altivec.c | 45 vec_s16 A, B, C, D, Ad, Bd, Cd, Dd, E, F, G, H;\ 87 Bd = M16(vec_sub(B, D), C4);\ 102 Bdd = vec_sub(Bd, H);\ 105 Hd = vec_add(Bd, H);\
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_equation_separate.txt | 166 Bc = Bs * Sb + Bd * Db 170 Bc = Bs * Sb - Bd * Db 174 Bc = Bd * Sb - Bs * Db 178 Bc = min(Bs, Bd) 182 Bc = max(Bs, Bd) 233 Bc = Bs OP Bd
|
D | EXT_blend_func_separate.txt | 66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka 67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka
|
D | EXT_blend_color.txt | 73 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb, Ad/Ka) 74 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd/Kr,Gd/Kg,Bd/Kb,Ad/Ka)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_equation_separate.txt | 166 Bc = Bs * Sb + Bd * Db 170 Bc = Bs * Sb - Bd * Db 174 Bc = Bd * Sb - Bs * Db 178 Bc = min(Bs, Bd) 182 Bc = max(Bs, Bd) 233 Bc = Bs OP Bd
|
D | EXT_blend_func_separate.txt | 66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka 67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka
|
D | EXT_blend_color.txt | 73 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb, Ad/Ka) 74 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd/Kr,Gd/Kg,Bd/Kb,Ad/Ka)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_blend_subtract.txt | 105 B = Bs * Sb + Bd * Db 110 B = Bs * Sb - Bd * Db 115 B = Bd * Db - Bs * Sb
|
D | OES_blend_equation_separate.txt | 103 Bc = Bs * Sb + Bd * Db 107 Bc = Bs * Sb - Bd * Db 111 Bc = Bd * Sb - Bs * Db
|
D | OES_blend_func_separate.txt | 95 DST_COLOR (Rd, Gd, Bd) Ad 96 ONE_MINUS_DST_COLOR (1, 1, 1) - (Rd, Gd, Bd) 1 - Ad
|
/third_party/openGLES/extensions/OES/ |
D | OES_blend_subtract.txt | 115 B = Bs * Sb + Bd * Db 120 B = Bs * Sb - Bd * Db 125 B = Bd * Db - Bs * Sb
|
D | OES_blend_equation_separate.txt | 113 Bc = Bs * Sb + Bd * Db 117 Bc = Bs * Sb - Bd * Db 121 Bc = Bd * Sb - Bs * Db
|
D | OES_blend_func_separate.txt | 105 DST_COLOR (Rd, Gd, Bd) Ad 106 ONE_MINUS_DST_COLOR (1, 1, 1) - (Rd, Gd, Bd) 1 - Ad
|
/third_party/python/Lib/test/capath/ |
D | ceff1710.0 | 13 M0/Bd+cbfoHGxPNFIMCR3RN2ewOv9naOooNjV91jvLtaHBdSitYGSMwPx9NP6Noi
|
D | b1930218.0 | 13 M0/Bd+cbfoHGxPNFIMCR3RN2ewOv9naOooNjV91jvLtaHBdSitYGSMwPx9NP6Noi
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_blend_minmax_factor.txt | 93 | | B = min(Bs * Sb, Bd * Db) | | 97 | | B = max(Bs * Sb, Bd * Db) | |
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_blend_minmax_factor.txt | 93 | | B = min(Bs * Sb, Bd * Db) | | 97 | | B = max(Bs * Sb, Bd * Db) | |
|
/third_party/rust/crates/rust-openssl/openssl/test/ |
D | root-ca.key | 3 1Kzox+2GZptbuMGmfI3iAnb0CFT4uC3kBkQQlXonGATSVyaFTFR+jq/lc0SP+9Bd
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 1783 shaderParams.Bd = params.dstFormat->pixelBytes / params.dstFormat->channelCount; in convertVertexBuffer() 1784 shaderParams.Sd = shaderParams.Nd * shaderParams.Bd; in convertVertexBuffer() 1787 ASSERT(4 % shaderParams.Bd == 0); in convertVertexBuffer() 1789 shaderParams.Ed = 4 / shaderParams.Bd; in convertVertexBuffer() 3027 shaderParams.Bd = dstImageFormat.pixelBytes / dstImageFormat.channelCount; in copyImageBits() 3028 shaderParams.Sd = shaderParams.Nd * shaderParams.Bd; in copyImageBits() 3031 ASSERT(4 % shaderParams.Bd == 0); in copyImageBits() 3033 shaderParams.Ed = 4 / shaderParams.Bd; in copyImageBits() 3048 ASSERT(shaderParams.Bs == shaderParams.Bd); in copyImageBits() 3069 ASSERT(shaderParams.Bd == 1); in copyImageBits() [all …]
|