Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h216 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.c825 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type); in ureg_DECL_memory()
1767 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.c3944 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_load()
4068 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in exec_store()
4280 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in exec_atomop()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp430 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL; in translateFile()
1137 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1); in scanSource()
1472 case TGSI_FILE_MEMORY: in scanDeclaration()
1583 if (dst.getFile() != TGSI_FILE_MEMORY && in scanInstruction()
1593 (dst.getFile() == TGSI_FILE_MEMORY && in scanInstruction()
1600 insn.getSrc(0).getFile() != TGSI_FILE_MEMORY || in scanInstruction()
1819 if (tgsiFile == TGSI_FILE_MEMORY) { in makeSym()
2153 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY || in acquireDst()
2690 case TGSI_FILE_MEMORY: in handleLOAD()
2835 case TGSI_FILE_MEMORY: in handleSTORE()
[all …]
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h82 TGSI_FILE_MEMORY, enumerator
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h76 TGSI_FILE_MEMORY, enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c543 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) { in load_emit()
761 if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) { in store_emit()
935 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) { in atomic_emit()
Dsi_shader_tgsi_setup.c806 case TGSI_FILE_MEMORY: in emit_declaration()
/external/virglrenderer/src/
Dvrend_shader.c1279 case TGSI_FILE_MEMORY: in iter_declaration()
2363 case TGSI_FILE_MEMORY: in is_integer_memory()
2406 } else if (dst->Register.File == TGSI_FILE_BUFFER || dst->Register.File == TGSI_FILE_MEMORY) { in translate_store()
2467 src->Register.File == TGSI_FILE_MEMORY) { in translate_load()
2636 if (src->Register.File == TGSI_FILE_BUFFER || src->Register.File == TGSI_FILE_MEMORY) { in translate_atomic()
2839 } else if (dst_reg->Register.File == TGSI_FILE_MEMORY) { in get_destination_info()
3129 } else if (src->Register.File == TGSI_FILE_MEMORY) { in get_source_info()
4894 if (src->Register.File == TGSI_FILE_MEMORY) in analyze_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c367 if (decl->Declaration.File == TGSI_FILE_MEMORY) { in iter_declaration()
Dtgsi_text.c1437 } else if (file == TGSI_FILE_MEMORY) { in parse_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c989 case TGSI_FILE_MEMORY: in tgsi_declaration()
8253 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_load()
8463 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) in tgsi_store()
8778 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) in tgsi_atomic_op()