Home
last modified time | relevance | path

Searched defs:Sampler (Results 1 – 25 of 71) sorted by relevance

123

/external/swiftshader/src/Device/
DSampler.hpp87 struct Sampler struct
89 VkImageViewType textureType;
90 vk::Format textureFormat;
91 FilterType textureFilter;
92 AddressingMode addressingModeU;
93 AddressingMode addressingModeV;
94 AddressingMode addressingModeW;
95 MipmapType mipmapFilter;
96 VkComponentMapping swizzle;
97 int gatherComponent;
[all …]
/external/rust/crates/vulkano/src/
Dsampler.rs79 pub struct Sampler { struct
80 sampler: ash::vk::Sampler, argument
89 impl Sampler { impl
100 pub fn simple_repeat_linear(device: Arc<Device>) -> Arc<Sampler> { in simple_repeat_linear()
127 pub fn simple_repeat_linear_no_mipmap(device: Arc<Device>) -> Arc<Sampler> { in simple_repeat_linear_no_mipmap()
182 ) -> Result<Arc<Sampler>, SamplerCreationError> { in new()
229 ) -> Result<Arc<Sampler>, SamplerCreationError> { in compare()
259 ) -> Result<Arc<Sampler>, SamplerCreationError> { in new_impl()
414 ) -> Result<Arc<Sampler>, SamplerCreationError> { in unnormalized()
521 unsafe impl DeviceOwned for Sampler { implementation
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp904 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::GatherBase
1226 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherInt2DRgba
1293 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherUint2D
1345 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherDepth2D
1366 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherFloat2DArray
1387 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherUnorm2DArray
1462 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherInt2DArray
1532 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherUint2DArray
1574 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherDepth2DArray
1600 virtual std::string Sampler() in Sampler() function in gl4cts::__anona9ebce030111::PlainGatherFloatCubeRgba
[all …]
/external/mockito/src/test/java/org/mockitousage/misuse/
DSpyStubbingMisuseTest.java38 public class Sampler { class in SpyStubbingMisuseTest
40 Sampler(Strategy f) { in Sampler() method in SpyStubbingMisuseTest.Sampler
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp777 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::GatherBase
1030 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherInt2D
1059 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherUint2D
1109 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherDepth2D
1128 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherFloat2DArray
1167 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherInt2DArray
1206 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherUint2DArray
1246 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherDepth2DArray
1270 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherFloatCube
1294 virtual std::string Sampler() in Sampler() function in glcts::__anonf88dd6b40111::PlainGatherIntCube
[all …]
/external/mesa3d/docs/gallium/cso/
Dsampler.rst3 Sampler title
/external/skia/src/gpu/graphite/
DSampler.cpp12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler() function in skgpu::graphite::Sampler
DCommandBuffer.h39 class Sampler; variable
DResourceProvider.h42 class Sampler; variable
DDrawPass.h36 class Sampler; variable
/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.h100 Sampler(std::unique_ptr<Buckets> buckets) : buckets_(std::move(buckets)) {} in Sampler() function
230 Sampler(const MetricDef<MetricKind::kCumulative, HistogramProto, NumLabels>& in Sampler() function
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DSampler.java27 public abstract class Sampler { class
/external/swiftshader/src/Vulkan/
DVkSampler.cpp48 Sampler::Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerStat… in Sampler() function in vk::Sampler
/external/deqp-deps/amber/src/vulkan/
Dsampler.cc82 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() function in amber::vulkan::Sampler
/external/angle/src/libANGLE/
Dqueryutils.h28 class Sampler; variable
DCLSampler.cpp84 Sampler::Sampler(Context &context, in Sampler() function in cl::Sampler
DCLtypes.h52 class Sampler; variable
/external/tensorflow/tensorflow/lite/profiling/
Dmemory_usage_monitor.h54 : MemoryUsageMonitor(sampling_interval_ms, std::make_unique<Sampler>()) {} in MemoryUsageMonitor()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h453 struct Sampler struct
475 void assignAllSamplerRegisters(); argument
481 std::vector<Sampler> &outSamplers, argument
/external/rust/crates/vulkano/src/descriptor_set/
Dfixed_size_pool.rs421 sampler: Arc<Sampler>, in add_sampled_image()
452 sampler: Arc<Sampler>, in add_sampler()
564 sampler: Arc<Sampler>, in add_sampled_image()
594 sampler: Arc<Sampler>, in add_sampler()
Dsys.rs252 Sampler(ash::vk::Sampler), enumerator
331 sampler: &Arc<Sampler>, in combined_image_sampler()
Dpersistent.rs350 sampler: Arc<Sampler>, in add_sampled_image()
377 sampler: Arc<Sampler>, in add_sampler()
743 sampler: Arc<Sampler>, in add_sampled_image()
822 sampler: Arc<Sampler>, in add_sampler()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp107 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp123 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
/external/rust/crates/num-bigint/src/
Dbigrand.rs197 type Sampler = UniformBigUint; typedef
253 type Sampler = UniformBigInt; typedef

123