Home
last modified time | relevance | path

Searched defs:replicate (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/hana/fwd/
Dreplicate.hpp60 constexpr auto replicate = [](auto&& x, auto const& n) { in __anonbe45c5360102() variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dreplicate.hpp60 constexpr auto replicate = [](auto&& x, auto const& n) { in __anona2c328890102() variable
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp143 inline float4 replicate(float f) in replicate() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp232 inline constexpr float4 replicate(float f) in replicate() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.hpp137 static int64_t replicate(int b) in replicate() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.hpp158 static int64_t replicate(int b) in replicate() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp2647 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in Int4() local
2830 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in UInt4() local
3154 Value *replicate = Nucleus::createShuffleVector(insert, insert, swizzle); in Float4() local
DSubzeroReactor.cpp3478 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in Int4() local
3737 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in UInt4() local
3925 Value *replicate = Nucleus::createShuffleVector(vector, vector, swizzle); in Float4() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c7015 int replicate = repeat_min; in compile_branch() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2504 std::string SpvAsmTypeTests<T>::replicate (const std::string& replicant, in replicate() function in vkt::SpirVAssembly::SpvAsmTypeTests