| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_copy.h | 41 RenderHandle sampler; // if not given linear clamp is used member 56 RenderHandle sampler; member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | gpu_resource_util_vk.cpp | 95 void DebugSamplerNameVk(const IDevice& device, const GpuSampler& sampler, const string_view name) in DebugSamplerNameVk() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
| H A D | webgl_sampler.h | 37 void SetSampler(GLuint sampler) in SetSampler() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_deint_filter.h | 42 void *sampler[4]; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | SamplerGL.cpp | 18 SetSamplerParameter(const rx::FunctionsGL *functions, GLuint sampler, GLenum name, const T &value) SetSamplerParameter() argument 26 SetSamplerParameter(const rx::FunctionsGL *functions, GLuint sampler, GLenum name, const angle::ColorGeneric &value) SetSamplerParameter() argument 49 SyncSamplerStateMember(const rx::FunctionsGL *functions, GLuint sampler, const gl::SamplerState &newState, gl::SamplerState &curState, GLenum name, Getter getter, Setter setter) SyncSamplerStateMember() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkSampler.cpp | 115 VkSampler sampler; in Create() local
|
| H A D | GrVkSampler.h | 26 VkSampler sampler() const { return fSampler; } in sampler() function in GrVkSampler 49 static const Key& GetKey(const GrVkSampler& sampler) { return sampler.fKey; } in GetKey() argument 63 GrVkSampler(const GrVkGpu* gpu, VkSampler sampler, in GrVkSampler() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | SamplerVk.cpp | 61 Ref<Sampler> sampler = AcquireRef(new Sampler(device, descriptor)); in Create() local
|
| H A D | BindGroupVk.cpp | 86 Sampler* sampler = ToBackend(GetBindingAsSampler(bindingIndex)); in BindGroup() local
|
| H A D | FencedDeleter.cpp | 82 void FencedDeleter::DeleteWhenUnused(VkSampler sampler) { in DeleteWhenUnused() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | SamplerGL.cpp | 88 void Sampler::SetupGLSampler(GLuint sampler, in SetupGLSampler() argument [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexCompareVerifier.cpp | 38 static bool isSamplerSupported (const Sampler& sampler) in isSamplerSupported() argument [all...] |
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dvx_device.c | 169 v3dX(pack_sampler_state)(struct v3dv_sampler *sampler, in pack_sampler_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_fs_exec.c | 55 exec_prepare( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) exec_prepare() argument
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | quad-tex.c | 15 static void *sampler = NULL; variable
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear_priv.h | 72 is_nearest_sampler(const struct lp_sampler_static_state *sampler) in is_nearest_sampler() argument 90 is_linear_sampler(const struct lp_sampler_static_state *sampler) is_linear_sampler() argument 107 is_nearest_clamp_sampler(const struct lp_sampler_static_state *sampler) is_nearest_clamp_sampler() argument 120 is_linear_clamp_sampler(const struct lp_sampler_static_state *sampler) is_linear_clamp_sampler() argument [all...] |
| /third_party/node/deps/v8/src/libsampler/ |
| H A D | sampler.h | 25 namespace sampler { namespace [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_texture.c | 144 struct pipe_sampler_state *sampler = tex->samplers[i]; in fd_setup_border_colors() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_sampler.c | 73 update_sampler(struct i915_context *i915, uint32_t unit, const struct i915_sampler_state *sampler, const struct i915_texture *tex, unsigned state[3]) update_sampler() argument 282 update_map(struct i915_context *i915, uint32_t unit, const struct i915_texture *tex, const struct i915_sampler_state *sampler, const struct pipe_sampler_view *view, uint32_t state[3]) update_map() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | TextureFunctionHLSL.h | 50 TBasicType sampler; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | SamplersTest.cpp | 22 void validateInvalidAnisotropy(GLSampler &sampler, float invalidValue) in validateInvalidAnisotropy() argument 29 void validateValidAnisotropy(GLSampler &sampler, float validValue) in validateValidAnisotropy() argument 48 GLSampler sampler; in TEST_P() local 70 GLSampler sampler; in TEST_P() local 82 GLSampler sampler; TEST_P() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | TextureStage.cpp | 37 void TextureStage::init(int stage, const Sampler *sampler, const TextureStage *previousStage) in init() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | Texture3DTests.cpp | 60 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P() local
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | intrinsic_table_test.cc | 264 auto* sampler = create<sem::Sampler>(ast::SamplerKind::kSampler); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | function.cc | 157 auto* sampler = unwrapped_type->As<sem::Sampler>(); in TransitivelyReferencedSamplerVariablesImpl() local
|