Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c222 tex->use_comp_lod = ctx->so->type == MESA_SHADER_FRAGMENT; in fill_instr()
241 tex->use_comp_lod = 1; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c442 if (!tex->use_comp_lod) { in print_fetch_tex()
443 printf(" LOD(%u)", tex->use_comp_lod); in print_fetch_tex()
Dinstr-a2xx.h337 uint8_t use_comp_lod : 1; member