Home
last modified time | relevance | path

Searched refs:tex_layout (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp_blit.cpp614 assert(key->tex_layout == key->src_layout); in compile()
626 assert((key->tex_layout == INTEL_MSAA_LAYOUT_NONE) == in compile()
716 key->tex_layout != key->src_layout) { in compile()
721 decode_msaa(key->tex_samples, key->tex_layout); in compile()
730 if (key->tex_layout == INTEL_MSAA_LAYOUT_CMS) in compile()
1249 if (key->tex_layout == INTEL_MSAA_LAYOUT_CMS) in manual_blend()
1301 if (i == 0 && key->tex_layout == INTEL_MSAA_LAYOUT_CMS) { in manual_blend()
1348 if (key->tex_layout == INTEL_MSAA_LAYOUT_CMS) in manual_blend()
1404 switch (key->tex_layout) { in texel_fetch()
1492 switch (key->tex_layout) { in texture_lookup()
[all …]
Dbrw_blorp.h240 intel_msaa_layout tex_layout; member