Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/swiftshader/src/Device/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sampler/
Dmod.rs99 pub struct Sampler { struct
100 handle: ash::vk::Sampler, argument
104 address_mode: [SamplerAddressMode; 3], argument
112 mipmap_mode: SamplerMipmapMode, argument
113 reduction_mode: SamplerReductionMode, argument
114 sampler_ycbcr_conversion: Option<Arc<SamplerYcbcrConversion>>, argument
118 impl Sampler { argument
128 ) -> Result<Arc<Sampler>, SamplerCreationError> { in new()
472 handle: ash::vk::Sampler, in from_handle()
474 ) -> Arc<Sampler> { in from_handle()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureGatherTests.cpp907 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::GatherBase
1231 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherInt2DRgba
1298 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherUint2D
1350 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherDepth2D
1371 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherFloat2DArray
1392 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherUnorm2DArray
1467 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherInt2DArray
1537 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherUint2DArray
1579 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherDepth2DArray
1605 virtual std::string Sampler() in Sampler() function in gl4cts::__anon80c45f740111::PlainGatherFloatCubeRgba
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp777 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::GatherBase
1033 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherInt2D
1062 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherUint2D
1112 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherDepth2D
1131 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherFloat2DArray
1170 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherInt2DArray
1209 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherUint2DArray
1249 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherDepth2DArray
1273 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherFloatCube
1297 virtual std::string Sampler() in Sampler() function in glcts::__anon19fff6c50111::PlainGatherIntCube
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs1617 pub struct Sampler { struct
1626 impl_cl_type_trait!(cl_sampler, Sampler, CL_INVALID_SAMPLER); argument
1628 impl Sampler { implementation
1635 ) -> Arc<Sampler> { in new()
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/misuse/
H A DSpyStubbingMisuseTest.java38 public class Sampler { class in SpyStubbingMisuseTest
40 Sampler(Strategy f) { in Sampler() method in SpyStubbingMisuseTest.Sampler
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h27 Sampler, enumerator
49 Sampler, enumerator
/aosp_15_r20/frameworks/rs/cpp/
H A DSampler.cpp23 Sampler::Sampler(sp<RS> rs, void* id): in Sampler() function in Sampler
33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag, in Sampler() function in Sampler
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dupdate.rs187 sampler: Arc<Sampler>, in image_view_sampler()
196 elements: impl IntoIterator<Item = (Arc<dyn ImageViewAbstract>, Arc<Sampler>)>, in image_view_sampler_array()
384 Sampler(SmallVec<[Arc<Sampler>; 1]>), enumerator
/aosp_15_r20/frameworks/rs/driver/runtime/
H A Drs_structs.h166 typedef struct Sampler { struct
183 } Sampler_t; argument
/aosp_15_r20/frameworks/rs/
H A DrsSampler.cpp24 Sampler::Sampler(Context *rsc) : ObjectBase(rsc) { in Sampler() function in android::renderscript::Sampler
29 Sampler::Sampler(Context *rsc, in Sampler() function in android::renderscript::Sampler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/HLSL/
DHLSLResource.h27 Sampler, enumerator
49 Sampler, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A 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
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DSampler.java47 public class Sampler extends BaseObj { class
70 Sampler(long id, RenderScript rs) { in Sampler() method in Sampler
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DSampler.java34 public class Sampler extends BaseObj { class
57 Sampler(long id, RenderScript rs) { in Sampler() method in Sampler
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmslut.c744 cmsBool CMSEXPORT cmsStageSampleCLut16bit(cmsStage* mpe, cmsSAMPLER16 Sampler, void * Cargo, cmsUIn… in cmsStageSampleCLut16bit()
810 cmsBool CMSEXPORT cmsStageSampleCLutFloat(cmsStage* mpe, cmsSAMPLERFLOAT Sampler, void * Cargo, cms… in cmsStageSampleCLutFloat()
871 cmsSAMPLER16 Sampler, void * Cargo) in cmsSliceSpace16()
902 cmsSAMPLERFLOAT Sampler, void * Cargo) in cmsSliceSpaceFloat()
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigrand.rs197 type Sampler = UniformBigUint; typedef
253 type Sampler = UniformBigInt; typedef
/aosp_15_r20/external/mesa3d/docs/gallium/cso/
H A Dsampler.rst3 Sampler title
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DSampler.cpp12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler() function in skgpu::graphite::Sampler
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/
H A DSampler.java27 public abstract class Sampler { class
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSampler.cpp53 Sampler::Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerStat… in Sampler() function in vk::Sampler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/HLSL/
DHLSLResource.h28 Sampler, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/HLSL/
DHLSLResource.h28 Sampler, enumerator

12345678910>>...15