Home
last modified time | relevance | path

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

1234

/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::__anon979a827d0111::GatherBase
1226 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherInt2DRgba
1293 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherUint2D
1345 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherDepth2D
1366 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherFloat2DArray
1387 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherUnorm2DArray
1462 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherInt2DArray
1532 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherUint2DArray
1574 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherDepth2DArray
1600 virtual std::string Sampler() in Sampler() function in gl4cts::__anon979a827d0111::PlainGatherFloatCubeRgba
[all …]
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst3 Sampler title
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp777 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::GatherBase
1030 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherInt2D
1059 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherUint2D
1109 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherDepth2D
1128 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherFloat2DArray
1167 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherInt2DArray
1206 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherUint2DArray
1246 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherDepth2DArray
1270 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherFloatCube
1294 virtual std::string Sampler() in Sampler() function in glcts::__anona022676e0111::PlainGatherIntCube
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h296 struct Sampler struct
303 Sampler samplersPS[MAX_TEXTURE_IMAGE_UNITS]; argument
DResourceManager.h35 class Sampler; variable
DSampler.h31 Sampler(GLuint name) : NamedObject(name) 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/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
DSamplerGL.cpp68 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() function in dawn_native::opengl::Sampler
DForward.h34 class Sampler; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.adoc95 === Sampler subsection
103 [[descriptorsets-sampledimage]]
/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/vk-gl-cts/external/amber/src/src/vulkan/
Dsampler.cc82 Sampler::Sampler(Device* device) : device_(device) {} in Sampler() function in amber::vulkan::Sampler
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerHeapCacheD3D12.h39 class Sampler; variable
DSamplerD3D12.cpp40 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() function in dawn_native::d3d12::Sampler
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.h28 class Sampler; variable
DCLSampler.cpp84 Sampler::Sampler(Context &context, in Sampler() function in cl::Sampler
DCLtypes.h52 class Sampler; variable
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h294 struct Sampler : public Castable<Sampler, Type> { struct
313 ast::SamplerKind const kind; argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h440 struct Sampler struct
462 void assignAllSamplerRegisters(); argument
468 std::vector<Sampler> &outSamplers, argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h34 class Sampler; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp123 int64_t Sampler = MI.getOperand(14).getImm(); in encodeInstruction() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.h51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; enumerator

1234