Searched refs:valid_samplers (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c60 tex->valid_samplers |= (1 << p);
62 tex->valid_samplers &= ~(1 << p);
65 tex->num_samplers = util_last_bit(tex->valid_samplers);
H A Dfreedreno_context.h52 unsigned valid_samplers; member in struct:fd_texture_stateobj
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c61 tex->valid_samplers |= (1 << p);
63 tex->valid_samplers &= ~(1 << p);
66 tex->num_samplers = util_last_bit(tex->valid_samplers);
H A Dfreedreno_context.h60 unsigned valid_samplers; member in struct:fd_texture_stateobj

Completed in 6 milliseconds