Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c386 static const char *aniso_filter[] = { in print_fetch_tex() local
434 if (tex->aniso_filter != ANISO_FILTER_USE_FETCH_CONST) in print_fetch_tex()
435 printf(" ANISO(%s)", aniso_filter[tex->aniso_filter]); in print_fetch_tex()
Dinstr-a2xx.h333 instr_aniso_filter_t aniso_filter : 3; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c218 tex->aniso_filter = ANISO_FILTER_USE_FETCH_CONST; in fill_instr()
237 tex->aniso_filter = ANISO_FILTER_USE_FETCH_CONST; in fill_instr()