HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_defines.h 524 #define PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (1 << 2)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_defines.h 493 #define PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (1 << 2)
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_texture.c 96 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
st_cb_texture.c 3231 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_texture.c 96 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
st_cb_texture.c 2832 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_resource.c 907 if (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_resource.c 1313 if (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_texture.c 1237 (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) &&
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_texture.c 1592 (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) &&

Completed in 29 milliseconds