| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_emulate.c | 76 decl.Declaration.File = TGSI_FILE_OUTPUT; 88 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 123 if (inst->Dst[i].Register.File != TGSI_FILE_OUTPUT ||
|
| H A D | tgsi_aa_point.c | 67 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 219 if (dst->Register.File == TGSI_FILE_OUTPUT && 243 TGSI_FILE_OUTPUT, ts->color_out, 249 TGSI_FILE_OUTPUT, ts->color_out,
|
| H A D | tgsi_point_sprite.c | 127 else if (decl->Declaration.File == TGSI_FILE_OUTPUT) { 285 TGSI_FILE_OUTPUT, ts->point_pos_sout, 347 TGSI_FILE_OUTPUT, j, 357 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT, ts->point_pos_out, 383 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT, 396 TGSI_FILE_OUTPUT, dstReg, TGSI_WRITEMASK_Z, 430 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT && 454 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT && 463 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) {
|
| H A D | tgsi_scan.c | 224 src->Register.File == TGSI_FILE_OUTPUT) { 598 case TGSI_FILE_OUTPUT: 711 case TGSI_FILE_OUTPUT: 1014 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_emulate.c | 76 decl.Declaration.File = TGSI_FILE_OUTPUT; 88 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 123 if (inst->Dst[i].Register.File != TGSI_FILE_OUTPUT ||
|
| H A D | tgsi_aa_point.c | 67 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 219 if (dst->Register.File == TGSI_FILE_OUTPUT && 243 TGSI_FILE_OUTPUT, ts->color_out, 249 TGSI_FILE_OUTPUT, ts->color_out,
|
| H A D | tgsi_vpos.c | 70 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT,
|
| H A D | tgsi_point_sprite.c | 127 else if (decl->Declaration.File == TGSI_FILE_OUTPUT) { 285 TGSI_FILE_OUTPUT, ts->point_pos_sout, 347 TGSI_FILE_OUTPUT, j, 357 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT, ts->point_pos_out, 383 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT, 396 TGSI_FILE_OUTPUT, dstReg, TGSI_WRITEMASK_Z, 430 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT && 454 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT && 463 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) {
|
| H A D | tgsi_scan.c | 224 src->Register.File == TGSI_FILE_OUTPUT) { 620 case TGSI_FILE_OUTPUT: 732 case TGSI_FILE_OUTPUT: 1037 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 96 decl.Declaration.File = TGSI_FILE_OUTPUT; 151 if (decl->Declaration.File == TGSI_FILE_OUTPUT) { 214 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 263 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 277 if (dst->Register.File == TGSI_FILE_OUTPUT) {
|
| H A D | r300_tgsi_to_rc.c | 135 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 96 decl.Declaration.File = TGSI_FILE_OUTPUT; 151 if (decl->Declaration.File == TGSI_FILE_OUTPUT) { 214 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 263 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT; 277 if (dst->Register.File == TGSI_FILE_OUTPUT) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_depth_clamp.c | 63 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 68 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 122 mad_dst_file = TGSI_FILE_OUTPUT; 128 TGSI_FILE_OUTPUT, ctx->pos_output, 134 TGSI_FILE_OUTPUT, ctx->pos_output, 201 TGSI_FILE_OUTPUT, ctx->depth_var, 301 TGSI_FILE_OUTPUT, ctx->pos_output, 319 if (inst->Dst[i].Register.File == TGSI_FILE_OUTPUT &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 121 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 227 TGSI_FILE_OUTPUT, aactx->colorOutput, 233 TGSI_FILE_OUTPUT, aactx->colorOutput, 257 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| H A D | draw_pipe_aapoint.c | 137 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 312 TGSI_FILE_OUTPUT, aactx->colorOutput, 318 TGSI_FILE_OUTPUT, aactx->colorOutput, 342 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aaline.c | 123 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 229 TGSI_FILE_OUTPUT, aactx->colorOutput, 235 TGSI_FILE_OUTPUT, aactx->colorOutput, 259 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| H A D | draw_pipe_aapoint.c | 139 if (decl->Declaration.File == TGSI_FILE_OUTPUT && 314 TGSI_FILE_OUTPUT, aactx->colorOutput, 320 TGSI_FILE_OUTPUT, aactx->colorOutput, 344 if (dst->Register.File == TGSI_FILE_OUTPUT &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler.c | 678 if (inst->Dst[0].Register.File != TGSI_FILE_OUTPUT) 697 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid && 699 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native = 716 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid && 717 c->file[TGSI_FILE_OUTPUT].reg[out_idx].last_use == inst_idx && 718 c->file[TGSI_FILE_OUTPUT].reg[out_idx].first_use == inst_idx) { 719 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native = 1890 find_decl_by_semantic(c, TGSI_FILE_OUTPUT, TGSI_SEMANTIC_POSITION, 0); 1919 find_decl_by_semantic(c, TGSI_FILE_OUTPUT, TGSI_SEMANTIC_COLOR, 0); 2100 for (int idx = 0; idx < c->file[TGSI_FILE_OUTPUT] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_tgsi.c | 695 if (inst->Dst[0].Register.File != TGSI_FILE_OUTPUT) 714 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid && 716 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native = 733 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid && 734 c->file[TGSI_FILE_OUTPUT].reg[out_idx].last_use == inst_idx && 735 c->file[TGSI_FILE_OUTPUT].reg[out_idx].first_use == inst_idx) { 736 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native = 1949 find_decl_by_semantic(c, TGSI_FILE_OUTPUT, TGSI_SEMANTIC_POSITION, 0); 1978 find_decl_by_semantic(c, TGSI_FILE_OUTPUT, TGSI_SEMANTIC_COLOR, 0); 2168 for (int idx = 0; idx < c->file[TGSI_FILE_OUTPUT] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 405 case TGSI_FILE_OUTPUT: 444 assert(index <= ctx->bld_base.info->file_max[TGSI_FILE_OUTPUT]); 530 case TGSI_FILE_OUTPUT: 728 case TGSI_FILE_OUTPUT: 815 case TGSI_FILE_OUTPUT: 1086 ctx->bld_base.emit_fetch_funcs[TGSI_FILE_OUTPUT] = si_llvm_emit_fetch;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 67 TGSI_FILE_OUTPUT, enumerator in enum:tgsi_file_type
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 67 TGSI_FILE_OUTPUT, enumerator in enum:tgsi_file_type
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 455 case TGSI_FILE_OUTPUT: 509 return get_file_ptr(bld, TGSI_FILE_OUTPUT, index, chan); 520 if ((bld->indirect_files & (1 << TGSI_FILE_OUTPUT))) { 523 bld->bld_base.info->file_max[TGSI_FILE_OUTPUT] + 1); 1252 if (reg->Register.File == TGSI_FILE_OUTPUT) { 1276 if (reg->Register.File == TGSI_FILE_OUTPUT) { 2866 } else if (file == TGSI_FILE_OUTPUT) { 2907 case TGSI_FILE_OUTPUT: 2908 if (!(bld->indirect_files & (1 << TGSI_FILE_OUTPUT))) { 4277 if (bld->indirect_files & (1 << TGSI_FILE_OUTPUT)) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 423 case TGSI_FILE_OUTPUT: return nv50_ir::FILE_SHADER_OUTPUT; 1147 info->numOutputs = scan.file_max[TGSI_FILE_OUTPUT] + 1; 1384 case TGSI_FILE_OUTPUT: 1521 if (src.getFile() == TGSI_FILE_OUTPUT) { 1586 if (dst.getFile() == TGSI_FILE_OUTPUT) { 1770 DataArray oData; // TGSI_FILE_OUTPUT (if outputs in registers) 1935 case TGSI_FILE_OUTPUT: 1972 case TGSI_FILE_OUTPUT: 2008 case TGSI_FILE_OUTPUT: 2087 case TGSI_FILE_OUTPUT [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 421 case TGSI_FILE_OUTPUT: return nv50_ir::FILE_SHADER_OUTPUT; 1103 info_out->numOutputs = scan.file_max[TGSI_FILE_OUTPUT] + 1; 1337 case TGSI_FILE_OUTPUT: 1489 if (src.getFile() == TGSI_FILE_OUTPUT) { 1563 if (dst.getFile() == TGSI_FILE_OUTPUT) { 1751 DataArray oData; // TGSI_FILE_OUTPUT (if outputs in registers) 1917 case TGSI_FILE_OUTPUT: 1954 case TGSI_FILE_OUTPUT: 1990 case TGSI_FILE_OUTPUT: 2069 case TGSI_FILE_OUTPUT [all...] |