Searched refs:coord_replace (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c62 unsigned coord_replace,
127 nir_i2b(&b, nir_iand_imm(&b, mask, coord_replace));
142 nir_lower_texcoord_replace(nir_shader *s, unsigned coord_replace, argument
146 assert(coord_replace != 0);
150 nir_lower_texcoord_replace_impl(function->impl, coord_replace,
61 nir_lower_texcoord_replace_impl(nir_function_impl * impl,unsigned coord_replace,bool point_coord_is_sysval,bool yinvert) argument
H A Dnir.h5437 void nir_lower_texcoord_replace(nir_shader *s, unsigned coord_replace,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c78 unsigned char coord_replace:1; member in struct:state_key::__anon7a2a12e40108
244 key->unit[i].coord_replace = 1;
1400 if (p->state->unit[i].coord_replace)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c78 unsigned char coord_replace:1; member in struct:state_key::__anonddcfd8970108
244 key->unit[i].coord_replace = 1;
1475 if (p->state->unit[i].coord_replace)

Completed in 15 milliseconds