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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2390 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; local in function:emit_tex
2425 has_off = true;
2455 compile_assert(ctx, !has_off);
2613 if (has_off | has_lod | has_bias) {
2614 if (has_off) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1685 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; local in function:emit_tex
1720 has_off = true;
1864 if (has_off | has_lod | has_bias) {
1865 if (has_off) {

Completed in 10 milliseconds