Home
last modified time | relevance | path

Searched refs:TGSI_FILE_MEMORY (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h226 file != TGSI_FILE_MEMORY && in tgsi_is_bindless_image_file()
Dtgsi_dump.c398 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
Dtgsi_ureg.c831 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()
Dtgsi_text.c1462 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
Dtgsi_exec.c3771 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp428 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 …]
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h76 TGSI_FILE_MEMORY, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c315 } else if (dst->File == TGSI_FILE_MEMORY) { in analyse_instruction()
Dlp_bld_tgsi_soa.c2973 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()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1423 memory = ureg_src_register(TGSI_FILE_MEMORY, 0); in ntt_emit_mem()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1180 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()