Searched refs:allow_fp16 (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_screen.c | 160 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/ |
D | ir3_nir.c | 419 .allow_fp16 = true, in ir3_finalize_nir() 506 .allow_fp16 = true,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_idiv.c | 208 nir_alu_type float_type = nir_type_float | (options->allow_fp16 ? sz * 2 : 32); in convert_instr_small()
|
D | nir.h | 5300 bool allow_fp16; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 821 idiv_options.allow_fp16 = true; in r600_shader_from_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 1072 .allow_fp16 = false in brw_postprocess_nir()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 1124 .allow_fp16 = true, in etna_compile_shader_nir()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 1206 .allow_fp16 = true, in agx_optimize_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1491 .allow_fp16 = true, in v3d_attempt_compile()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 305 .allow_fp16 = true, in optimise_nir()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2321 .allow_fp16 = true, in vc4_shader_ntq()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3152 .allow_fp16 = true, in run()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3350 .allow_fp16 = true, in bi_optimize_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 3529 .allow_fp16 = device->physical_device->rad_info.chip_class >= GFX9, in radv_create_shaders()
|