Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h76 bool is_cube : 1; member
Dir-a2xx.c342 tex->use_reg_lod = !instr->fetch.is_cube; in instr_emit_fetch()
Dfd2_compiler.c793 instr->fetch.is_cube = (inst->Texture.Texture == TGSI_TEXTURE_3D); in translate_tex()