Home
last modified time | relevance | path

Searched refs:radeon_program_transformation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c102 struct radeon_program_transformation force_alpha_to_one[] = { in r3xx_compile_fragment_program()
107 struct radeon_program_transformation rewrite_tex[] = { in r3xx_compile_fragment_program()
112 struct radeon_program_transformation native_rewrite_r500[] = { in r3xx_compile_fragment_program()
118 struct radeon_program_transformation native_rewrite_r300[] = { in r3xx_compile_fragment_program()
124 struct radeon_program_transformation opt_presubtract[] = { in r3xx_compile_fragment_program()
H A Dradeon_program.c33 struct radeon_program_transformation *transformations = in rc_local_transform()
34 (struct radeon_program_transformation*)user; in rc_local_transform()
44 struct radeon_program_transformation* t = transformations + i; in rc_local_transform()
H A Dradeon_program.h156 struct radeon_program_transformation { struct
H A Dr3xx_vertprog.c787 struct radeon_program_transformation alu_rewrite[] = { in r3xx_compile_vertex_program()
792 struct radeon_program_transformation resolve_src_conflicts[] = { in r3xx_compile_vertex_program()