HomeSort by relevance Sort by last modified time
    Searched refs:emit_decl (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 99 emit_decl(struct svga_shader_emitter *emit, function
135 if (!emit_decl( emit, reg, 0, 0 ))
169 return emit_decl( emit, dst( reg ), SVGA3D_DECLUSAGE_TEXCOORD, 0 );
217 return emit_decl( emit, reg, 0, 0 );
232 if (!emit_decl( emit, reg, usage, index ))
244 if (!emit_decl( emit, reg, usage, index ))
284 if (!emit_decl( emit, reg, usage, index ))
415 return emit_decl( emit, reg, SVGA3D_DECLUSAGE_TEXCOORD, 0 );
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 1264 static void emit_decl( struct ureg_program *ureg, function
    [all...]

Completed in 379 milliseconds