Home
last modified time | relevance | path

Searched refs:uses_doubles (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h120 boolean uses_doubles; member
Dr600_dump.c145 PRINT_UINT_MEMBER(uses_doubles); in print_shader_info()
Dr600_shader.c257 use_sb &= !shader->shader.uses_doubles; in r600_pipe_shader_create()
3469 shader->uses_doubles = ctx.info.uses_doubles; in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h134 boolean uses_doubles; /**< uses any of the double instructions */ member
Dtgsi_scan.c489 info->uses_doubles = TRUE; in scan_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp876 pipeshader->shader.uses_doubles = sh->info.bit_sizes_float & 64 ? 1 : 0; in r600_shader_from_nir()