Home
last modified time | relevance | path

Searched defs:transform_instruction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c203 static void transform_instruction(struct tgsi_to_rc * ttr, struct tgsi_full_instruction * src) in transform_instruction() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h49 void (*transform_instruction)(struct tgsi_transform_context *ctx, member