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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c416 bool is_txb = false, is_txl = false; local in function:ntq_emit_tex
441 is_txl = true;
451 if (c->stage != QSTAGE_FRAG && !is_txl) {
457 is_txl = true;
463 is_txl = true;
486 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) {
488 unit | (is_txl << 16));
519 if (is_txl || is_txb) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_program.c417 bool is_txb = false, is_txl = false; local in function:ntq_emit_tex
442 is_txl = true;
452 if (c->stage != QSTAGE_FRAG && !is_txl) {
458 is_txl = true;
464 is_txl = true;
476 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) {
478 unit | (is_txl << 16));
509 if (is_txl || is_txb) {

Completed in 9 milliseconds