Searched refs:TGSI_FILE_INPUT (Results 1 - 25 of 46) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c76 if (decl->Declaration.File == TGSI_FILE_INPUT) {
109 decl.Declaration.File = TGSI_FILE_INPUT;
135 decl.Declaration.File = TGSI_FILE_INPUT;
155 inst.Src[0].Register.File = TGSI_FILE_INPUT;
157 inst.Src[1].Register.File = TGSI_FILE_INPUT;
159 inst.Src[2].Register.File = TGSI_FILE_INPUT;
182 if (inst->Src[i].Register.File == TGSI_FILE_INPUT) {
H A Dtgsi_emulate.c53 decl->Declaration.File == TGSI_FILE_INPUT) {
70 decl.Declaration.File = TGSI_FILE_INPUT;
93 new_inst.Src[0].Register.File = TGSI_FILE_INPUT;
H A Dtgsi_aa_point.c72 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
153 TGSI_FILE_INPUT, texIn,
173 TGSI_FILE_INPUT, texIn, TGSI_SWIZZLE_Z, true);
H A Dtgsi_scan.c117 if (src->Register.File == TGSI_FILE_INPUT) {
440 case TGSI_FILE_INPUT:
488 case TGSI_FILE_INPUT:
741 info->file_count[TGSI_FILE_INPUT] = num_verts;
742 info->file_max[TGSI_FILE_INPUT] =
743 MAX2(info->file_max[TGSI_FILE_INPUT], num_verts - 1);
745 info->file_mask[TGSI_FILE_INPUT] |= (1 << j);
867 (src->Register.File != TGSI_FILE_INPUT &&
H A Dtgsi_ureg.c322 return ureg_src_array_register(TGSI_FILE_INPUT, ureg->input[i].first,
350 return ureg_src_register( TGSI_FILE_INPUT, index );
1112 (src.File == TGSI_FILE_INPUT || src.File == TGSI_FILE_OUTPUT))
1132 (src.File == TGSI_FILE_INPUT || src.File == TGSI_FILE_OUTPUT))
1159 assert(dst.File != TGSI_FILE_INPUT);
1178 (dst.File == TGSI_FILE_INPUT || dst.File == TGSI_FILE_OUTPUT))
1198 (dst.File == TGSI_FILE_INPUT || dst.File == TGSI_FILE_OUTPUT))
1851 emit_decl_range( ureg, TGSI_FILE_INPUT, i, 1 );
1858 TGSI_FILE_INPUT,
1874 TGSI_FILE_INPUT,
[all...]
H A Dtgsi_lowering.c1326 inbase = info->file_max[TGSI_FILE_INPUT] + 1;
1333 decl.Declaration.File = TGSI_FILE_INPUT;
1348 decl.Declaration.File = TGSI_FILE_INPUT;
1377 new_inst.Src[0].Register.File = TGSI_FILE_INPUT;
1383 new_inst.Src[1].Register.File = TGSI_FILE_INPUT;
1389 new_inst.Src[2].Register.File = TGSI_FILE_INPUT;
1460 if (src->File == TGSI_FILE_INPUT) {
1626 for (i = 0; i <= info->file_max[TGSI_FILE_INPUT]; i++) {
H A Dtgsi_sanity.c410 /* declared TGSI_FILE_INPUT's for geometry and tessellation
416 if (file == TGSI_FILE_INPUT && !patch && (
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c142 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
215 TGSI_FILE_INPUT, texInput,
216 TGSI_FILE_INPUT, texInput, false);
240 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W, false);
251 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W,
252 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_Z, true);
270 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W,
283 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_Z, false);
294 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W,
H A Ddraw_vs_llvm.c103 vs->base.info.file_max[TGSI_FILE_INPUT]+1,
H A Ddraw_pipe_pstipple.c133 TGSI_FILE_SYSTEM_VALUE : TGSI_FILE_INPUT;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c52 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c101 TGSI_FILE_INPUT, texcoord_index,
H A Dst_cb_drawpixels_shader.c144 TGSI_FILE_INPUT, texcoord_index,
196 if (src->Register.File != TGSI_FILE_INPUT || src->Register.Indirect)
H A Dst_atifs_to_tgsi.c724 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W);
740 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W);
766 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c176 if (chan_info->file != TGSI_FILE_INPUT) {
261 if (chan_info->file != TGSI_FILE_INPUT) {
509 case TGSI_FILE_INPUT:
H A Dlp_bld_tgsi_soa.c1468 if (bld->indirect_files & (1 << TGSI_FILE_INPUT)) {
2901 if (file == TGSI_FILE_INPUT) {
2927 } else if (file == TGSI_FILE_INPUT) {
3792 if (bld->indirect_files & (1 << TGSI_FILE_INPUT) && !bld->gs_iface) {
3796 bld_base->info->file_max[TGSI_FILE_INPUT]*4 + 4);
3802 <= bld_base->info->file_max[TGSI_FILE_INPUT] + 1);
3845 emit_dump_file(bld, TGSI_FILE_INPUT);
3972 bld.bld_base.emit_fetch_funcs[TGSI_FILE_INPUT] = emit_fetch_input;
4038 bld.indirect_files |= (1 << TGSI_FILE_INPUT);
4040 bld.bld_base.emit_fetch_funcs[TGSI_FILE_INPUT]
[all...]
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c314 bool mode_inputs = (file == TGSI_FILE_INPUT);
713 if (inst->Src[0].Register.File == TGSI_FILE_INPUT &&
714 !c->file[TGSI_FILE_INPUT].reg[in_idx].native.valid &&
719 c->file[TGSI_FILE_INPUT].reg[in_idx].native =
2022 for (int idx = 0; idx < c->file[TGSI_FILE_INPUT].reg_size; ++idx) {
2023 struct etna_reg_desc *reg = &c->file[TGSI_FILE_INPUT].reg[idx];
2032 c->file[TGSI_FILE_INPUT].reg[idx].native);
2049 for (int idx = 0; idx < c->file[TGSI_FILE_INPUT].reg_size; ++idx) {
2050 struct etna_reg_desc *reg = &c->file[TGSI_FILE_INPUT].reg[idx];
2100 for (int idx = 0; idx < c->file[TGSI_FILE_INPUT]
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c292 if (pctx->wincoordFile == TGSI_FILE_INPUT) {
370 * \param wincoordFile TGSI_FILE_INPUT or TGSI_FILE_SYSTEM_VALUE,
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_compiler.c201 } else if (decl->Declaration.File == TGSI_FILE_INPUT) {
253 for (i = 0; i < ctx->num_regs[TGSI_FILE_INPUT]; i++) {
309 unsigned num = idx + ctx->num_regs[TGSI_FILE_INPUT];
372 case TGSI_FILE_INPUT:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c142 case TGSI_FILE_INPUT: return RC_FILE_INPUT;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c68 TGSI_FILE_INPUT);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h66 TGSI_FILE_INPUT, enumerator in enum:tgsi_file_type
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c312 assert(file == TGSI_FILE_INPUT ||
323 if ((file == TGSI_FILE_INPUT) || (file == TGSI_FILE_OUTPUT)) {
339 case TGSI_FILE_INPUT:
596 case TGSI_FILE_INPUT:
603 case TGSI_FILE_INPUT:
2007 s->num_inputs = scan.file_max[TGSI_FILE_INPUT] + 1;
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c369 case TGSI_FILE_INPUT:
406 fsrc->Register.File == TGSI_FILE_INPUT)) {
490 case TGSI_FILE_INPUT:
H A Dnvfx_fragprog.c381 case TGSI_FILE_INPUT:
474 case TGSI_FILE_INPUT:
1012 case TGSI_FILE_INPUT:
1056 case TGSI_FILE_INPUT:

Completed in 261 milliseconds

12