Searched refs:max_const_buffers (Results 1 – 6 of 6) sorted by relevance
58 unsigned max_const_buffers; member
650 return svgascreen->max_const_buffers; in vgpu10_get_shader_param()1038 svgascreen->max_const_buffers = in svga_screen_create()1040 svgascreen->max_const_buffers = MIN2(svgascreen->max_const_buffers, in svga_screen_create()1079 svgascreen->max_const_buffers = 1; in svga_screen_create()
66 assert(index < svgascreen->max_const_buffers); in svga_set_constant_buffer()
68 cl_uint max_const_buffers() const;
171 device::max_const_buffers() const { in max_const_buffers() function in device
266 buf.as_scalar<cl_uint>() = dev.max_const_buffers(); in clGetDeviceInfo()