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

  /external/mesa3d/src/mesa/main/
texobj.h 133 if ((texObj->_IsIntegerFormat ||
texobj.c 700 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
    [all...]
mtypes.h 1010 GLboolean _IsIntegerFormat; /**< Does the texture store integer values? */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 495 !(brw->gen == 7 && !brw->is_haswell && texObj->_IsIntegerFormat)) {
540 texObj->_IsIntegerFormat, texObj->StencilSampling,
brw_wm_surface_state.c 368 if (t->_IsIntegerFormat || datatype == GL_SIGNED_NORMALIZED) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 187 const GLboolean is_integer = texobj->_IsIntegerFormat;

Completed in 596 milliseconds