HomeSort by relevance Sort by last modified time
    Searched refs:max_const_buffers (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.h 56 unsigned max_const_buffers; member in struct:svga_screen
svga_pipe_constants.c 68 assert(index < svgascreen->max_const_buffers);
svga_screen.c 636 return svgascreen->max_const_buffers;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp 63 cl_uint max_const_buffers() const;
device.cpp 152 device::max_const_buffers() const { function in class:device
  /external/mesa3d/src/gallium/state_trackers/clover/api/
device.cpp 259 buf.as_scalar<cl_uint>() = dev.max_const_buffers();

Completed in 94 milliseconds