Home
last modified time | relevance | path

Searched refs:allow_fp16 (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c160 bool allow_fp16; in dri_fill_in_modes() local
179 allow_fp16 = dri_loader_get_cap(screen, DRI_LOADER_CAP_FP16); in dri_fill_in_modes()
248 if (!allow_fp16 && in dri_fill_in_modes()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c419 .allow_fp16 = true, in ir3_finalize_nir()
506 .allow_fp16 = true,
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c208 nir_alu_type float_type = nir_type_float | (options->allow_fp16 ? sz * 2 : 32); in convert_instr_small()
Dnir.h5300 bool allow_fp16; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp821 idiv_options.allow_fp16 = true; in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1072 .allow_fp16 = false in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1124 .allow_fp16 = true, in etna_compile_shader_nir()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1206 .allow_fp16 = true, in agx_optimize_nir()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c1491 .allow_fp16 = true, in v3d_attempt_compile()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c305 .allow_fp16 = true, in optimise_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2321 .allow_fp16 = true, in vc4_shader_ntq()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3152 .allow_fp16 = true, in run()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3350 .allow_fp16 = true, in bi_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3529 .allow_fp16 = device->physical_device->rad_info.chip_class >= GFX9, in radv_create_shaders()