/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 87 constexpr explicit vec(T replicate) in vec() 91 v[i] = replicate; in vec() 122 constexpr explicit vec(T replicate) in vec() 123 : x(replicate) in vec() 124 , y(replicate) in vec() 125 , z(replicate) in vec() 126 , w(replicate) in vec() 232 inline constexpr float4 replicate(float f) in replicate() function
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | PixelProcessor.hpp | 129 referenceQ = replicate(reference); in set() 130 testMaskQ = replicate(testMask); in set() 131 writeMaskQ = replicate(writeMask); in set() 134 referenceMaskedSignedQ = replicate(((reference & testMask) + 0x80) & 0xFF); in set() 137 static int64_t replicate(int b) in replicate() function
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | PixelProcessor.hpp | 150 referenceQ = replicate(reference); in set() 151 testMaskQ = replicate(testMask); in set() 152 writeMaskQ = replicate(writeMask); in set() 155 referenceMaskedSignedQ = replicate(((reference & testMask) + 0x80) & 0xFF); in set() 158 static int64_t replicate(int b) in replicate() function
|
D | PixelProcessor.cpp | 916 fog.colorF[0] = replicate(fogColor.r); in setFogColor() 917 fog.colorF[1] = replicate(fogColor.g); in setFogColor() 918 fog.colorF[2] = replicate(fogColor.b); in setFogColor() 923 fog.densityE = replicate(-fogDensity * 1.442695f); // 1/e^x = 2^(-x*1.44) in setFogDensity() 924 fog.density2E = replicate(-fogDensity * fogDensity * 1.442695f); in setFogDensity() 961 fog.scale = replicate(fogScale); in setFogRanges() 962 fog.offset = replicate(fogOffset); in setFogRanges()
|
D | Renderer.cpp | 542 data->a2c0 = replicate(ref - margin * 0.6f); in draw() 543 data->a2c1 = replicate(ref - margin * 0.2f); in draw() 544 data->a2c2 = replicate(ref + margin * 0.2f); in draw() 545 data->a2c3 = replicate(ref + margin * 0.6f); in draw() 549 data->a2c0 = replicate(ref - margin * 0.3f); in draw() 550 data->a2c1 = replicate(ref + margin * 0.3f); in draw() 614 data->Wx16 = replicate(W * 16); in draw() 615 data->Hx16 = replicate(H * 16); in draw() 616 data->X0x16 = replicate(X0 * 16 - 8); in draw() 617 data->Y0x16 = replicate(Y0 * 16 - 8); in draw() [all …]
|
D | VertexProcessor.cpp | 340 ff.attenuationConstant[light] = replicate(constant); in setLightAttenuation() 341 ff.attenuationLinear[light] = replicate(linear); in setLightAttenuation() 342 ff.attenuationQuadratic[light] = replicate(quadratic); in setLightAttenuation() 715 point.pointSize = replicate(pointSize); in setPointSize()
|
D | Blitter.cpp | 1093 unscale = replicate(static_cast<float>(0x7FFFFFFF)); in ApplyScaleAndClamp() 1096 unscale = replicate(static_cast<float>(0xFFFFFFFF)); in ApplyScaleAndClamp()
|
/third_party/jinja2/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 14 Describe how to replicate the bug.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_spotlight_cutoff.txt | 60 Insert in Table 2.7 (need to replicate whole table...): 91 Insert in Table 2.8 (need to replicate whole table...):
|
D | SGIX_ycrcb_subsample.txt | 129 replicate rather than averaging for the expansion. 171 cobalt just did replicate on upsample and point sample on downsample
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_spotlight_cutoff.txt | 60 Insert in Table 2.7 (need to replicate whole table...): 91 Insert in Table 2.8 (need to replicate whole table...):
|
D | SGIX_ycrcb_subsample.txt | 129 replicate rather than averaging for the expansion. 171 cobalt just did replicate on upsample and point sample on downsample
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Types.hpp | 143 inline float4 replicate(float f) in replicate() function
|
/third_party/node/doc/api/ |
D | synopsis.md | 18 Commands in this document start with `$` or `>` to replicate how they would
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
D | unittest_issues.proto | 4 // They are kept here to replicate the issue, and continue to verify the fix.
|
/third_party/protobuf/csharp/protos/ |
D | unittest_issues.proto | 4 // They are kept here to replicate the issue, and continue to verify the fix.
|
/third_party/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 1324 static inline RES replicate(T imm) { in replicate() function 1390 vmov(cond, I64, rd, replicate<uint64_t>(imm)); in Delegate() 1536 vmov(cond, I64, rd, replicate<uint64_t>(imm)); in Delegate()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_no_config_context.txt | 108 ... replicate remainder of this bullet point ...
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_no_config_context.txt | 108 ... replicate remainder of this bullet point ...
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 797 static string replicate (const std::string& replicant, 1576 specs["shift_initializers"] = replicate(" %c_shift1", m_vectorSize); in createStageTests() 1583 …: ("%c_zero = OpConstantComposite %v" + vectorSizeStr + "u32" + replicate(" %c_u32_0", m_vectorSiz… in createStageTests() 1587 …: ("%c_one = OpConstantComposite %v" + vectorSizeStr + "u32" + replicate(" %c_u32_1", m_vectorSize… in createStageTests() 2504 std::string SpvAsmTypeTests<T>::replicate (const std::string& replicant, in replicate() function in vkt::SpirVAssembly::SpvAsmTypeTests
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multiple_textures.txt | 174 The ALPHA_REPLACES_COLOR enumerants replicate the requested alpha and
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multiple_textures.txt | 174 The ALPHA_REPLACES_COLOR enumerants replicate the requested alpha and
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 3478 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in Int4() local 3480 storeValue(replicate); in Int4() 3737 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in UInt4() local 3739 storeValue(replicate); in UInt4() 3925 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in Float4() local 3927 storeValue(replicate); in Float4()
|
D | LLVMReactor.cpp | 2647 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in Int4() local 2649 storeValue(replicate); in Int4() 2830 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in UInt4() local 2832 storeValue(replicate); in UInt4() 3154 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in Float4() local 3156 storeValue(replicate); in Float4()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 7110 int replicate = repeat_min; in compile_branch() local 7111 if (repeat_min == repeat_max) replicate--; in compile_branch() 7120 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch() 7121 if ((INT64_OR_DOUBLE)replicate* in compile_branch() 7132 else for (int i = 0; i < replicate; i++) in compile_branch()
|