Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c121 nir_lower_int64_options int64_options = in brw_compiler_create()
140 int64_options |= (nir_lower_int64_options)~0; in brw_compiler_create()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c82 .lower_int64_options = (nir_lower_int64_options)~0,
136 .lower_int64_options = (nir_lower_int64_options)~0,
/external/mesa3d/src/compiler/nir/
Dnir.h3219 } nir_lower_int64_options; typedef
3536 nir_lower_int64_options lower_int64_options;
4969 nir_lower_int64_options nir_lower_int64_op_to_options_mask(nir_op opcode);
Dnir_lower_int64.c795 nir_lower_int64_options
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3282 op.lower_int64_options = (nir_lower_int64_options) ( in nvir_nir_shader_compiler_options()