Searched refs:is_npot (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c310 bool is_npot = (!util_is_power_of_two_or_zero(pt->width0) || local in function:update_map
318 if (is_npot) {
358 if (is_npot)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c292 bool is_npot = (!util_is_power_of_two_or_zero(pt->width0) || local in function:update_map
300 if (is_npot) {
336 if (is_npot)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c278 tex->tex.is_npot =
592 if (base->target == PIPE_TEXTURE_3D && tex->tex.is_npot) {
H A Dr300_context.h367 boolean is_npot; member in struct:r300_texture_desc
H A Dr300_state_derived.c837 if (tex->tex.is_npot) {
905 if (tex->tex.is_npot) {
H A Dr300_fs.c182 if (t->tex.is_npot) {
H A Dr300_state.c1567 if (texture->tex.is_npot) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c278 tex->tex.is_npot =
592 if (base->target == PIPE_TEXTURE_3D && tex->tex.is_npot) {
H A Dr300_context.h367 boolean is_npot; member in struct:r300_texture_desc
H A Dr300_state_derived.c837 if (tex->tex.is_npot) {
905 if (tex->tex.is_npot) {
H A Dr300_fs.c182 if (t->tex.is_npot) {
H A Dr300_state.c1572 if (texture->tex.is_npot) {

Completed in 17 milliseconds