/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 73 unsigned is_pot:1; member in struct:sp_sampler_key::__anon15478
|
sp_state_sampler.c | 273 key.bits.is_pot = sp_texture->pot;
|
sp_tex_sample.c | [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 73 unsigned is_pot:1; member in struct:sp_sampler_key::__anon25945
|
sp_state_sampler.c | 273 key.bits.is_pot = sp_texture->pot;
|
sp_tex_sample.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 45 def is_pot(x): function 168 def is_pot(self): member in class:Format 169 return is_pot(self.block_size())
|
u_format_pack.py | 55 if channel.size % 8 or not is_pot(channel.size): 78 assert channel.size % 8 == 0 and is_pot(channel.size)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 45 def is_pot(x): function 168 def is_pot(self): member in class:Format 169 return is_pot(self.block_size())
|
u_format_pack.py | 55 if channel.size % 8 or not is_pot(channel.size): 78 assert channel.size % 8 == 0 and is_pot(channel.size)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 70 * \param is_pot if TRUE, length is a power of two 82 boolean is_pot, 95 if(is_pot) 131 * \param is_pot if TRUE, length is a power of two 139 boolean is_pot, 184 * \param is_pot if TRUE, length is a power of two 199 boolean is_pot, 224 if (is_pot) { 279 if (is_pot) { 345 * \param is_pot if TRUE, length is a power of tw [all...] |
lp_bld_sample_soa.c | 271 boolean is_pot, 286 if (is_pot) { 464 * \param is_pot if TRUE, length is a power of two 472 boolean is_pot, 483 if (is_pot) { [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 70 * \param is_pot if TRUE, length is a power of two 82 boolean is_pot, 95 if(is_pot) 131 * \param is_pot if TRUE, length is a power of two 139 boolean is_pot, 184 * \param is_pot if TRUE, length is a power of two 199 boolean is_pot, 224 if (is_pot) { 279 if (is_pot) { 345 * \param is_pot if TRUE, length is a power of tw [all...] |
lp_bld_sample_soa.c | 271 boolean is_pot, 286 if (is_pot) { 464 * \param is_pot if TRUE, length is a power of two 472 boolean is_pot, 483 if (is_pot) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 309 and format.is_pot() \
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 309 and format.is_pot() \
|