Home
last modified time | relevance | path

Searched refs:replicate (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp87 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/
DPixelProcessor.hpp129 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/
DPixelProcessor.hpp150 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
DPixelProcessor.cpp916 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()
DRenderer.cpp542 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 …]
DVertexProcessor.cpp340 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()
DBlitter.cpp1093 unscale = replicate(static_cast<float>(0x7FFFFFFF)); in ApplyScaleAndClamp()
1096 unscale = replicate(static_cast<float>(0xFFFFFFFF)); in ApplyScaleAndClamp()
/third_party/jinja2/.github/ISSUE_TEMPLATE/
Dbug-report.md14 Describe how to replicate the bug.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_spotlight_cutoff.txt60 Insert in Table 2.7 (need to replicate whole table...):
91 Insert in Table 2.8 (need to replicate whole table...):
DSGIX_ycrcb_subsample.txt129 replicate rather than averaging for the expansion.
171 cobalt just did replicate on upsample and point sample on downsample
/third_party/openGLES/extensions/SGIX/
DSGIX_spotlight_cutoff.txt60 Insert in Table 2.7 (need to replicate whole table...):
91 Insert in Table 2.8 (need to replicate whole table...):
DSGIX_ycrcb_subsample.txt129 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/
DTypes.hpp143 inline float4 replicate(float f) in replicate() function
/third_party/node/doc/api/
Dsynopsis.md18 Commands in this document start with `$` or `>` to replicate how they would
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto4 // They are kept here to replicate the issue, and continue to verify the fix.
/third_party/protobuf/csharp/protos/
Dunittest_issues.proto4 // They are kept here to replicate the issue, and continue to verify the fix.
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc1324 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/
DEGL_KHR_no_config_context.txt108 ... replicate remainder of this bullet point ...
/third_party/EGL/extensions/KHR/
DEGL_KHR_no_config_context.txt108 ... replicate remainder of this bullet point ...
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp797 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/
DEXT_multiple_textures.txt174 The ALPHA_REPLACES_COLOR enumerants replicate the requested alpha and
/third_party/openGLES/extensions/EXT/
DEXT_multiple_textures.txt174 The ALPHA_REPLACES_COLOR enumerants replicate the requested alpha and
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp3478 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()
DLLVMReactor.cpp2647 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/
Dpcre2_compile.c7110 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()

123