Searched defs:fp64 (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c497 boolean fp64 = format_desc->channel[0].size == 64; local
510 * fp64 are treated like fp32 except we fetch twice wide values
518 if (fp64) {
613 if (fp64) {
647 if (!fp64) {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h179 bool fp64; /* program uses fp64 math */ member in struct:nv50_ir_prog_info::__anon15043
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp529 fp64(const _mesa_glsl_parse_state *state) function
1151 _##NAME(fp64, glsl_type::double_type), \
1152 _##NAME(fp64, glsl_type::dvec2_type), \
1153 _##NAME(fp64, glsl_type::dvec3_type), \
1154 _##NAME(fp64, glsl_type::dvec4_type), \
1163 _##NAME(fp64, glsl_type::double_type), \
1164 _##NAME(fp64, glsl_type::dvec2_type), \
1165 _##NAME(fp64, glsl_type::dvec3_type), \
1166 _##NAME(fp64, glsl_type::dvec4_type), \
1175 _##NAME(fp64, glsl_typ
[all...]

Completed in 215 milliseconds