HomeSort by relevance Sort by last modified time
    Searched refs:ffs (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/mesa3d/src/mesa/program/
prog_print.c 219 GLint attr = ffs(inputs) - 1;
237 GLint attr = ffs(inputs) - 1;
  /system/sepolicy/prebuilts/api/26.0/private/
property_contexts 27 sys.usb.ffs. u:object_r:ffs_prop:s0
  /system/sepolicy/prebuilts/api/27.0/private/
property_contexts 27 sys.usb.ffs. u:object_r:ffs_prop:s0
  /external/clang/test/CodeGen/
builtins.c 76 P(ffs, (N));
  /external/mesa3d/src/amd/common/
ac_debug.c 102 (ffs(field->mask) - 1);
  /external/mesa3d/src/intel/isl/
isl.c 193 unsigned width = 1 << (6 + (ffs(bs) / 2) + (2 * is_Ys));
194 unsigned height = 1 << (6 - (ffs(bs) / 2) + (2 * is_Ys));
346 .width = 1 << ((ffs(samples) - 0) / 2),
347 .height = 1 << ((ffs(samples) - 1) / 2),
    [all...]
isl_surface_state.c 448 s.NumberofMultisamples = ffs(info->surf->samples) - 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.h 892 slm_size = ffs(MAX2(slm_size, 1024)) - 10;
gen8_depth_state.c 498 dw1 |= SET_FIELD(ffs(mt->num_samples) - 1, GEN8_WM_HZ_NUM_SAMPLES);
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 195 extern int ffs(int);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 461 const unsigned plane_idx = ffs(clipmask)-1;
626 const unsigned plane_idx = ffs(clipmask)-1;
703 const unsigned plane_idx = ffs(clipmask)-1;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch_cache.c 238 while ((idx = ffs(~cache->batch_mask)) == 0) {
292 idx--; /* bit zero returns 1 for ffs() */
  /external/mesa3d/src/mesa/main/
buffers.c 648 GLint bufIndex = ffs(destMask[buf]) - 1;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 334 i = ffs(dirty) - 1;
364 int i = ffs(nvc0->constbuf_dirty[s]) - 1;
nvc0_compute.c 196 int i = ffs(nvc0->constbuf_dirty[s]) - 1;
nvc0_context.c 78 const unsigned i = ffs(valid) - 1;
  /system/sepolicy/prebuilts/api/28.0/private/
property_contexts 27 sys.usb.ffs. u:object_r:ffs_prop:s0
  /system/sepolicy/private/
property_contexts 27 sys.usb.ffs. u:object_r:ffs_prop:s0
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 236 ffs(int x) function
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 328 const uint32_t samples_log2 = ffs(samples) - 1;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 67 unsigned index = ffs(enabled_mask) - 1;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 326 uint index = ffs(pntc) - 1; pntc &= ~(1 << index);
nv30_vbo.c 172 int i = ffs(vbo_user) - 1;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 78 const unsigned i = ffs(valid) - 1;
nv50_transfer.c 416 int i = ffs(bindings) - 1;

Completed in 753 milliseconds

1 2 34 5 6 7