Home
last modified time | relevance | path

Searched refs:GPU_shader_uniform_vector_int (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/python/gpu/
H A Dgpu_py_shader.c278 GPU_shader_uniform_vector_int(self->shader, location, length, count, pybuffer.buf); in bpygpu_shader_uniform_vector_int()
344 GPU_shader_uniform_vector_int(self->shader, location, length, 1, values); in bpygpu_shader_uniform_bool()
483 GPU_shader_uniform_vector_int(self->shader, location, length, 1, values); in bpygpu_shader_uniform_int()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_shader.cc606 void GPU_shader_uniform_vector_int( in GPU_shader_uniform_vector_int() function
614 GPU_shader_uniform_vector_int(shader, location, 1, 1, &value); in GPU_shader_uniform_int()
712 GPU_shader_uniform_vector_int(shader, loc, 1, 1, &g_shader_builtin_srgb_transform); in GPU_shader_set_srgb_uniform()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_shader.h137 void GPU_shader_uniform_vector_int(
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_manager_exec.c571 GPU_shader_uniform_vector_int(shgroup->shader, baseinst_loc, 1, 1, (int *)&inst_first); in draw_geometry_execute()
613 GPU_shader_uniform_vector_int( in draw_update_uniforms()
617 GPU_shader_uniform_vector_int( in draw_update_uniforms()