Home
last modified time | relevance | path

Searched refs:makeSampler (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DIRMutator.cpp40 auto RS = makeSampler<Function *>(IB.Rand); in mutate()
48 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()
52 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
62 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule()
100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation()
154 auto RS = makeSampler<Instruction *>(IB.Rand); in mutate()
185 auto RS = makeSampler<Value *>(IB.Rand); in mutate()
DRandomIRBuilder.cpp34 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource()
45 auto RS = makeSampler<Value *>(Rand); in newSource()
97 auto RS = makeSampler<Use *>(Rand); in connectToSink()
153 if (auto RS = makeSampler(Rand, make_filter_range(Insts, IsMatchingPtr))) in findPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DReservoirSamplerTest.cpp18 auto Sampler = makeSampler(Rand, 7, 1); in TEST()
25 auto Sampler = makeSampler(Rand, 7, 0); in TEST()
44 auto Sampler = makeSampler(Rand, Items); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DRandom.h76 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler() function
83 ReservoirSampler<T, GenT> makeSampler(GenT &RandGen, const T &Item, in makeSampler() function
91 ReservoirSampler<T, GenT> makeSampler(GenT &RandGen) { in makeSampler() function
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp137 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk,
DvktProtectedMemImageValidator.cpp163 vk::Unique<vk::VkSampler> sampler (makeSampler(vk, device)); in validateImage()
DvktProtectedMemUtils.cpp554 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk, const vk::VkDevice& device) in makeSampler() function
DvktProtectedMemYCbCrConversionTests.cpp1240 const vk::Unique<vk::VkSampler> colorSampler (makeSampler(vk, device)); in conversionTest()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp456 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
943 const Unique<VkSampler> colorSampler (makeSampler(vk, device)); in test()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp566 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
1450 m_dTex.sampler = makeSampler(m_vk, m_device); in downloadTexture()