Searched refs:uses_doubles (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h122 boolean uses_doubles; member in struct:r600_shader
H A Dr600_shader.c198 use_sb &= !shader->shader.uses_doubles;
3369 shader->uses_doubles = ctx.info.uses_doubles;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h123 boolean uses_doubles; member in struct:r600_shader
H A Dr600_dump.c150 PRINT_UINT_MEMBER(uses_doubles);
H A Dr600_shader.c255 use_sb &= !shader->shader.uses_doubles;
3458 shader->uses_doubles = ctx.info.uses_doubles;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h136 boolean uses_doubles; /**< uses any of the double instructions */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c475 info->uses_doubles = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h136 boolean uses_doubles; /**< uses any of the double instructions */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c489 info->uses_doubles = TRUE;

Completed in 38 milliseconds