Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h105 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face);
Dradeon_compiler.c307 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face) in rc_transform_fragment_face() function
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c495 rc_transform_fragment_face(&compiler.Base, face); in r300_translate_fragment_shader()