Searched refs:max_const_buffers (Results 1 – 6 of 6) sorted by relevance
56 unsigned max_const_buffers; member
677 return svgascreen->max_const_buffers; in vgpu10_get_shader_param()1037 svgascreen->max_const_buffers = in svga_screen_create()1039 assert(svgascreen->max_const_buffers <= SVGA_MAX_CONST_BUFS); in svga_screen_create()1070 svgascreen->max_const_buffers = 1; in svga_screen_create()
68 assert(index < svgascreen->max_const_buffers); in svga_set_constant_buffer()
63 cl_uint max_const_buffers() const;
153 device::max_const_buffers() const { in max_const_buffers() function in device
267 buf.as_scalar<cl_uint>() = dev.max_const_buffers(); in clGetDeviceInfo()