Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c150 nir_lower_dsub | in brw_compiler_create()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c621 case nir_op_fsub: return nir_lower_dsub; in nir_lower_doubles_op_to_options_mask()
Dnir.h3225 nir_lower_dsub = (1 << 9), enumerator
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1390 nir_lower_dsub | in r600_common_screen_init()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3418 ((chipset >= NVISA_GV100_CHIPSET) ? nir_lower_dsub : 0) | in nvir_nir_shader_compiler_options()