Home
last modified time | relevance | path

Searched refs:load_f32 (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dfloat16_conversions.cc38 const float* load_f32 = reinterpret_cast<const float*>(values->data()); in ToFloat16() local
42 while (load_f32 != end_load_f32) { in ToFloat16()
43 *store_f16++ = fp16_ieee_from_fp32_value(*load_f32++); in ToFloat16()
/external/skia/src/core/
DSkBlendMode.cpp147 p.append(SkRasterPipeline::load_f32, &dst_ctx); in SkBlendMode_Apply()
149 p.append(SkRasterPipeline::load_f32, &src_ctx); in SkBlendMode_Apply()
DSkRasterPipeline.h55 M(load_f32) M(load_f32_dst) M(store_f32) M(gather_f32) \
DSkRasterPipeline.cpp185 case kRGBA_F32_SkColorType: this->append(load_f32, ctx); break; in append_load()
/external/skqp/src/core/
DSkBlendMode.cpp145 p.append(SkRasterPipeline::load_f32, &dst_ctx); in SkBlendMode_Apply()
147 p.append(SkRasterPipeline::load_f32, &src_ctx); in SkBlendMode_Apply()
DSkRasterPipeline.h49 M(load_f32) M(load_f32_dst) M(store_f32) M(gather_f32) \
DSkRasterPipeline.cpp169 case kRGBA_F32_SkColorType: this->append(load_f32, ctx); break; in append_load()
/external/skia/tests/
DF16StagesTest.cpp26 p.append(SkRasterPipeline:: load_f32, &f32); in DEF_TEST()
DParametricStageTest.cpp23 p.append(SkRasterPipeline::load_f32, &ip); in check_error()
DSRGBTest.cpp105 p.append(SkRasterPipeline::load_f32, &ptr); in DEF_TEST()
DSkRasterPipelineTest.cpp114 p.append(SkRasterPipeline::load_f32, &src); in DEF_TEST()
188 p.append(SkRasterPipeline::load_f32, &src); in DEF_TEST()
/external/skqp/tests/
DF16StagesTest.cpp26 p.append(SkRasterPipeline:: load_f32, &f32); in DEF_TEST()
DParametricStageTest.cpp23 p.append(SkRasterPipeline::load_f32, &ip); in check_error()
DSRGBTest.cpp110 p.append(SkRasterPipeline::load_f32, &ptr); in test_roundtripping()
DSkRasterPipelineTest.cpp113 p.append(SkRasterPipeline::load_f32, &src); in DEF_TEST()
/external/skia/src/gpu/
DGrDataUtils.cpp377 case GrColorType::kRGBA_F32: *load = SkRasterPipeline::load_f32; in get_load_and_src_swizzle()
383 case GrColorType::kAlpha_F32xxx: *load = SkRasterPipeline::load_f32; in get_load_and_src_swizzle()
/external/llvm-project/mlir/test/Conversion/StandardToSPIRV/
Dstd-ops-to-spirv.mlir808 // CHECK-LABEL: @load_f32
809 func @load_f32(%arg0: memref<f32>) {
/external/skqp/src/opts/
DSkRasterPipeline_opts.h1773 STAGE(load_f32, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE() argument
3290 NOT_IMPLEMENTED(load_f32)
/external/skia/src/opts/
DSkRasterPipeline_opts.h2244 STAGE(load_f32, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE() argument
4066 NOT_IMPLEMENTED(load_f32)