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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.c 61 tex->valid_samplers |= (1 << p);
63 tex->valid_samplers &= ~(1 << p);
66 tex->num_samplers = util_last_bit(tex->valid_samplers);
freedreno_context.h 54 unsigned valid_samplers; member in struct:fd_texture_stateobj

Completed in 854 milliseconds