Searched refs:insert_output_before (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 107 static void insert_output_before(struct tgsi_transform_context *ctx, in insert_output_before() function 164 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 177 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 182 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 1, in transform_decl() 187 insert_output_before(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0, in transform_decl()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 107 static void insert_output_before(struct tgsi_transform_context *ctx, in insert_output_before() function 164 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 177 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 0, in transform_decl() 182 insert_output_before(ctx, decl, TGSI_SEMANTIC_COLOR, 1, in transform_decl() 187 insert_output_before(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0, in transform_decl()
|