Searched refs:TGSI_FILE_MEMORY (Results 1 – 15 of 15) sorted by relevance
227 file != TGSI_FILE_MEMORY && in tgsi_is_bindless_image_file()
398 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
836 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type); in ureg_DECL_memory()1779 out[0].decl.File = TGSI_FILE_MEMORY; in emit_decl_memory()
1462 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
4003 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_load()4159 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in exec_store()4374 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_atomop()
428 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL; in translateFile()1094 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1); in scanSource()1424 case TGSI_FILE_MEMORY: in scanDeclaration()1532 dst.getFile() != TGSI_FILE_MEMORY) { in scanInstruction()1565 (dst.getFile() == TGSI_FILE_MEMORY && in scanInstruction()1572 insn.getSrc(0).getFile() != TGSI_FILE_MEMORY || in scanInstruction()1772 if (tgsiFile == TGSI_FILE_MEMORY) { in makeSym()2083 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY || in acquireDst()2626 case TGSI_FILE_MEMORY: in handleLOAD()2775 case TGSI_FILE_MEMORY: in handleSTORE()[all …]
86 TGSI_FILE_MEMORY, enumerator
76 TGSI_FILE_MEMORY, enumerator
314 } else if (dst->File == TGSI_FILE_MEMORY) { in analyse_instruction()
2973 case TGSI_FILE_MEMORY: in lp_emit_declaration_soa()3456 bufreg->Register.File == TGSI_FILE_MEMORY || in load_emit()3458 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in load_emit()3606 …E_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY); in store_emit()3607 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in store_emit()3761 …E_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY); in atomic_emit()3763 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in atomic_emit()
385 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
1481 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
1922 case TGSI_FILE_MEMORY: in iter_declaration()3611 case TGSI_FILE_MEMORY: in is_integer_memory()3725 dst_reg->Register.File == TGSI_FILE_MEMORY) { in translate_store()3855 src->Register.File == TGSI_FILE_MEMORY) { in translate_load()4070 if (src->Register.File == TGSI_FILE_BUFFER || src->Register.File == TGSI_FILE_MEMORY) { in translate_atomic()4379 } else if (dst_reg->Register.File == TGSI_FILE_MEMORY) { in get_destination_info()4802 } else if (src->Register.File == TGSI_FILE_MEMORY) { in get_source_info()7556 if (src->Register.File == TGSI_FILE_MEMORY) in analyze_instruction()
1090 memory = ureg_src_register(TGSI_FILE_MEMORY, 0); in ntt_emit_mem()
1175 case TGSI_FILE_MEMORY: in tgsi_declaration()8987 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_load()9197 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in tgsi_store()9538 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_atomic_op()