/external/swiftshader/src/Device/ |
D | Sampler.hpp | 91 struct Sampler struct 93 VkImageViewType textureType; 94 vk::Format textureFormat; 95 FilterType textureFilter; 96 AddressingMode addressingModeU; 97 AddressingMode addressingModeV; 98 AddressingMode addressingModeW; 99 MipmapType mipmapFilter; 100 VkComponentMapping swizzle; 101 int gatherComponent; [all …]
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | ReservoirSamplerTest.cpp | 17 auto Sampler = makeSampler(Rand, 7, 1); in TEST() local 24 auto Sampler = makeSampler(Rand, 7, 0); in TEST() local 43 auto Sampler = makeSampler(Rand, Items); in TEST() local
|
/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/gl/ |
D | gl4cTextureGatherTests.cpp | 904 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::GatherBase 1227 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherInt2DRgba 1294 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherUint2D 1346 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherDepth2D 1367 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherFloat2DArray 1388 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherUnorm2DArray 1463 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherInt2DArray 1533 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherUint2DArray 1575 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherDepth2DArray 1601 virtual std::string Sampler() in Sampler() function in gl4cts::__anon86f181e50111::PlainGatherFloatCubeRgba [all …]
|
/external/mesa3d/docs/gallium/cso/ |
D | sampler.rst | 3 Sampler title
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 777 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::GatherBase 1030 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherInt2D 1059 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherUint2D 1109 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherDepth2D 1128 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherFloat2DArray 1167 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherInt2DArray 1206 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherUint2DArray 1246 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherDepth2DArray 1270 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherFloatCube 1294 virtual std::string Sampler() in Sampler() function in glcts::__anon5b4947d60111::PlainGatherIntCube [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 296 struct Sampler struct 303 Sampler samplersPS[MAX_TEXTURE_IMAGE_UNITS]; argument
|
D | ResourceManager.h | 35 class Sampler; variable
|
D | Sampler.h | 31 Sampler(GLuint name) : NamedObject(name) in Sampler() function
|
D | Texture.h | 36 class Sampler; variable
|
/external/swiftshader/src/Vulkan/ |
D | VkSampler.cpp | 46 Sampler::Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerStat… in Sampler() function in vk::Sampler
|
D | VkSampler.hpp | 59 class Sampler : public Object<Sampler, VkSampler>, public SamplerState class
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Sampler.java | 27 public abstract class Sampler { class
|
/external/deqp-deps/amber/src/vulkan/ |
D | sampler.cc | 57 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
|
D | ResourceManager.h | 41 class Sampler; variable
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 440 struct Sampler struct 462 void assignAllSamplerRegisters(); argument 468 std::vector<Sampler> &outSamplers, argument
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | mobile_sampler.h | 101 Sampler(std::unique_ptr<Buckets> buckets) : buckets_(std::move(buckets)) {} in Sampler() function
|
D | sampler.h | 150 Sampler(const MetricDef<MetricKind::kCumulative, HistogramProto, NumLabels>& in Sampler() function
|
/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/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 123 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 214 type Sampler: UniformSampler<X = Self>; typedef 716 type Sampler = UniformChar; typedef 1026 type Sampler = UniformDuration; typedef 1539 type Sampler = UniformMyF32; in test_custom_uniform() typedef
|