Home
last modified time | relevance | path

Searched defs:fp16 (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp129 float Float16ToFloat32(uint16_t fp16) { in Float16ToFloat32()
135 bool IsFloat16NaN(uint16_t fp16) { in IsFloat16NaN()
/third_party/mesa3d/src/asahi/compiler/
Dagx_optimizer.c128 bool fp16 = (def->dest[0].size == AGX_SIZE_16); in agx_optimizer_inline_imm() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c80 uint16_t fp16 = _mesa_float_to_half(uif(value)); in va_demote_constant_fp16() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_fp16_conv.c186 nir_ssa_def *fp16 = nir_if_phi(b, inf_nanfp16, finite_or_overflowed_fp16); in float_to_half_impl() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp132 tcu::Float16 fp16(val); in isValidFloat() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h308 uint64_t fp16; member
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp130 tcu::Float16 fp16(val); in isValidFloat() local
/third_party/mesa3d/src/compiler/clc/
Dclc.h53 bool fp16; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c165 uint16_t fp16[4]; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp623 const Float16 fp16(*(const deUint16*) fp16Ptr); in convertFP16() local
DvktTextureFilteringExplicitLodTests.cpp75 …de::SharedPtr<tcu::FloatFormat> fp16 (new tcu::FloatFormat(-14, 15, std::max(0, 10 + fpPreci… in getPrecision() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp623 const Float16 fp16(*(const deUint16*) fp16Ptr); in convertFP16() local
DvktTextureFilteringExplicitLodTests.cpp75 …de::SharedPtr<tcu::FloatFormat> fp16 (new tcu::FloatFormat(-14, 15, std::max(0, 10 + fpPreci… in getPrecision() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c62 uint16_t fp16[4]; member
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h243 bool fp16; member
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc6108 #define EXTRACT_FLOAT16_SIGN(fp16) (fp16 >> 15) in Msa2RFInstrHelper2() argument
6109 #define EXTRACT_FLOAT16_EXP(fp16) (fp16 >> 10 & 0x1F) in Msa2RFInstrHelper2() argument
6110 #define EXTRACT_FLOAT16_FRAC(fp16) (fp16 & 0x3FF) in Msa2RFInstrHelper2() argument
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc6401 #define EXTRACT_FLOAT16_SIGN(fp16) (fp16 >> 15) in Msa2RFInstrHelper2() argument
6402 #define EXTRACT_FLOAT16_EXP(fp16) (fp16 >> 10 & 0x1F) in Msa2RFInstrHelper2() argument
6403 #define EXTRACT_FLOAT16_FRAC(fp16) (fp16 & 0x3FF) in Msa2RFInstrHelper2() argument
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1770 bool fp16 = instr->opcode == aco_opcode::v_mul_f16; in label_instruction() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3122 bi_emit_texc_lod_88(bi_builder *b, bi_index lod, bool fp16) in bi_emit_texc_lod_88()
/third_party/skia/src/core/
DSkVM.h604 bool fp16 = false; member
DSkVM.cpp147 static const bool fp16 = false; // TODO in detect_features() local