Home
last modified time | relevance | path

Searched refs:SamplerType (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp295 void setTextureFilter(SamplerType type, int sampler, FilterType textureFilter);
296 void setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter);
297 void setGatherEnable(SamplerType type, int sampler, bool enable);
298 void setAddressingModeU(SamplerType type, int sampler, AddressingMode addressingMode);
299 void setAddressingModeV(SamplerType type, int sampler, AddressingMode addressingMode);
300 void setAddressingModeW(SamplerType type, int sampler, AddressingMode addressingMode);
301 void setReadSRGB(SamplerType type, int sampler, bool sRGB);
302 void setMipmapLOD(SamplerType type, int sampler, float bias);
303 void setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor);
304 void setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy);
[all …]
DRenderer.cpp2366 void Renderer::setTextureFilter(SamplerType type, int sampler, FilterType textureFilter) in setTextureFilter()
2378 void Renderer::setMipmapFilter(SamplerType type, int sampler, MipmapType mipmapFilter) in setMipmapFilter()
2390 void Renderer::setGatherEnable(SamplerType type, int sampler, bool enable) in setGatherEnable()
2402 void Renderer::setAddressingModeU(SamplerType type, int sampler, AddressingMode addressMode) in setAddressingModeU()
2414 void Renderer::setAddressingModeV(SamplerType type, int sampler, AddressingMode addressMode) in setAddressingModeV()
2426 void Renderer::setAddressingModeW(SamplerType type, int sampler, AddressingMode addressMode) in setAddressingModeW()
2438 void Renderer::setReadSRGB(SamplerType type, int sampler, bool sRGB) in setReadSRGB()
2450 void Renderer::setMipmapLOD(SamplerType type, int sampler, float bias) in setMipmapLOD()
2462 void Renderer::setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor) in setBorderColor()
2474 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy()
[all …]
DSampler.hpp62 enum SamplerType enum
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp60 enum SamplerType enum
99 SamplerType samplerType; //!< Sampler type.
158 SamplerType getSamplerType (tcu::TextureFormat format);
159 SamplerType getFetchSamplerType (tcu::TextureFormat format);
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_sample.h61 SamplerType sampler_type_;
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h50 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h52 using SamplerType = Sampler; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h50 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h54 using SamplerType = Sampler; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h56 using SamplerType = Sampler; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h56 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h54 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h53 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp298 enum SamplerType enum in sw::Shader
536 SamplerType samplerType;
DPixelShader.cpp223 Shader::SamplerType samplerType[16]; in analyzeInterpolants()
DShader.cpp591 samplerType = (SamplerType)((token & 0x78000000) >> 27); in parseDeclarationToken()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h81 enum SamplerType { kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, … enum
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DToBackend.h78 using BackendType = typename BackendTraits::SamplerType;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DToBackend.h88 using BackendType = typename BackendTraits::SamplerType;
/third_party/skia/src/sksl/ir/
DSkSLType.cpp290 class SamplerType final : public Type { class
294 SamplerType(const char* name, const Type& textureType) in SamplerType() function in SkSL::SamplerType
443 return std::make_unique<SamplerType>(name, textureType); in MakeSamplerType()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
DContext.h687 void applyTextures(sw::SamplerType type);
688 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h66 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h70 using SamplerType = Sampler; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp530 static const struct SamplerType in init() struct

12