Home
last modified time | relevance | path

Searched refs:float_controls_execution_mode (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_constant_expressions.c46462 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/
Dnir_constant_expressions.h36 unsigned float_controls_execution_mode);
Dnir_opt_constant_folding.c100 b->shader->info.float_controls_execution_mode); in try_fold_alu()
Dnir_lower_double_ops.c297 b->shader->info.float_controls_execution_mode & in lower_sqrt_rsq()
Dnir_search.c878 build->shader->info.float_controls_execution_mode; in nir_algebraic_instr()
Dnir_loop_analyze.c1219 find_trip_count(state, impl->function->shader->info.float_controls_execution_mode); in get_loop_info()
/external/mesa3d/src/compiler/
Dshader_info.h177 uint16_t float_controls_execution_mode; member
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp450 vs->info.float_controls_execution_mode == nir->info.float_controls_execution_mode; in setup_tcs_info()
Daco_instruction_selection.cpp10982 unsigned float_controls = shader->info.float_controls_execution_mode; in setup_fp_mode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c550 b->shader->info.float_controls_execution_mode; in handle_glsl450_alu()
Dspirv_to_nir.c2153 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/
Dradv_shader_info.c712 info->float_controls_mode = nir->info.float_controls_execution_mode; in radv_nir_shader_info_pass()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp254 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in emit_shader_float_controls_execution_mode()
Dbrw_fs_nir.cpp1009 bld.shader->nir->info.float_controls_execution_mode; in nir_emit_alu()
Dbrw_fs.cpp3475 unsigned execution_mode = this->nir->info.float_controls_execution_mode; in remove_extra_rounding_modes()