Searched refs:convert_float_to_half (Results 1 – 4 of 4) sorted by relevance
659 data.push_back(convert_float_to_half( in DataGenerate()665 convert_float_to_half(static_cast<float>( in DataGenerate()668 convert_float_to_half(static_cast<float>( in DataGenerate()673 convert_float_to_half(static_cast<float>( in DataGenerate()676 convert_float_to_half(static_cast<float>( in DataGenerate()679 convert_float_to_half(static_cast<float>( in DataGenerate()682 convert_float_to_half(static_cast<float>( in DataGenerate()
1285 case kHalf: *((cl_half *)p) = convert_float_to_half(val); break; in CreateGLTexture2DMultisample()1550 case kHalf: *((cl_half *)p) = convert_float_to_half(val); break; in CreateGLTexture2DArrayMultisample()2263 p[ i ] = convert_float_to_half( get_random_float( 0.f, 1.f, d ) ); in CreateRandomData()
724 extern cl_half convert_float_to_half(float f);
1083 cl_half convert_float_to_half(float f) in convert_float_to_half() function