Searched refs:TGSI_FILE_MEMORY (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h223 file != TGSI_FILE_MEMORY &&
H A Dtgsi_dump.c398 if (decl->Declaration.File == TGSI_FILE_MEMORY) {
H A Dtgsi_ureg.c833 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type);
1776 out[0].decl.File = TGSI_FILE_MEMORY;
H A Dtgsi_text.c1462 } else if (file == TGSI_FILE_MEMORY) {
H A Dtgsi_exec.c4050 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
4206 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY)
4421 else if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h226 file != TGSI_FILE_MEMORY &&
H A Dtgsi_dump.c398 if (decl->Declaration.File == TGSI_FILE_MEMORY) {
H A Dtgsi_ureg.c831 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type);
1772 out[0].decl.File = TGSI_FILE_MEMORY;
H A Dtgsi_text.c1462 } else if (file == TGSI_FILE_MEMORY) {
H A Dtgsi_exec.c3771 case TGSI_FILE_MEMORY:
3974 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY)
4069 assert(inst->Src[0].Register.File == TGSI_FILE_MEMORY);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h76 TGSI_FILE_MEMORY, enumerator in enum:tgsi_file_type
141 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h76 TGSI_FILE_MEMORY, enumerator in enum:tgsi_file_type
136 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c315 } else if (dst->File == TGSI_FILE_MEMORY) {
H A Dlp_bld_tgsi_soa.c2973 case TGSI_FILE_MEMORY:
3456 bufreg->Register.File == TGSI_FILE_MEMORY ||
3458 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY;
3606 assert(bufreg->Register.File == TGSI_FILE_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY);
3607 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY;
3761 assert(bufreg->Register.File == TGSI_FILE_BUFFER || bufreg->Register.File == TGSI_FILE_IMAGE || bufreg->Register.File == TGSI_FILE_MEMORY);
3763 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp430 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL;
1141 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1);
1477 case TGSI_FILE_MEMORY:
1582 dst.getFile() != TGSI_FILE_MEMORY) {
1609 (dst.getFile() == TGSI_FILE_MEMORY &&
1616 insn.getSrc(0).getFile() != TGSI_FILE_MEMORY ||
1814 if (tgsiFile == TGSI_FILE_MEMORY) {
1817 /* No-op this is the default for TGSI_FILE_MEMORY */
2125 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY ||
2662 case TGSI_FILE_MEMORY
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp428 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL;
1099 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1);
1430 case TGSI_FILE_MEMORY:
1553 dst.getFile() != TGSI_FILE_MEMORY) {
1586 (dst.getFile() == TGSI_FILE_MEMORY &&
1593 insn.getSrc(0).getFile() != TGSI_FILE_MEMORY ||
1795 if (tgsiFile == TGSI_FILE_MEMORY) {
1798 /* No-op this is the default for TGSI_FILE_MEMORY */
2107 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY ||
2670 case TGSI_FILE_MEMORY
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c500 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) {
690 if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY) {
856 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY) {
H A Dsi_shader_tgsi_setup.c749 case TGSI_FILE_MEMORY:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1092 case TGSI_FILE_MEMORY:
8902 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
9112 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY)
9453 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1180 case TGSI_FILE_MEMORY:
9001 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
9211 else if (inst->Dst[0].Register.File == TGSI_FILE_MEMORY)
9552 if (inst->Src[0].Register.File == TGSI_FILE_MEMORY)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1423 memory = ureg_src_register(TGSI_FILE_MEMORY, 0);

Completed in 83 milliseconds