HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_FILE_OUTPUT (Results 1 - 25 of 38) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/tgsi/
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 ||
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,
tgsi_point_sprite.c 126 else if (decl->Declaration.File == TGSI_FILE_OUTPUT) {
284 TGSI_FILE_OUTPUT, ts->point_pos_sout,
346 TGSI_FILE_OUTPUT, j,
356 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT, ts->point_pos_out,
382 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_OUTPUT,
395 TGSI_FILE_OUTPUT, dstReg, TGSI_WRITEMASK_Z,
429 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT &&
453 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT &&
462 else if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) {
tgsi_scan.c 445 case TGSI_FILE_OUTPUT:
545 case TGSI_FILE_OUTPUT:
869 dst->Register.File != TGSI_FILE_OUTPUT ||
tgsi_ureg.c 456 return ureg_dst_array_register(TGSI_FILE_OUTPUT, ureg->output[i].first,
1112 (src.File == TGSI_FILE_INPUT || src.File == TGSI_FILE_OUTPUT))
1132 (src.File == TGSI_FILE_INPUT || src.File == TGSI_FILE_OUTPUT))
1178 (dst.File == TGSI_FILE_INPUT || dst.File == TGSI_FILE_OUTPUT))
    [all...]
tgsi_sanity.c 426 } else if (file == TGSI_FILE_OUTPUT && !patch &&
tgsi_transform.h 160 decl.Declaration.File = TGSI_FILE_OUTPUT;
  /external/mesa3d/src/gallium/drivers/r300/
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) {
r300_tgsi_to_rc.c 143 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;
  /external/mesa3d/src/gallium/auxiliary/draw/
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 &&
draw_pipe_aaline.c 159 if (decl->Declaration.File == TGSI_FILE_OUTPUT &&
279 TGSI_FILE_OUTPUT, aactx->colorOutput,
285 TGSI_FILE_OUTPUT, aactx->colorOutput,
309 if (dst->Register.File == TGSI_FILE_OUTPUT &&
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 162 if (decl->Declaration.File == TGSI_FILE_OUTPUT) {
173 ctx->position = ctx->num_regs[TGSI_FILE_OUTPUT];
177 ctx->psize = ctx->num_regs[TGSI_FILE_OUTPUT];
323 case TGSI_FILE_OUTPUT:
744 bool using_temp = (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) ||
989 if (inst->Dst[0].Register.File == TGSI_FILE_OUTPUT) {
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 677 if (inst->Dst[0].Register.File != TGSI_FILE_OUTPUT)
696 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid &&
698 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native =
715 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid &&
716 c->file[TGSI_FILE_OUTPUT].reg[out_idx].last_use == inst_idx &&
717 c->file[TGSI_FILE_OUTPUT].reg[out_idx].first_use == inst_idx) {
718 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native =
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 628 case TGSI_FILE_OUTPUT:
663 assert(index <= ctx->bld_base.info->file_max[TGSI_FILE_OUTPUT]);
747 case TGSI_FILE_OUTPUT:
930 case TGSI_FILE_OUTPUT:
1030 case TGSI_FILE_OUTPUT:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 67 TGSI_FILE_OUTPUT,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 871 case TGSI_FILE_OUTPUT:
918 return get_file_ptr(bld, TGSI_FILE_OUTPUT, index, chan);
929 if ((bld->indirect_files & (1 << TGSI_FILE_OUTPUT))) {
932 bld->bld_base.info->file_max[TGSI_FILE_OUTPUT] + 1);
    [all...]
lp_bld_tgsi_info.c 305 } else if (dst->File == TGSI_FILE_OUTPUT) {
lp_bld_tgsi_aos.c 247 case TGSI_FILE_OUTPUT:
436 case TGSI_FILE_OUTPUT:
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 401 case TGSI_FILE_OUTPUT: return nv50_ir::FILE_SHADER_OUTPUT;
1038 info->numOutputs = scan.file_max[TGSI_FILE_OUTPUT] + 1;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 313 file == TGSI_FILE_OUTPUT ||
323 if ((file == TGSI_FILE_INPUT) || (file == TGSI_FILE_OUTPUT)) {
380 case TGSI_FILE_OUTPUT: {
732 } else if (tgsi_dst->File == TGSI_FILE_OUTPUT) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 395 case TGSI_FILE_OUTPUT:
420 case TGSI_FILE_OUTPUT:
523 case TGSI_FILE_OUTPUT:
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 594 case TGSI_FILE_OUTPUT:
svga_tgsi_vgpu10.c 663 case TGSI_FILE_OUTPUT:
862 if (file == TGSI_FILE_OUTPUT) {
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 353 inst->Dst[0].Register.File == TGSI_FILE_OUTPUT &&
426 case TGSI_FILE_OUTPUT:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c 813 TGSI_FILE_OUTPUT, 0, tgsi->outputs[slot].index) : -1;
861 TGSI_FILE_OUTPUT, 0, tgsi->outputs[clipvert_slot].index) : -1;
    [all...]

Completed in 2580 milliseconds

1 2