/external/swiftshader/src/Device/ |
D | Sampler.hpp | 87 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/ |
D | sampler.rs | 79 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/ |
D | gl4cTextureGatherTests.cpp | 904 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/ |
D | SpyStubbingMisuseTest.java | 38 public class Sampler { class in SpyStubbingMisuseTest 40 Sampler(Strategy f) { in Sampler() method in SpyStubbingMisuseTest.Sampler
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 777 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/ |
D | sampler.rst | 3 Sampler title
|
/external/skia/src/gpu/graphite/ |
D | Sampler.cpp | 12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler() function in skgpu::graphite::Sampler
|
D | CommandBuffer.h | 39 class Sampler; variable
|
D | ResourceProvider.h | 42 class Sampler; variable
|
D | DrawPass.h | 36 class Sampler; variable
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | sampler.h | 100 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/ |
D | Sampler.java | 27 public abstract class Sampler { class
|
/external/swiftshader/src/Vulkan/ |
D | VkSampler.cpp | 48 Sampler::Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerStat… in Sampler() function in vk::Sampler
|
/external/deqp-deps/amber/src/vulkan/ |
D | sampler.cc | 82 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() function in amber::vulkan::Sampler
|
/external/angle/src/libANGLE/ |
D | queryutils.h | 28 class Sampler; variable
|
D | CLSampler.cpp | 84 Sampler::Sampler(Context &context, in Sampler() function in cl::Sampler
|
D | CLtypes.h | 52 class Sampler; variable
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | memory_usage_monitor.h | 54 : MemoryUsageMonitor(sampling_interval_ms, std::make_unique<Sampler>()) {} in MemoryUsageMonitor()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 453 struct Sampler struct 475 void assignAllSamplerRegisters(); argument 481 std::vector<Sampler> &outSamplers, argument
|
/external/rust/crates/vulkano/src/descriptor_set/ |
D | fixed_size_pool.rs | 421 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()
|
D | sys.rs | 252 Sampler(ash::vk::Sampler), enumerator 331 sampler: &Arc<Sampler>, in combined_image_sampler()
|
D | persistent.rs | 350 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/ |
D | R600MCCodeEmitter.cpp | 107 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 123 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
|
/external/rust/crates/num-bigint/src/ |
D | bigrand.rs | 197 type Sampler = UniformBigUint; typedef 253 type Sampler = UniformBigInt; typedef
|