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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c 139 foreach_bit(i, ctx->constbuf[PIPE_SHADER_VERTEX].enabled_mask)
141 foreach_bit(i, ctx->constbuf[PIPE_SHADER_FRAGMENT].enabled_mask)
145 foreach_bit(i, ctx->vtx.vertexbuf.enabled_mask) {
154 foreach_bit(i, ctx->verttex.valid_textures)
156 foreach_bit(i, ctx->fragtex.valid_textures)
freedreno_util.h 449 #define foreach_bit(b, mask) \ macro

Completed in 150 milliseconds