Home
last modified time | relevance | path

Searched refs:tmp_float (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/always-discarding-function/
D0-opt.spvasm14 OpName %tmp_float "tmp_float"
96 %tmp_float = OpVariable %_ptr_Function_float Function
105 OpStore %tmp_float %75
D0-opt.wgsl22 var tmp_float : f32;
30 tmp_float = x_75;
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h664 put32f_1234_4321F: tmp_float.f = (float_t)((int32_t)sample) / (float_t)0x80000000UL;
665 as_u32(dst) = bswap_32(tmp_float.i); goto PUT32F_END;
682 get32f_1234F_1234: tmp_float.f = as_floatc(src);
683 if (tmp_float.f >= 1.0)
685 else if (tmp_float.f <= -1.0)
688 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);
690 get32f_4321F_1234: tmp_float.i = bswap_32(as_u32c(src));
691 if (tmp_float.f >= 1.0)
693 else if (tmp_float.f <= -1.0)
696 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);
Dpcm_lfloat.c115 snd_tmp_float_t tmp_float; in snd_pcm_lfloat_convert_integer_float() local
160 snd_tmp_float_t tmp_float; in snd_pcm_lfloat_convert_float_integer() local
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c292 float (*tmp_float)[4]; in _mesa_format_convert() local
574 tmp_float = malloc(width * height * sizeof(*tmp_float)); in _mesa_format_convert()
580 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()
589 src, tmp_float + row * width); in _mesa_format_convert()
591 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()
593 tmp_float + row * width, in _mesa_format_convert()
603 tmp_float + row * width, in _mesa_format_convert()
611 (const float (*)[4])tmp_float + row * width, dst); in _mesa_format_convert()
616 free(tmp_float); in _mesa_format_convert()