Searched refs:is_r400 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_chipset.h73 boolean is_r400; member in struct:r300_capabilities
H A Dr300_screen.c338 boolean is_r400 = r300screen->caps.is_r400; local in function:r300_get_shader_param
346 return is_r500 || is_r400 ? 512 : 96;
348 return is_r500 || is_r400 ? 512 : 64;
350 return is_r500 || is_r400 ? 512 : 32;
372 return is_r500 ? 128 : is_r400 ? 64 : 32;
495 } else if (r300screen->caps.is_r400) {
616 boolean is_r400 = r300_screen(screen)->caps.is_r400; local in function:r300_is_format_supported
686 (is_r400 || is_r50
[all...]
H A Dr300_fs.c310 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
312 (r300->screen->caps.is_r400 ? 2 : 0) +
331 } else if (r300->screen->caps.is_r400) {
347 if (r300->screen->caps.is_r400) {
388 if (r300->screen->caps.is_r400) {
439 compiler.Base.is_r400 = r300->screen->caps.is_r400;
445 compiler.Base.is_r500 ? 128 : (compiler.Base.is_r400 ? 64 : 32);
448 (compiler.Base.is_r500 || compiler.Base.is_r400) ? 512 : 64;
450 (compiler.Base.is_r500 || compiler.Base.is_r400)
[all...]
H A Dr300_chipset.c170 caps->is_r400 = caps->family >= CHIP_R420 && caps->family < CHIP_RV515;
174 caps->dxtc_swizzle = caps->is_r400 || caps->is_r500;
H A Dr300_state.c918 } else if (r300->screen->caps.is_r400) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_chipset.h73 boolean is_r400; member in struct:r300_capabilities
H A Dr300_screen.c250 boolean is_r400 = r300screen->caps.is_r400; local in function:r300_get_shader_param
258 return is_r500 || is_r400 ? 512 : 96;
260 return is_r500 || is_r400 ? 512 : 64;
262 return is_r500 || is_r400 ? 512 : 32;
284 return is_r500 ? 128 : is_r400 ? 64 : 32;
417 } else if (r300screen->caps.is_r400) {
538 boolean is_r400 = r300_screen(screen)->caps.is_r400; local in function:r300_is_format_supported
608 (is_r400 || is_r50
[all...]
H A Dr300_fs.c310 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
312 (r300->screen->caps.is_r400 ? 2 : 0) +
331 } else if (r300->screen->caps.is_r400) {
347 if (r300->screen->caps.is_r400) {
388 if (r300->screen->caps.is_r400) {
439 compiler.Base.is_r400 = r300->screen->caps.is_r400;
445 compiler.Base.is_r500 ? 128 : (compiler.Base.is_r400 ? 64 : 32);
448 (compiler.Base.is_r500 || compiler.Base.is_r400) ? 512 : 64;
450 (compiler.Base.is_r500 || compiler.Base.is_r400)
[all...]
H A Dr300_chipset.c170 caps->is_r400 = caps->family >= CHIP_R420 && caps->family < CHIP_RV515;
174 caps->dxtc_swizzle = caps->is_r400 || caps->is_r500;
H A Dr300_state.c912 } else if (r300->screen->caps.is_r400) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.h66 unsigned is_r400);
H A Drc_test_helpers.c509 unsigned is_r400)
516 c->max_temp_regs = is_r500 ? 128 : (is_r400 ? 64 : 32);
518 c->max_alu_insts = (is_r500 || is_r400) ? 512 : 64;
519 c->max_tex_insts = (is_r500 || is_r400) ? 512 : 32;
505 init_compiler(struct radeon_compiler * c,enum rc_program_type program_type,unsigned is_r500,unsigned is_r400) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.h66 unsigned is_r400);
H A Drc_test_helpers.c509 unsigned is_r400)
516 c->max_temp_regs = is_r500 ? 128 : (is_r400 ? 64 : 32);
518 c->max_alu_insts = (is_r500 || is_r400) ? 512 : 64;
519 c->max_tex_insts = (is_r500 || is_r400) ? 512 : 32;
505 init_compiler(struct radeon_compiler * c,enum rc_program_type program_type,unsigned is_r500,unsigned is_r400) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h52 unsigned is_r400:1; member in struct:radeon_compiler
H A Dr300_fragprog.c69 if (c->is_r400) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h52 unsigned is_r400:1; member in struct:radeon_compiler
H A Dr300_fragprog.c69 if (c->is_r400) {

Completed in 39 milliseconds