Searched refs:TGSI_FILE_MEMORY (Results 1 – 11 of 11) sorted by relevance
226 file != TGSI_FILE_MEMORY && in tgsi_is_bindless_image_file()
398 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
831 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type); in ureg_DECL_memory()1772 out[0].decl.File = TGSI_FILE_MEMORY; in emit_decl_memory()
1462 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
3771 case TGSI_FILE_MEMORY: in exec_load_membuf()3974 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in exec_store()4069 assert(inst->Src[0].Register.File == TGSI_FILE_MEMORY); in exec_atomop_membuf()
428 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL; in translateFile()1099 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1); in scanSource()1430 case TGSI_FILE_MEMORY: in scanDeclaration()1553 dst.getFile() != TGSI_FILE_MEMORY) { in scanInstruction()1586 (dst.getFile() == TGSI_FILE_MEMORY && in scanInstruction()1593 insn.getSrc(0).getFile() != TGSI_FILE_MEMORY || in scanInstruction()1795 if (tgsiFile == TGSI_FILE_MEMORY) { in makeSym()2107 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY || in acquireDst()2670 case TGSI_FILE_MEMORY: in handleLOAD()2822 case TGSI_FILE_MEMORY: in handleSTORE()[all …]
76 TGSI_FILE_MEMORY, enumerator
315 } 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()
1423 memory = ureg_src_register(TGSI_FILE_MEMORY, 0); in ntt_emit_mem()
1180 case TGSI_FILE_MEMORY: in tgsi_declaration()9001 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_load()9211 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in tgsi_store()9552 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_atomic_op()