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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.h 48 void (*transform_instruction)(struct tgsi_transform_context *ctx, member in struct:tgsi_transform_context
tgsi_transform.c 100 * by defining a transform_instruction() callback that examined and changed
169 if (ctx->transform_instruction)
170 ctx->transform_instruction(ctx, fullinst);
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 271 static void transform_instruction(struct tgsi_to_rc * ttr, struct tgsi_full_instruction * src) function
376 transform_instruction(ttr, inst);
r300_vs_draw.c 332 transform.base.transform_instruction = transform_inst;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 432 transform.base.transform_instruction = pstip_transform_inst;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 357 transform.base.transform_instruction = pstip_transform_inst;
draw_pipe_aaline.c 370 transform.base.transform_instruction = aa_transform_inst;
draw_pipe_aapoint.c 515 transform.base.transform_instruction = aa_transform_inst;

Completed in 206 milliseconds