HomeSort by relevance Sort by last modified time
    Searched full:lod1 (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/driver/runtime/
rs_sample.c 567 uint32_t lod1 = (uint32_t)ceil(lod); local
570 lod1 = min(lod1, maxLOD);
572 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, lod1);
620 uint32_t lod1 = (uint32_t)ceil(lod); local
623 lod1 = min(lod1, maxLOD);
625 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, lod1);

Completed in 59 milliseconds