Home
last modified time | relevance | path

Searched defs:SamplerType (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp530 static const struct SamplerType in init() struct
532 TextureSizeCase::TextureType type; in init()
533 const char* name; in init()
/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/d3d12/
DForward.h50 using SamplerType = Sampler; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h50 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/metal/
DForward.h53 using SamplerType = Sampler; member
/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/vulkan/
DForward.h54 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h70 using SamplerType = Sampler; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h54 using SamplerType = Sampler; member
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp60 enum SamplerType enum
/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
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp62 enum SamplerType enum
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp298 enum SamplerType enum in sw::Shader