Searched refs:NVISA_GM107_CHIPSET (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h75 #define NVISA_GM107_CHIPSET 0x110 macro
H A Dnv50_ir_lowering_nvc0.cpp1016 if (i->op != OP_TXD || chipset < NVISA_GM107_CHIPSET) {
1026 i->op == OP_TXD || chipset < NVISA_GM107_CHIPSET)) {
1036 else if (i->tex.rIndirectSrc >= 0 && chipset >= NVISA_GM107_CHIPSET) {
1149 if (chipset >= NVISA_GM107_CHIPSET)
1645 else if (targ->getChipset() < NVISA_GM107_CHIPSET)
1694 if (targ->getChipset() < NVISA_GM107_CHIPSET) {
1823 if (!bindless || targ->getChipset() < NVISA_GM107_CHIPSET)
3143 if (targ->getChipset() >= NVISA_GM107_CHIPSET)
3176 if (targ->getChipset() >= NVISA_GM107_CHIPSET &&
H A Dnv50_ir_target_nvc0.cpp259 if (chipset >= NVISA_GM107_CHIPSET)
450 if (getChipset() >= NVISA_GM107_CHIPSET)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h79 #define NVISA_GM107_CHIPSET 0x110 macro
H A Dnv50_ir_target_nvc0.cpp259 if (chipset >= NVISA_GM107_CHIPSET)
460 if (getChipset() >= NVISA_GM107_CHIPSET)
H A Dnv50_ir_lowering_nvc0.cpp1030 if (i->op != OP_TXD || chipset < NVISA_GM107_CHIPSET) {
1040 i->op == OP_TXD || chipset < NVISA_GM107_CHIPSET)) {
1050 else if (i->tex.rIndirectSrc >= 0 && chipset >= NVISA_GM107_CHIPSET) {
1163 if (chipset >= NVISA_GM107_CHIPSET)
1659 else if (targ->getChipset() < NVISA_GM107_CHIPSET)
1710 if (targ->getChipset() < NVISA_GM107_CHIPSET) {
1824 assert(!bindless || targ->getChipset() < NVISA_GM107_CHIPSET);
1844 if (!bindless || targ->getChipset() < NVISA_GM107_CHIPSET)
3357 if (targ->getChipset() >= NVISA_GM107_CHIPSET)
3390 if (targ->getChipset() >= NVISA_GM107_CHIPSET
[all...]
H A Dnv50_ir_from_nir.cpp3274 op.lower_extract_byte = (chipset < NVISA_GM107_CHIPSET);
3275 op.lower_extract_word = (chipset < NVISA_GM107_CHIPSET);
3313 ((chipset >= NVISA_GM107_CHIPSET) ? nir_lower_extract64 : 0) |
3331 nvir_nir_shader_compiler_options(NVISA_GM107_CHIPSET);
3340 if (chipset >= NVISA_GM107_CHIPSET)
H A Dnv50_ir_peephole.cpp2863 if (prog->getTarget()->getChipset() >= NVISA_GM107_CHIPSET &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c360 if (info->target >= NVISA_GM107_CHIPSET) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c361 if (info->target >= NVISA_GM107_CHIPSET) {

Completed in 24 milliseconds