Home
last modified time | relevance | path

Searched refs:TGSI_FILE_INPUT (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c100 if (src->Register.File == TGSI_FILE_INPUT) { in tgsi_scan_shader()
114 src->Register.File == TGSI_FILE_INPUT && in tgsi_scan_shader()
158 if (file == TGSI_FILE_INPUT) { in tgsi_scan_shader()
308 (src->Register.File != TGSI_FILE_INPUT && in tgsi_is_passthrough_shader()
Dtgsi_ureg.c347 return ureg_src_register(TGSI_FILE_INPUT, i); in ureg_DECL_fs_input_cyl_centroid()
358 return ureg_src_register( TGSI_FILE_INPUT, index ); in ureg_DECL_vs_input()
378 return ureg_src_register(TGSI_FILE_INPUT, index); in ureg_DECL_gs_input()
899 assert(dst.File != TGSI_FILE_INPUT); in ureg_emit_dst()
1453 emit_decl_range( ureg, TGSI_FILE_INPUT, i, 1 ); in emit_decls()
1459 TGSI_FILE_INPUT, in emit_decls()
1470 TGSI_FILE_INPUT, in emit_decls()
Dtgsi_dump.c251 if (decl->Declaration.File == TGSI_FILE_INPUT && in iter_declaration()
318 decl->Declaration.File == TGSI_FILE_INPUT) in iter_declaration()
Dtgsi_sanity.c413 if (file == TGSI_FILE_INPUT && in iter_declaration()
Dtgsi_text.c649 if (ctx->processor == TGSI_PROCESSOR_GEOMETRY && *file == TGSI_FILE_INPUT) { in parse_register_dcl()
1101 is_vs_input = (file == TGSI_FILE_INPUT && in parse_declaration()
Dtgsi_ppc.c276 case TGSI_FILE_INPUT: in emit_fetch()
1160 if( decl->Declaration.File == TGSI_FILE_INPUT || in emit_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c143 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in aa_transform_decl()
202 decl.Declaration.File = TGSI_FILE_INPUT; in aa_transform_inst()
247 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
249 newInst.Src[1].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
306 newInst.Src[1].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
336 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
339 newInst.Src[1].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
365 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
400 newInst.Src[1].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
425 newInst.Src[1].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
Ddraw_vs_llvm.c103 vs->base.info.file_max[TGSI_FILE_INPUT]+1, in draw_create_vs_llvm()
Ddraw_pipe_pstipple.c151 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in pstip_transform_decl()
236 decl.Declaration.File = TGSI_FILE_INPUT; in pstip_transform_inst()
297 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in pstip_transform_inst()
Ddraw_pipe_aaline.c169 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in aa_transform_decl()
238 decl.Declaration.File = TGSI_FILE_INPUT; in aa_transform_inst()
285 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in aa_transform_inst()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c211 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in pstip_transform_decl()
300 decl.Declaration.File = TGSI_FILE_INPUT; in pstip_transform_inst()
363 newInst.Src[0].Register.File = TGSI_FILE_INPUT; in pstip_transform_inst()
Du_linkage.c55 if(file == TGSI_FILE_INPUT) in util_semantic_set_from_program_file()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]); in emit_hw_vs_vdecl()
Dsvga_tgsi_decl_sm30.c532 case TGSI_FILE_INPUT: in svga_translate_decl_sm30()
Dsvga_tgsi_insn.c72 case TGSI_FILE_INPUT: return SVGA3DREG_INPUT; in translate_file()
176 case TGSI_FILE_INPUT: in translate_src_register()
206 if (reg->Register.File == TGSI_FILE_INPUT) { in translate_src_register()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c156 if (chan_info->file != TGSI_FILE_INPUT) { in analyse_tex()
376 case TGSI_FILE_INPUT: in dump_info()
Dlp_bld_tgsi_soa.c697 if (bld->indirect_files & (1 << TGSI_FILE_INPUT)) { in emit_fetch_input()
2001 if (bld->indirect_files & (1 << TGSI_FILE_INPUT)) { in emit_prologue()
2005 bld_base->info->file_max[TGSI_FILE_INPUT]*4 + 4); in emit_prologue()
2011 <= bld_base->info->file_max[TGSI_FILE_INPUT] + 1); in emit_prologue()
2092 bld.bld_base.emit_fetch_funcs[TGSI_FILE_INPUT] = emit_fetch_input; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h69 TGSI_FILE_INPUT =2, enumerator
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp302 case TGSI_FILE_INPUT: return nv50_ir::FILE_SHADER_INPUT; in translateFile()
663 info->numInputs = scan.file_max[TGSI_FILE_INPUT] + 1; in scanSource()
797 case TGSI_FILE_INPUT: in scanDeclaration()
947 insn.getSrc(0).getFile() == TGSI_FILE_INPUT; in isEdgeFlagPassthrough()
981 if (src.getFile() != TGSI_FILE_INPUT) in scanInstruction()
1269 case TGSI_FILE_INPUT: in fetchSrc()
1328 case TGSI_FILE_INPUT: in fetchSrc()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c163 case TGSI_FILE_INPUT: return RC_FILE_INPUT; in translate_register_file()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c376 case TGSI_FILE_INPUT: in tgsi_src()
469 case TGSI_FILE_INPUT: in nvfx_fragprog_parse_instruction()
1036 case TGSI_FILE_INPUT: in nvfx_fragprog_prepare()
1080 case TGSI_FILE_INPUT: in nvfx_fragprog_prepare()
Dnvfx_vertprog.c368 case TGSI_FILE_INPUT: in tgsi_src()
405 fsrc->Register.File == TGSI_FILE_INPUT)) { in tgsi_src()
489 case TGSI_FILE_INPUT: in nvfx_vertprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c795 case TGSI_FILE_INPUT: in tgsi_declaration()
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First; in tgsi_declaration()
1130 int gpr = ctx->file_offset[TGSI_FILE_INPUT] + in process_twoside_color_inputs()
1131 ctx->info.file_max[TGSI_FILE_INPUT] + 1; in process_twoside_color_inputs()
1231 ctx.file_offset[TGSI_FILE_INPUT] = 1; in r600_shader_from_tgsi()
1239 ctx.file_offset[TGSI_FILE_INPUT] = evergreen_gpr_count(&ctx); in r600_shader_from_tgsi()
1255 radeon_llvm_ctx.reserved_reg_count = ctx.file_offset[TGSI_FILE_INPUT]; in r600_shader_from_tgsi()
1269 ctx.file_offset[TGSI_FILE_INPUT]; in r600_shader_from_tgsi()
1278 ctx.file_offset[TGSI_FILE_INPUT] + in r600_shader_from_tgsi()
1279 ctx.info.file_max[TGSI_FILE_INPUT] + 1; in r600_shader_from_tgsi()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c483 case TGSI_FILE_INPUT: in si_llvm_emit_epilogue()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c229 case TGSI_FILE_INPUT: in emit_declaration()
1044 bld_base->emit_fetch_funcs[TGSI_FILE_INPUT] = emit_fetch_input; in radeon_llvm_context_init()

12