HomeSort by: relevance | last modified time | path
    Searched refs:need_tiling (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_render_inline.h 4 static inline bool need_tiling(struct sna *sna, int16_t width, int16_t height) function
gen4_render.c 1715 if (!need_tiling(sna, op->dst.width, op->dst.height))
1992 if (need_tiling(sna, width, height))
2254 if (need_tiling(sna, width, height) &&
2305 if (need_tiling(sna, width, height)) {
gen5_render.c 1667 if (!need_tiling(sna, op->dst.width, op->dst.height))
1947 if (need_tiling(sna, width, height))
2204 if (need_tiling(sna, width, height) &&
2247 if (need_tiling(sna, width, height)) {
gen6_render.c 1972 if (!need_tiling(sna, op->dst.width, op->dst.height))
2323 if (need_tiling(sna, width, height))
2594 if (need_tiling(sna, width, height) &&
2633 if (need_tiling(sna, width, height)) {
gen7_render.c 2201 if (!need_tiling(sna, op->dst.width, op->dst.height))
2553 if (need_tiling(sna, width, height))
2817 if (need_tiling(sna, width, height) &&
2843 if (need_tiling(sna, width, height)) {
gen8_render.c 2032 if (!need_tiling(sna, op->dst.width, op->dst.height))
2387 if (need_tiling(sna, width, height))
2655 if (need_tiling(sna, width, height) &&
2681 if (need_tiling(sna, width, height)) {
gen9_render.c 2108 if (!need_tiling(sna, op->dst.width, op->dst.height))
2465 if (need_tiling(sna, width, height))
2733 if (need_tiling(sna, width, height) &&
2759 if (need_tiling(sna, width, height)) {
gen2_render.c 1648 if (!need_tiling(sna, op->dst.width, op->dst.height))
1926 if (need_tiling(sna, width, height))
2572 if (need_tiling(sna, width, height)) {
2598 if (need_tiling(sna, width, height)) {
gen3_render.c 3232 if (!need_tiling(sna, op->dst.width, op->dst.height))
3561 if (need_tiling(sna, width, height))
4907 if (need_tiling(sna, width, height) &&
4935 if (need_tiling(sna, width, height)) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_render_inline.h 4 static inline bool need_tiling(struct sna *sna, int16_t width, int16_t height) function
gen2_render.c 1899 if (need_tiling(sna, width, height))
2541 if (need_tiling(sna, width, height)) {
2567 if (need_tiling(sna, width, height)) {
gen4_render.c 1943 if (need_tiling(sna, width, height))
2205 if (need_tiling(sna, width, height) &&
2256 if (need_tiling(sna, width, height)) {
gen5_render.c 1900 if (need_tiling(sna, width, height))
2157 if (need_tiling(sna, width, height) &&
2200 if (need_tiling(sna, width, height)) {
gen6_render.c 2249 if (need_tiling(sna, width, height))
2520 if (need_tiling(sna, width, height) &&
2559 if (need_tiling(sna, width, height)) {
gen7_render.c 2469 if (need_tiling(sna, width, height))
2733 if (need_tiling(sna, width, height) &&
2759 if (need_tiling(sna, width, height)) {
gen8_render.c 2286 if (need_tiling(sna, width, height))
2554 if (need_tiling(sna, width, height) &&
2580 if (need_tiling(sna, width, height)) {
gen3_render.c 3513 if (need_tiling(sna, width, height))
4837 if (need_tiling(sna, width, height) &&
4865 if (need_tiling(sna, width, height)) {

Completed in 51 milliseconds