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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen3_render.c3292 static inline bool is_constant_ps(uint32_t type) function in typeref:typename:bool
3664 } else if (is_constant_ps(tmp->src.u.gen3.type) &&
3665 is_constant_ps(tmp->mask.u.gen3.type)) {
3698 is_constant_ps(tmp->src.u.gen3.type),
3699 is_constant_ps(tmp->mask.u.gen3.type),
3704 if (is_constant_ps(tmp->mask.u.gen3.type)) {
3793 if (is_constant_ps(tmp->src.u.gen3.type)) {
3838 if (!is_constant_ps(tmp->src.u.gen3.type))
3840 if (!is_constant_ps(tmp->mask.u.gen3.type))
3843 !is_constant_ps(tm
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen3_render.c3244 static inline bool is_constant_ps(uint32_t type) function in typeref:typename:bool
3616 } else if (is_constant_ps(tmp->src.u.gen3.type) &&
3617 is_constant_ps(tmp->mask.u.gen3.type)) {
3653 if (is_constant_ps(tmp->mask.u.gen3.type)) {
3742 if (is_constant_ps(tmp->src.u.gen3.type)) {
3787 if (!is_constant_ps(tmp->src.u.gen3.type))
3789 if (!is_constant_ps(tmp->mask.u.gen3.type))
3792 !is_constant_ps(tmp->src.u.gen3.type) ? tmp->src.is_affine ? 2 : 4 : 0,
3793 !is_constant_ps(tmp->mask.u.gen3.type) ? tmp->mask.is_affine ? 2 : 4 : 0,
5015 if (!is_constant_ps(tm
[all...]

Completed in 13 milliseconds