Searched refs:srcb (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.c1383 struct NineBaseTexture9 *srcb = NineBaseTexture9(pSourceTexture); local in function:NineDevice9_UpdateTexture
1395 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1396 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL);
1397 user_assert(!(srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ||
1424 last_src_level = (srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 0 : srcb->base.info.last_level;
1428 unsigned w = u_minify(srcb->base.info.width0, m);
1429 unsigned h = u_minify(srcb->base.info.height0, m);
1430 unsigned d = u_minify(srcb->base.info.depth0, m);
1439 last_dst_level = MIN2(srcb
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Ddevice9.c1492 struct NineBaseTexture9 *srcb = NineBaseTexture9(pSourceTexture); local in function:NineDevice9_UpdateTexture
1504 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1505 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL);
1506 user_assert(!(srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ||
1533 last_src_level = srcb->level_count-1;
1537 unsigned w = u_minify(srcb->base.info.width0, m);
1538 unsigned h = u_minify(srcb->base.info.height0, m);
1539 unsigned d = u_minify(srcb->base.info.depth0, m);
1548 last_dst_level = MIN2(srcb->base.info.last_level - m, last_dst_level);
1552 struct NineTexture9 *src = NineTexture9(srcb);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c434 __m128i srcb = _mm_load_si128((const __m128i *)&src_row1[i]); local in function:fetch_bgra_axis_aligned_linear
436 *(__m128i *)&row[i] = util_sse2_lerp_epi8_fixed88(srca, srcb, &wt, &wt);

Completed in 11 milliseconds