Home
last modified time | relevance | path

Searched refs:GPU_SAMPLER_COMPARE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_texture.h56 GPU_SAMPLER_COMPARE = (1 << 6), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_texture.cc477 GLenum compare_mode = (state & GPU_SAMPLER_COMPARE) ? GL_COMPARE_REF_TO_TEXTURE : GL_NONE; in samplers_init()
505 (state & GPU_SAMPLER_COMPARE) ? "_compare" : "", in samplers_init()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_texture.cc465 SET_FLAG_FROM_TEST(tex->sampler_state, use_compare, GPU_SAMPLER_COMPARE); in GPU_texture_compare_mode()