Home
last modified time | relevance | path

Searched refs:nir_lower_dsqrt (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c128 nir_lower_dsqrt | in brw_compiler_create()
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c613 case nir_op_fsqrt: return nir_lower_dsqrt; in nir_lower_doubles_op_to_options_mask()
Dnir.h3223 nir_lower_dsqrt = (1 << 1), enumerator
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c93 nir_lower_dsqrt |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3300 ((chipset >= NVISA_GV100_CHIPSET) ? nir_lower_dsqrt : 0) | in nvir_nir_shader_compiler_options()