Home
last modified time | relevance | path

Searched refs:max_const_buffers (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c655 return svgascreen->max_const_buffers; in vgpu10_get_shader_param()
1044 svgascreen->max_const_buffers = in svga_screen_create()
1046 svgascreen->max_const_buffers = MIN2(svgascreen->max_const_buffers, in svga_screen_create()
1085 svgascreen->max_const_buffers = 1; in svga_screen_create()
Dsvga_screen.h58 unsigned max_const_buffers; member
Dsvga_pipe_constants.c67 assert(index < svgascreen->max_const_buffers); in svga_set_constant_buffer()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp70 cl_uint max_const_buffers() const;
Ddevice.cpp77 dev.max_const_buffers() < 8 || in get_highest_supported_version()
283 device::max_const_buffers() const { in max_const_buffers() function in device
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h476 unsigned max_const_buffers; member
Du_threaded_context.c473 tc->max_const_buffers); in tc_add_shader_bindings_to_buffer_list()
495 tc->max_const_buffers); in tc_rebind_shader_bindings()
4273 tc->max_const_buffers = in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp283 buf.as_scalar<cl_uint>() = dev.max_const_buffers(); in clGetDeviceInfo()