Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c446 if (tex->use_reg_lod) { in print_fetch_tex()
447 printf(" REG_LOD(%u)", tex->use_reg_lod); in print_fetch_tex()
Dinstr-a2xx.h338 uint8_t use_reg_lod : 2; /* 0 for cube, 1 for 2d */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c223 tex->use_reg_lod = instr->src_count == 2; in fill_instr()
242 tex->use_reg_lod = 0; in fill_instr()