Home
last modified time | relevance | path

Searched refs:transform_declaration (Results 1 – 16 of 16) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c181 if (ctx->transform_declaration) in tgsi_transform_shader()
182 ctx->transform_declaration(ctx, fulldecl); in tgsi_transform_shader()
Dtgsi_transform.h51 void (*transform_declaration)(struct tgsi_transform_context *ctx, member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c243 if (ctx->transform_declaration) in tgsi_transform_shader()
244 ctx->transform_declaration(ctx, fulldecl); in tgsi_transform_shader()
Dtgsi_emulate.c156 ctx.base.transform_declaration = transform_decl; in tgsi_emulate()
Dtgsi_aa_point.c288 transform.base.transform_declaration = aa_decl; in tgsi_add_aa_point()
Dtgsi_two_side.c209 transform.base.transform_declaration = xform_decl; in tgsi_add_two_side()
Dtgsi_dynamic_indexing.c339 transform.base.transform_declaration = dIndexing_decl; in tgsi_remove_dynamic_indexing()
Dtgsi_point_sprite.c515 transform.base.transform_declaration = psprite_decl; in tgsi_add_point_sprite()
Dtgsi_transform.h51 void (*transform_declaration)(struct tgsi_transform_context *ctx, member
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c116 transform.base.transform_declaration = virgl_tgsi_transform_declaration; in virgl_tgsi_transform()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c399 transform.base.transform_declaration = pstip_transform_decl; in util_pstipple_create_fragment_shader()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c333 transform.base.transform_declaration = transform_decl; in r300_draw_init_vertex_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c373 ctx.base.transform_declaration = transform_decl; in st_tgsi_lower_depth_clamp()
Dst_atifs_to_tgsi.c831 ctx.base.transform_declaration = transform_decl; in st_fixup_atifs()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c297 transform.base.transform_declaration = aa_transform_decl; in generate_aaline_fs()
Ddraw_pipe_aapoint.c384 transform.base.transform_declaration = aa_transform_decl; in generate_aapoint_fs()