Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h77 TGSI_FILE_MEMORY, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp409 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL; in translateFile()
1033 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1); in scanSource()
1367 case TGSI_FILE_MEMORY: in scanDeclaration()
1410 (src.getFile() == TGSI_FILE_MEMORY && in scanInstructionSrc()
1491 (dst.getFile() == TGSI_FILE_MEMORY && in scanInstruction()
1692 if (tgsiFile == TGSI_FILE_MEMORY) { in makeSym()
1965 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY || in acquireDst()
2494 case TGSI_FILE_MEMORY: in handleLOAD()
2632 case TGSI_FILE_MEMORY: in handleSTORE()
2743 case TGSI_FILE_MEMORY: in handleATOM()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c394 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
Dtgsi_ureg.c803 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type); in ureg_DECL_memory()
1796 out[0].decl.File = TGSI_FILE_MEMORY; in emit_decl_memory()
Dtgsi_text.c1487 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
Dtgsi_exec.c4053 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_load()
4177 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in exec_store()
4389 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_atomop()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c952 case TGSI_FILE_MEMORY: in emit_declaration()
Dsi_shader.c3807 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) { in load_emit()
4016 if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) { in store_emit()
4187 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) { in atomic_emit()