Searched refs:CLIP_DISTANCE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c80 CLIP_DISTANCE, /**< The shader already declares clip distance output enumerator in enum:clipping_mode
440 emit->clip_mode = CLIP_DISTANCE;
2888 if (emit->clip_mode == CLIP_DISTANCE) {
6128 if (emit->clip_mode == CLIP_DISTANCE) {
7028 if (shader->stream_output != NULL || emit->clip_mode == CLIP_DISTANCE) {
7036 if (emit->clip_mode == CLIP_DISTANCE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c81 CLIP_DISTANCE, /**< The shader already declares clip distance output enumerator in enum:clipping_mode
695 emit->clip_mode = CLIP_DISTANCE;
5310 if (emit->clip_mode == CLIP_DISTANCE) {
9704 if (emit->clip_mode == CLIP_DISTANCE) {
11189 if (shader->stream_output != NULL || emit->clip_mode == CLIP_DISTANCE) {
11197 if (emit->clip_mode == CLIP_DISTANCE) {

Completed in 22 milliseconds