Lines Matching refs:dt
270 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample1D() argument
280 if (dt == RS_TYPE_UNSIGNED_5_6_5) { in getBilinearSample1D()
320 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample2D() argument
333 if (dt == RS_TYPE_UNSIGNED_5_6_5) { in getBilinearSample2D()
349 rs_data_type dt, uint32_t lod) { in getNearestSample() argument
367 if (dt == RS_TYPE_UNSIGNED_5_6_5) { in getNearestSample()
386 rs_data_type dt, uint32_t lod) { in getNearestSample() argument
405 if (dt == RS_TYPE_UNSIGNED_5_6_5) { in getNearestSample()
422 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel() argument
447 return getBilinearSample1D(alloc, weights, location, next, dk, dt, lod); in sample_LOD_LinearPixel()
452 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel() argument
460 return getNearestSample(alloc, location, dk, dt, lod); in sample_LOD_NearestPixel()
465 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel() argument
505 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod); in sample_LOD_LinearPixel()
511 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel() argument
526 return getNearestSample(alloc, location, dk, dt, lod); in sample_LOD_NearestPixel()
537 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
548 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, uv, 0); in rsSample()
550 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, 0); in rsSample()
557 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, nearestLOD); in rsSample()
566 float4 sample0 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, lod0); in rsSample()
567 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, lod1); in rsSample()
572 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, uv, 0); in rsSample()
589 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
601 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); in rsSample()
603 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); in rsSample()
610 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, nearestLOD); in rsSample()
619 float4 sample0 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, lod0); in rsSample()
620 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, lod1); in rsSample()
625 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); in rsSample()
636 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
645 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); in rsSample()
647 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, 0); in rsSample()