Home
last modified time | relevance | path

Searched refs:use_comp_lod (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c424 if (!tex->use_comp_lod) { in print_fetch_tex()
425 printf(" LOD(%u)", tex->use_comp_lod); in print_fetch_tex()
Dinstr-a2xx.h330 uint8_t use_comp_lod : 1; member
Dir-a2xx.c341 tex->use_comp_lod = 1; in instr_emit_fetch()