Searched refs:use_comp_lod (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h342 uint8_t use_comp_lod : 1; member in struct:PACKED
H A Ddisasm-a2xx.c424 if (!tex->use_comp_lod) {
425 printf(" LOD(%u)", tex->use_comp_lod);
H A Dir2_assemble.c219 tex->use_comp_lod = ctx->so->type == MESA_SHADER_FRAGMENT;
238 tex->use_comp_lod = 1;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h337 uint8_t use_comp_lod : 1; member in struct:PACKED
H A Ddisasm-a2xx.c442 if (!tex->use_comp_lod) {
443 printf(" LOD(%u)", tex->use_comp_lod);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c222 tex->use_comp_lod = ctx->so->type == MESA_SHADER_FRAGMENT;
241 tex->use_comp_lod = 1;

Completed in 8 milliseconds