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

1 2

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_llvm.c 103 vs->base.info.file_max[TGSI_FILE_INPUT]+1,
draw_pipe_aapoint.c 143 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
202 decl.Declaration.File = TGSI_FILE_INPUT;
247 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
249 newInst.Src[1].Register.File = TGSI_FILE_INPUT;
306 newInst.Src[1].Register.File = TGSI_FILE_INPUT;
336 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
339 newInst.Src[1].Register.File = TGSI_FILE_INPUT;
365 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
400 newInst.Src[1].Register.File = TGSI_FILE_INPUT;
425 newInst.Src[1].Register.File = TGSI_FILE_INPUT;
    [all...]
draw_pipe_pstipple.c 151 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
236 decl.Declaration.File = TGSI_FILE_INPUT;
297 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
draw_pipe_aaline.c 169 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
238 decl.Declaration.File = TGSI_FILE_INPUT;
285 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 100 if (src->Register.File == TGSI_FILE_INPUT) {
114 src->Register.File == TGSI_FILE_INPUT &&
158 if (file == TGSI_FILE_INPUT) {
308 (src->Register.File != TGSI_FILE_INPUT &&
tgsi_ureg.c 347 return ureg_src_register(TGSI_FILE_INPUT, i);
358 return ureg_src_register( TGSI_FILE_INPUT, index );
378 return ureg_src_register(TGSI_FILE_INPUT, index);
899 assert(dst.File != TGSI_FILE_INPUT);
    [all...]
tgsi_dump.c 251 if (decl->Declaration.File == TGSI_FILE_INPUT &&
318 decl->Declaration.File == TGSI_FILE_INPUT)
tgsi_sanity.c 411 /* declared TGSI_FILE_INPUT's for geometry processor
413 if (file == TGSI_FILE_INPUT &&
tgsi_ppc.c 276 case TGSI_FILE_INPUT:
    [all...]
tgsi_text.c 649 if (ctx->processor == TGSI_PROCESSOR_GEOMETRY && *file == TGSI_FILE_INPUT) {
1101 is_vs_input = (file == TGSI_FILE_INPUT &&
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_linkage.c 55 if(file == TGSI_FILE_INPUT)
u_pstipple.c 211 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
300 decl.Declaration.File = TGSI_FILE_INPUT;
363 newInst.Src[0].Register.File = TGSI_FILE_INPUT;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vdecl.c 54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
svga_tgsi_decl_sm30.c 532 case TGSI_FILE_INPUT:
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 156 if (chan_info->file != TGSI_FILE_INPUT) {
376 case TGSI_FILE_INPUT:
lp_bld_tgsi_soa.c 697 if (bld->indirect_files & (1 << TGSI_FILE_INPUT)) {
    [all...]
lp_bld_tgsi_aos.c 1021 bld.bld_base.emit_fetch_funcs[TGSI_FILE_INPUT] = emit_fetch_input;
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 69 TGSI_FILE_INPUT =2,
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 163 case TGSI_FILE_INPUT: return RC_FILE_INPUT;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 302 case TGSI_FILE_INPUT: return nv50_ir::FILE_SHADER_INPUT;
663 info->numInputs = scan.file_max[TGSI_FILE_INPUT] + 1;
797 case TGSI_FILE_INPUT:
947 insn.getSrc(0).getFile() == TGSI_FILE_INPUT;
981 if (src.getFile() != TGSI_FILE_INPUT)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 376 case TGSI_FILE_INPUT:
469 case TGSI_FILE_INPUT:
    [all...]
nvfx_vertprog.c 368 case TGSI_FILE_INPUT:
405 fsrc->Register.File == TGSI_FILE_INPUT)) {
489 case TGSI_FILE_INPUT:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 483 case TGSI_FILE_INPUT:
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 795 case TGSI_FILE_INPUT:
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 229 case TGSI_FILE_INPUT:
    [all...]

Completed in 221 milliseconds

1 2