Home
last modified time | relevance | path

Searched refs:nir_lower_drcp (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c141 nir_lower_drcp | in brw_compiler_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c612 case nir_op_frcp: return nir_lower_drcp; in nir_lower_doubles_op_to_options_mask()
Dnir.h3216 nir_lower_drcp = (1 << 0), enumerator
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c114 .lower_doubles_options = nir_lower_drcp | nir_lower_dsqrt | nir_lower_drsq | nir_lower_ddiv, in get_nir_options_for_stage()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3413 ((chipset >= NVISA_GV100_CHIPSET) ? nir_lower_drcp : 0) | in nvir_nir_shader_compiler_options()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c125 nir_lower_drcp |