Searched refs:max_const_buffers (Results 1 – 8 of 8) sorted by relevance
655 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()
58 unsigned max_const_buffers; member
67 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()283 device::max_const_buffers() const { in max_const_buffers() function in device
476 unsigned max_const_buffers; member
473 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()
283 buf.as_scalar<cl_uint>() = dev.max_const_buffers(); in clGetDeviceInfo()