Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp91 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 …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp904 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::GatherBase
1226 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherInt2DRgba
1293 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherUint2D
1345 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherDepth2D
1366 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherFloat2DArray
1387 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherUnorm2DArray
1462 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherInt2DArray
1532 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherUint2DArray
1574 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherDepth2DArray
1600 virtual std::string Sampler() in Sampler() function in gl4cts::__anone783e7bf0111::PlainGatherFloatCubeRgba
[all …]
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst3 Sampler title
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dcache_lookup_node.h81 std::shared_ptr<SamplerObj> Sampler() { return sampler_; } in Sampler() function
/third_party/skia/third_party/externals/tint/src/sem/
Dsampler_type.cc24 Sampler::Sampler(ast::SamplerKind kind) : kind_(kind) {} in Sampler() function in tint::sem::Sampler
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp777 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::GatherBase
1030 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherInt2D
1059 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherUint2D
1109 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherDepth2D
1128 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherFloat2DArray
1167 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherInt2DArray
1206 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherUint2DArray
1246 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherDepth2DArray
1270 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherFloatCube
1294 virtual std::string Sampler() in Sampler() function in glcts::__anon7ca765f00111::PlainGatherIntCube
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dsbu_node.h84 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dcifar100_node.h91 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dcifar10_node.h91 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dmnist_node.h91 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dflickr_node.h94 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dmanifest_node.h95 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dceleba_node.h95 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dalbum_node.h80 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dcoco_node.h94 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dcityscapes_node.h95 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
Dimage_folder_node.h100 std::shared_ptr<SamplerObj> Sampler() override { return sampler_; } in Sampler() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h296 struct Sampler struct
303 Sampler samplersPS[MAX_TEXTURE_IMAGE_UNITS]; argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerD3D12.cpp37 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() function in dawn_native::d3d12::Sampler
DBindGroupLayoutD3D12.h34 Sampler, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSampler.cpp48 Sampler::Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerStat… in Sampler() function in vk::Sampler
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DPipelineGL.h33 class Sampler; variable
/third_party/skia/third_party/externals/tint/src/ast/
Dsampler.cc36 Sampler::Sampler(ProgramID pid, const Source& src, SamplerKind k) in Sampler() function in tint::ast::Sampler
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp60 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() function in dawn_native::vulkan::Sampler
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.h28 class Sampler; variable

12345