Searched defs:lower_txp (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir_lower_tex.c | 992 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); local in function:nir_lower_tex_block |
| H A D | nir.h | 3430 unsigned lower_txp; member in struct:nir_lower_tex_options |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ | ||
| H A D | tgsi_lowering.c | 1042 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && local in function:transform_samp |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ | ||
| H A D | tgsi_lowering.c | 1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && local in function:transform_samp |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir_lower_tex.c | 1270 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim)); local in function:nir_lower_tex_block |
| H A D | nir.h | 5078 unsigned lower_txp; member in struct:nir_lower_tex_options |
Completed in 59 milliseconds