Searched refs:has_us_format (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_chipset.h90 boolean has_us_format; member in struct:r300_capabilities
H A Dr300_chipset.c175 caps->has_us_format = caps->family == CHIP_R520;
H A Dr300_state_derived.c798 boolean has_us_format = r300->screen->caps.has_us_format; local in function:r300_merge_textures_and_samplers
962 size += 16 + (has_us_format ? 2 : 0);
991 size += 16 + (has_us_format ? 2 : 0);
H A Dr300_emit.c895 boolean has_us_format = r300->screen->caps.has_us_format; local in function:r300_emit_textures_state
918 if (has_us_format) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_chipset.h90 boolean has_us_format; member in struct:r300_capabilities
H A Dr300_chipset.c175 caps->has_us_format = caps->family == CHIP_R520;
H A Dr300_state_derived.c798 boolean has_us_format = r300->screen->caps.has_us_format; local in function:r300_merge_textures_and_samplers
962 size += 16 + (has_us_format ? 2 : 0);
991 size += 16 + (has_us_format ? 2 : 0);
H A Dr300_emit.c898 boolean has_us_format = r300->screen->caps.has_us_format; local in function:r300_emit_textures_state
921 if (has_us_format) {

Completed in 10 milliseconds