Searched refs:PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h493 #define PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (1 << 2) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h524 #define PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (1 << 2) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.c96 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
H A Dst_cb_texture.c2832 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.c96 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
H A Dst_cb_texture.c3231 pt.flags = PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c907 if (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1313 if (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1237 (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1592 (templ->flags & PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY) &&

Completed in 33 milliseconds