Searched refs:use_reg_lod (Results 1 – 3 of 3) sorted by relevance
446 if (tex->use_reg_lod) { in print_fetch_tex()447 printf(" REG_LOD(%u)", tex->use_reg_lod); in print_fetch_tex()
338 uint8_t use_reg_lod : 2; /* 0 for cube, 1 for 2d */ member
223 tex->use_reg_lod = instr->src_count == 2; in fill_instr()242 tex->use_reg_lod = 0; in fill_instr()