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

  /external/mesa3d/src/mesa/main/
glformats.h 103 _mesa_is_depth_or_stencil_format(GLenum format);
multisample.c 222 if (_mesa_is_depth_or_stencil_format(internalFormat))
texstore.c 924 if (_mesa_is_depth_or_stencil_format(baseInternalFormat)) {
    [all...]
glformats.c 1311 _mesa_is_depth_or_stencil_format(GLenum format) function
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 401 if (_mesa_is_depth_or_stencil_format(base_format))
719 gen6_hiz_or_stencil = _mesa_is_depth_or_stencil_format(base_format);
  /external/mesa3d/src/mesa/state_tracker/
st_format.c     [all...]

Completed in 331 milliseconds