Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp39 auto RS = makeSampler<Function *>(IB.Rand); in mutate()
47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()
51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
61 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.cpp33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource()
44 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler() function
82 ReservoirSampler<T, GenT> makeSampler(GenT &RandGen, const T &Item, in makeSampler() function
90 ReservoirSampler<T, GenT> makeSampler(GenT &RandGen) { in makeSampler() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleCompressedTextureTests.cpp170 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() function
352 const Unique<VkSampler> sampler (makeSampler(vk, device)); in iterate()
355 const Unique<VkSampler> sampler2 (makeSampler(vk, device)); in iterate()
DvktImageSampleDrawnCubeFaceTests.cpp143 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() function
277 const Unique<VkSampler> cubemapSampler (makeSampler(vk, device)); in iterate()
DvktImageMutableTests.cpp562 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
1408 m_dTex.sampler = makeSampler(m_vk, m_device); in downloadTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp132 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk,
DvktProtectedMemImageValidator.cpp164 vk::Unique<vk::VkSampler> sampler (makeSampler(vk, device)); in validateImage()
DvktProtectedMemUtils.cpp510 vk::Move<vk::VkSampler> makeSampler (const vk::DeviceInterface& vk, const vk::VkDevice& device) in makeSampler() function
DvktProtectedMemYCbCrConversionTests.cpp1272 const vk::Unique<vk::VkSampler> colorSampler (makeSampler(vk, device)); in conversionTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp96 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
1165 wd.defaultSampler = makeSampler(vk, device); in test()
DvktPipelineMultisampleImageTests.cpp458 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
1058 const Unique<VkSampler> colorSampler (makeSampler(vk, device)); in test()
1617 const Unique<VkSampler> colorSampler (makeSampler(vk, device)); in test()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp109 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() function
1181 const Unique<VkSampler> defaultSampler (makeSampler(vk, device)); in dispatchImageCheck()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationOrderAttachmentAccessTests.cpp1058 static Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() function
1316 m_sampler = makeSampler(m_vk, device); in AttachmentAccessOrderTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp782 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() function
1009 const Unique<VkSampler> sampler (makeSampler(vk, device)); in readOneSampleFromMultisampleImage()