Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c359 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER || in load_fetch_args()
489 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) { in is_oneway_access_only()
517 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER || in is_oneway_access_only()
563 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) { in load_emit()
612 if (inst->Dst[0].Register.File == TGSI_FILE_BUFFER) { in store_fetch_args()
775 if (inst->Dst[0].Register.File == TGSI_FILE_BUFFER) { in store_emit()
828 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) { in atomic_fetch_args()
940 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER || in atomic_emit()
1034 if (reg->Register.File == TGSI_FILE_BUFFER) { in resq_fetch_args()
1068 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) { in resq_emit()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c53 file == TGSI_FILE_BUFFER; in is_memory_file()
309 } else if (src->Register.File == TGSI_FILE_BUFFER) { in scan_src_operand()
321 } else if (src->Register.File == TGSI_FILE_BUFFER) { in scan_src_operand()
542 } else if (dst->Register.File == TGSI_FILE_BUFFER) { in scan_instruction()
617 case TGSI_FILE_BUFFER: in scan_declaration()
Dtgsi_scan.h217 file != TGSI_FILE_BUFFER; in tgsi_is_bindless_image_file()
Dtgsi_dump.c393 if (decl->Declaration.File == TGSI_FILE_BUFFER) { in iter_declaration()
Dtgsi_ureg.c802 struct ureg_src reg = ureg_src_register(TGSI_FILE_BUFFER, nr); in ureg_DECL_buffer()
1750 out[0].decl.File = TGSI_FILE_BUFFER; in emit_decl_buffer()
Dtgsi_text.c1457 } else if (file == TGSI_FILE_BUFFER) { in parse_declaration()
Dtgsi_exec.c3942 else if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) in exec_load()
4066 else if (inst->Dst[0].Register.File == TGSI_FILE_BUFFER) in exec_store()
4278 else if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) in exec_atomop()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h81 TGSI_FILE_BUFFER, enumerator
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h75 TGSI_FILE_BUFFER, enumerator
/external/virglrenderer/src/
Dvrend_shader.c1180 case TGSI_FILE_BUFFER: in iter_declaration()
2361 case TGSI_FILE_BUFFER: in is_integer_memory()
2406 } else if (dst->Register.File == TGSI_FILE_BUFFER || dst->Register.File == TGSI_FILE_MEMORY) { in translate_store()
2466 } else if (src->Register.File == TGSI_FILE_BUFFER || in translate_load()
2566 } else if (src->Register.File == TGSI_FILE_BUFFER) { in translate_resq()
2636 if (src->Register.File == TGSI_FILE_BUFFER || src->Register.File == TGSI_FILE_MEMORY) { in translate_atomic()
2827 } else if (dst_reg->Register.File == TGSI_FILE_BUFFER) { in get_destination_info()
2829 if (ctx->info.indirect_files & (1 << TGSI_FILE_BUFFER)) { in get_destination_info()
3114 } else if (src->Register.File == TGSI_FILE_BUFFER) { in get_source_info()
3116 if (ctx->info.indirect_files & (1 << TGSI_FILE_BUFFER)) { in get_source_info()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp428 case TGSI_FILE_BUFFER: return nv50_ir::FILE_MEMORY_BUFFER; in translateFile()
1488 case TGSI_FILE_BUFFER: in scanDeclaration()
1591 if (dst.getFile() == TGSI_FILE_BUFFER || in scanInstruction()
2153 if (dst.isMasked(c) || f == TGSI_FILE_BUFFER || f == TGSI_FILE_MEMORY || in acquireDst()
2689 case TGSI_FILE_BUFFER: in handleLOAD()
2834 case TGSI_FILE_BUFFER: in handleSTORE()
2952 case TGSI_FILE_BUFFER: in handleATOM()
3826 if (tgsi.getSrc(0).getFile() == TGSI_FILE_BUFFER) { in handleInstruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c362 if (decl->Declaration.File == TGSI_FILE_BUFFER) { in iter_declaration()
Dtgsi_text.c1432 } else if (file == TGSI_FILE_BUFFER) { in parse_declaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c987 case TGSI_FILE_BUFFER: in tgsi_declaration()
3137 ctx.info.file_count[TGSI_FILE_BUFFER] > 0; in r600_shader_from_tgsi()
8251 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) in tgsi_load()
8461 if (inst->Dst[0].Register.File == TGSI_FILE_BUFFER) in tgsi_store()
8491 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) { in tgsi_atomic_op_rat()
8776 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER) in tgsi_atomic_op()
8791 if (inst->Src[0].Register.File == TGSI_FILE_BUFFER || in tgsi_resq()