Home
last modified time | relevance | path

Searched refs:rc_transform_fragment_face (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h89 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face);
H A Dradeon_compiler.c310 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face) in rc_transform_fragment_face() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c495 rc_transform_fragment_face(&compiler.Base, face); in r300_translate_fragment_shader()