Searched refs:src_tiled_w (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_priv.h295 bool src_tiled_w; member in struct:brw_blorp_blit_prog_key
H A Dblorp_blit.c1231 const bool tex_tiled_w = devinfo->gen >= 8 && key->src_tiled_w;
1327 if (tex_tiled_w != key->src_tiled_w ||
1333 if (tex_tiled_w != key->src_tiled_w)
1361 assert(!key->src_tiled_w);
1377 assert(!key->src_tiled_w);
1957 wm_prog_key->src_tiled_w = true;
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_priv.h347 bool src_tiled_w; member in struct:brw_blorp_blit_prog_key
H A Dblorp_blit.c1220 const bool tex_tiled_w = devinfo->ver >= 8 && key->src_tiled_w;
1324 if (tex_tiled_w != key->src_tiled_w ||
1330 if (tex_tiled_w != key->src_tiled_w)
1358 assert(!key->src_tiled_w);
1374 assert(!key->src_tiled_w);
2085 key->src_tiled_w = true;

Completed in 12 milliseconds