Searched refs:dstb (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | warp_filter_test_util.cc | 197 CONV_BUF_TYPE *dstb = new CONV_BUF_TYPE[output_n]; in RunCheckOutput() local 236 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput() 250 ASSERT_EQ(dsta[j], dstb[j]) in RunCheckOutput() 275 delete[] dstb; in RunCheckOutput() 393 CONV_BUF_TYPE *dstb = new CONV_BUF_TYPE[output_n]; in RunCheckOutput() local 436 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput() 451 ASSERT_EQ(dsta[j], dstb[j]) in RunCheckOutput() 477 delete[] dstb; in RunCheckOutput()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.c | 1353 struct NineBaseTexture9 *dstb = NineBaseTexture9(pDestinationTexture); in NineDevice9_UpdateTexture() local 1365 user_assert(dstb->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1367 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1369 dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1396 last_dst_level = (dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 0 : dstb->base.info.last_level; in NineDevice9_UpdateTexture() 1403 if (w <= dstb->base.info.width0 && in NineDevice9_UpdateTexture() 1404 h <= dstb->base.info.height0 && in NineDevice9_UpdateTexture() 1405 d <= dstb->base.info.depth0) in NineDevice9_UpdateTexture() 1412 if (dstb->base.type == D3DRTYPE_TEXTURE) { in NineDevice9_UpdateTexture() 1413 struct NineTexture9 *dst = NineTexture9(dstb); in NineDevice9_UpdateTexture() [all …]
|