Searched refs:max_const_buffers (Results 1 – 8 of 8) sorted by relevance
696 return svgascreen->max_const_buffers; in vgpu10_get_shader_param()1227 svgascreen->max_const_buffers = SVGA_MAX_CONST_BUFS; in svga_screen_create()1230 svgascreen->max_const_buffers = in svga_screen_create()1232 svgascreen->max_const_buffers = MIN2(svgascreen->max_const_buffers, in svga_screen_create()1284 svgascreen->max_const_buffers = 1; in svga_screen_create()
58 unsigned max_const_buffers; member
68 assert(index < svgascreen->max_const_buffers); in svga_set_constant_buffer()
70 cl_uint max_const_buffers() const;
77 dev.max_const_buffers() < 8 || in get_highest_supported_version()279 device::max_const_buffers() const { in max_const_buffers() function in device
512 unsigned max_const_buffers; member
504 tc->max_const_buffers); in tc_add_shader_bindings_to_buffer_list()526 tc->max_const_buffers); in tc_rebind_shader_bindings()4473 tc->max_const_buffers = in threaded_context_create()
283 buf.as_scalar<cl_uint>() = dev.max_const_buffers(); in clGetDeviceInfo()