Searched refs:util_float_to_half (Results 1 - 16 of 16) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c110 #define TO_16_FLOAT(x) util_float_to_half(x)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
380 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
396 dst[i] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
H A Du_half.h47 util_float_to_half(float f) function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c188 PUSH_DATA (push, (util_float_to_half(rgba[0]) << 0) |
189 (util_float_to_half(rgba[1]) << 16));
191 PUSH_DATA (push, (util_float_to_half(rgba[2]) << 0) |
192 (util_float_to_half(rgba[3]) << 16));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state.c514 OUT_CB(util_float_to_half(c.color[2]) |
515 (util_float_to_half(c.color[3]) << 16));
516 OUT_CB(util_float_to_half(c.color[0]) |
517 (util_float_to_half(c.color[1]) << 16));
654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dtranslate_test.c166 half_buffer[i] = util_float_to_half((float) rand_double());
H A Du_half_test.c21 rh = util_float_to_half(f.f);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c110 #define TO_16_FLOAT(x) util_float_to_half(x)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
380 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
396 dst[i] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
H A Du_half.h47 util_float_to_half(float f) function
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c188 PUSH_DATA (push, (util_float_to_half(rgba[0]) << 0) |
189 (util_float_to_half(rgba[1]) << 16));
191 PUSH_DATA (push, (util_float_to_half(rgba[2]) << 0) |
192 (util_float_to_half(rgba[3]) << 16));
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c514 OUT_CB(util_float_to_half(c.color[2]) |
515 (util_float_to_half(c.color[3]) << 16));
516 OUT_CB(util_float_to_half(c.color[0]) |
517 (util_float_to_half(c.color[1]) << 16));
654 dsa->alpha_value = util_float_to_half(state->alpha.ref_value);
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c166 half_buffer[i] = util_float_to_half((float) rand_double());
H A Du_half_test.c21 rh = util_float_to_half(f.f);

Completed in 412 milliseconds