Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c411 bool is_txb = false, is_txl = false; in ntq_emit_tex() local
436 is_txl = true; in ntq_emit_tex()
446 if (c->stage != QSTAGE_FRAG && !is_txl) { in ntq_emit_tex()
452 is_txl = true; in ntq_emit_tex()
458 is_txl = true; in ntq_emit_tex()
481 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) { in ntq_emit_tex()
483 unit | (is_txl << 16)); in ntq_emit_tex()
514 if (is_txl || is_txb) { in ntq_emit_tex()