Home
last modified time | relevance | path

Searched defs:sampler (Results 26 - 50 of 511) sorted by relevance

12345678910>>...21

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.h41 RenderHandle sampler; // if not given linear clamp is used member
56 RenderHandle sampler; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp95 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 Dwebgl_sampler.h37 void SetSampler(GLuint sampler) in SetSampler() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h42 void *sampler[4]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSamplerGL.cpp18 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 DGrVkSampler.cpp115 VkSampler sampler; in Create() local
H A DGrVkSampler.h26 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 DSamplerVk.cpp61 Ref<Sampler> sampler = AcquireRef(new Sampler(device, descriptor)); in Create() local
H A DBindGroupVk.cpp86 Sampler* sampler = ToBackend(GetBindingAsSampler(bindingIndex)); in BindGroup() local
H A DFencedDeleter.cpp82 void FencedDeleter::DeleteWhenUnused(VkSampler sampler) { in DeleteWhenUnused() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSamplerGL.cpp88 void Sampler::SetupGLSampler(GLuint sampler, in SetupGLSampler() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexCompareVerifier.cpp38 static bool isSamplerSupported (const Sampler& sampler) in isSamplerSupported() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c169 v3dX(pack_sampler_state)(struct v3dv_sampler *sampler, in pack_sampler_state() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c55 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 Dquad-tex.c15 static void *sampler = NULL; variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_priv.h72 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 Dsampler.h25 namespace sampler { namespace
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c144 struct pipe_sampler_state *sampler = tex->samplers[i]; in fd_setup_border_colors() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c73 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 DTextureFunctionHLSL.h50 TBasicType sampler; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSamplersTest.cpp22 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 DTextureStage.cpp37 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 DTexture3DTests.cpp60 wgpu::Sampler sampler = device.CreateSampler(); in TEST_P() local
/third_party/skia/third_party/externals/tint/src/
H A Dintrinsic_table_test.cc264 auto* sampler = create<sem::Sampler>(ast::SamplerKind::kSampler); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dfunction.cc157 auto* sampler = unwrapped_type->As<sem::Sampler>(); in TransitivelyReferencedSamplerVariablesImpl() local

Completed in 11 milliseconds

12345678910>>...21