Searched refs:TGSI_FILE_ADDRESS (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 406 if(fsrc->Indirect.File == TGSI_FILE_ADDRESS && in tgsi_src() 435 case TGSI_FILE_ADDRESS: in tgsi_dst() 538 if(finst->Dst[0].Register.File == TGSI_FILE_ADDRESS && in nvfx_vertprog_parse_instruction() 901 case TGSI_FILE_ADDRESS: in nvfx_vertprog_prepare()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 70 TGSI_FILE_ADDRESS, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 142 case TGSI_FILE_ADDRESS: return RC_FILE_ADDRESS; in translate_register_file()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 256 case TGSI_FILE_ADDRESS: in lp_emit_store_aos() 400 case TGSI_FILE_ADDRESS: in lp_emit_declaration_aos()
|
D | lp_bld_tgsi_info.c | 309 } else if (dst->File == TGSI_FILE_ADDRESS) { in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 692 case TGSI_FILE_ADDRESS: in get_indirect_index() 2923 case TGSI_FILE_ADDRESS: in lp_emit_declaration_soa() 4497 bld.bld_base.emit_store_reg_funcs[TGSI_FILE_ADDRESS] = emit_store_address; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 423 case TGSI_FILE_ADDRESS: return nv50_ir::FILE_ADDRESS; in translateFile() 1289 if (decl->Declaration.Local || decl->Declaration.File == TGSI_FILE_ADDRESS) { in scanDeclaration() 1462 case TGSI_FILE_ADDRESS: in scanDeclaration() 1988 case TGSI_FILE_ADDRESS: in getArrayForFile() 2176 f == TGSI_FILE_ADDRESS || in storeDst() 4267 const unsigned aSize = code->fileSize(TGSI_FILE_ADDRESS); in Converter() 4272 aData.setup(TGSI_FILE_ADDRESS, 0, 0, aSize, 4, 4, FILE_GPR, 0); in Converter()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 73 case TGSI_FILE_ADDRESS: return SVGA3DREG_ADDR; in translate_file() 3645 insn->Src[0].Indirect.File == TGSI_FILE_ADDRESS) { in pre_parse_instruction() 3653 insn->Src[1].Indirect.File == TGSI_FILE_ADDRESS) { in pre_parse_instruction() 3661 insn->Src[2].Indirect.File == TGSI_FILE_ADDRESS) { in pre_parse_instruction()
|
D | svga_tgsi_vgpu10.c | 1861 if (file == TGSI_FILE_ADDRESS) { in emit_src_register() 4942 case TGSI_FILE_ADDRESS: in emit_vgpu10_declaration() 11946 input_control_point.DimIndirect.File = TGSI_FILE_ADDRESS; in emit_tcs_default_control_point_output()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 716 return ureg_dst_register( TGSI_FILE_ADDRESS, ureg->nr_addrs++ ); in ureg_DECL_address() 719 return ureg_dst_register( TGSI_FILE_ADDRESS, 0 ); in ureg_DECL_address() 2062 TGSI_FILE_ADDRESS, in emit_decls()
|
D | tgsi_exec.c | 1463 case TGSI_FILE_ADDRESS: in fetch_src_file_channel() 1521 assert(reg->Indirect.File == TGSI_FILE_ADDRESS); in get_index_registers() 1563 assert(reg->DimIndirect.File == TGSI_FILE_ADDRESS); in get_index_registers() 1712 case TGSI_FILE_ADDRESS: in store_dest_dstret()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 252 } else if (file == TGSI_FILE_ADDRESS) { in ttn_emit_declaration() 581 case TGSI_FILE_ADDRESS: in ttn_src_for_file_and_index() 818 } else if (tgsi_dst->File == TGSI_FILE_ADDRESS) { in ttn_get_dest()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1421 assert(rdst.File != TGSI_FILE_ADDRESS); /* this probably isn't possible */ in tx_apply_dst0_modifiers()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1192 case TGSI_FILE_ADDRESS: in tgsi_declaration() 2071 assert (reg.DimIndirect.File == TGSI_FILE_ADDRESS); in r600_get_byte_address()
|