Searched refs:dstb (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | warp_filter_test_util.cc | 198 CONV_BUF_TYPE *dstb = new CONV_BUF_TYPE[output_n]; in RunCheckOutput() local 237 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput() 251 ASSERT_EQ(dsta[j], dstb[j]) in RunCheckOutput() 276 delete[] dstb; in RunCheckOutput() 395 CONV_BUF_TYPE *dstb = new CONV_BUF_TYPE[output_n]; in RunCheckOutput() local 438 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput() 453 ASSERT_EQ(dsta[j], dstb[j]) in RunCheckOutput() 479 delete[] dstb; in RunCheckOutput()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 1445 struct NineBaseTexture9 *dstb = NineBaseTexture9(pDestinationTexture); in NineDevice9_UpdateTexture() local 1457 user_assert(dstb->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1459 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1461 dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1488 last_dst_level = (dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 0 : dstb->base.info.last_level; in NineDevice9_UpdateTexture() 1495 if (w <= dstb->base.info.width0 && in NineDevice9_UpdateTexture() 1496 h <= dstb->base.info.height0 && in NineDevice9_UpdateTexture() 1497 d <= dstb->base.info.depth0) in NineDevice9_UpdateTexture() 1504 if (dstb->base.type == D3DRTYPE_TEXTURE) { in NineDevice9_UpdateTexture() 1505 struct NineTexture9 *dst = NineTexture9(dstb); in NineDevice9_UpdateTexture() [all …]
|