Searched refs:float_controls_execution_mode (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_constant_expressions.c | 46462 unsigned float_controls_execution_mode) in nir_eval_const_opcode() argument 46466 evaluate_amul(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46469 evaluate_b16all_fequal16(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46472 evaluate_b16all_fequal2(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46475 evaluate_b16all_fequal3(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46478 evaluate_b16all_fequal4(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46481 evaluate_b16all_fequal8(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46484 evaluate_b16all_iequal16(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46487 evaluate_b16all_iequal2(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() 46490 evaluate_b16all_iequal3(dest, num_components, bit_width, src, float_controls_execution_mode); in nir_eval_const_opcode() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_constant_expressions.h | 36 unsigned float_controls_execution_mode);
|
D | nir_opt_constant_folding.c | 100 b->shader->info.float_controls_execution_mode); in try_fold_alu()
|
D | nir_lower_double_ops.c | 297 b->shader->info.float_controls_execution_mode & in lower_sqrt_rsq()
|
D | nir_search.c | 878 build->shader->info.float_controls_execution_mode; in nir_algebraic_instr()
|
D | nir_loop_analyze.c | 1219 find_trip_count(state, impl->function->shader->info.float_controls_execution_mode); in get_loop_info()
|
/external/mesa3d/src/compiler/ |
D | shader_info.h | 177 uint16_t float_controls_execution_mode; member
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 450 vs->info.float_controls_execution_mode == nir->info.float_controls_execution_mode; in setup_tcs_info()
|
D | aco_instruction_selection.cpp | 10982 unsigned float_controls = shader->info.float_controls_execution_mode; in setup_fp_mode()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 550 b->shader->info.float_controls_execution_mode; in handle_glsl450_alu()
|
D | spirv_to_nir.c | 2153 b->shader->info.float_controls_execution_mode); in vtn_handle_constant() 4833 b->shader->info.float_controls_execution_mode |= execution_mode; in vtn_handle_execution_mode()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 712 info->float_controls_mode = nir->info.float_controls_execution_mode; in radv_nir_shader_info_pass()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 254 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in emit_shader_float_controls_execution_mode()
|
D | brw_fs_nir.cpp | 1009 bld.shader->nir->info.float_controls_execution_mode; in nir_emit_alu()
|
D | brw_fs.cpp | 3475 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in remove_extra_rounding_modes()
|