Home
last modified time | relevance | path

Searched defs:Sampler (Results 1 – 25 of 67) 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 { argument
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::__anone900afea0111::GatherBase
1226 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherInt2DRgba
1293 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherUint2D
1345 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherDepth2D
1366 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherFloat2DArray
1387 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherUnorm2DArray
1462 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherInt2DArray
1532 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherUint2DArray
1574 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::PlainGatherDepth2DArray
1600 virtual std::string Sampler() in Sampler() function in gl4cts::__anone900afea0111::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::__anonb7af00fb0111::GatherBase
1030 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherInt2D
1059 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherUint2D
1109 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherDepth2D
1128 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherFloat2DArray
1167 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherInt2DArray
1206 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherUint2DArray
1246 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherDepth2DArray
1270 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherFloatCube
1294 virtual std::string Sampler() in Sampler() function in glcts::__anonb7af00fb0111::PlainGatherIntCube
[all …]
/external/mesa3d/docs/gallium/cso/
Dsampler.rst3 Sampler title
/external/skia/experimental/graphite/src/
DSampler.cpp12 Sampler::Sampler(const Gpu* gpu) : Resource(gpu) {} in Sampler() function in skgpu::Sampler
DResourceProvider.h31 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.cc57 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() function in amber::vulkan::Sampler
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h448 struct Sampler struct
470 void assignAllSamplerRegisters(); argument
476 std::vector<Sampler> &outSamplers, argument
/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
DSampler.cpp18 Sampler::Sampler(rx::GLImplFactory *factory, SamplerID id) in Sampler() function in gl::Sampler
/external/tensorflow/tensorflow/lite/profiling/
Dmemory_usage_monitor.h55 std::unique_ptr<Sampler>(new Sampler())) {} in MemoryUsageMonitor()
/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/rust/crates/num-bigint/src/
Dbigrand.rs197 type Sampler = UniformBigUint; typedef
253 type Sampler = UniformBigInt; typedef
/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/rand/src/distributions/
Duniform.rs218 type Sampler: UniformSampler<X = Self>; typedef
718 type Sampler = UniformChar; typedef
1047 type Sampler = UniformDuration; typedef
1564 type Sampler = UniformMyF32; in test_custom_uniform() typedef

123