Searched refs:sm4_to_tgsi (Results 1 – 4 of 4) sorted by relevance
32 void* sm4_to_tgsi(struct sm4_program& program);
819 void* sm4_to_tgsi(struct sm4_program& program) in sm4_to_tgsi() function
71 const struct tgsi_token* tokens = (const struct tgsi_token*)sm4_to_tgsi(*sm4); in main()
1404 tgsi_shader.tokens = (const tgsi_token*)sm4_to_tgsi(*sm4); in create_stage_shader()