/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 295 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 …]
|
D | Renderer.cpp | 2366 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 …]
|
D | Sampler.hpp | 62 enum SamplerType enum
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 60 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/ |
D | shard_sample.h | 61 SamplerType sampler_type_;
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | Forward.h | 50 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | Forward.h | 52 using SamplerType = Sampler; member
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | Forward.h | 50 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | Forward.h | 54 using SamplerType = Sampler; member
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | Forward.h | 56 using SamplerType = Sampler; member
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | Forward.h | 56 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | Forward.h | 54 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | Forward.h | 53 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.hpp | 298 enum SamplerType enum in sw::Shader 536 SamplerType samplerType;
|
D | PixelShader.cpp | 223 Shader::SamplerType samplerType[16]; in analyzeInterpolants()
|
D | Shader.cpp | 591 samplerType = (SamplerType)((token & 0x78000000) >> 27); in parseDeclarationToken()
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/ |
D | shard_utils.h | 81 enum SamplerType { kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, … enum
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | ToBackend.h | 78 using BackendType = typename BackendTraits::SamplerType;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ToBackend.h | 88 using BackendType = typename BackendTraits::SamplerType;
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 290 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/ |
D | Program.h | 139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex); 140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
|
D | Context.h | 687 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/ |
D | DeviceNull.h | 66 using SamplerType = Sampler; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.h | 70 using SamplerType = Sampler; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 530 static const struct SamplerType in init() struct
|