/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 240 nir_op_fsqrt, enumerator
|
D | nir_builder_opcodes.h | 1071 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
|
D | nir_opt_algebraic.c | 24589 nir_op_fsqrt, 24796 nir_op_fsqrt, 25061 nir_op_fsqrt, 54357 nir_op_fsqrt, 54367 nir_op_fsqrt, 54390 nir_op_fsqrt, 313593 [nir_op_fsqrt] = { 442471 nir_op_fsqrt, 444757 nir_op_fsqrt, 444775 nir_op_fsqrt, [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 613 case nir_op_fsqrt: return nir_lower_dsqrt; in nir_lower_doubles_op_to_options_mask() 681 case nir_op_fsqrt: in lower_doubles_instr()
|
D | nir_range_analysis.c | 887 case nir_op_fsqrt: in analyze_expression()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 153 case nir_op_fsqrt: in etna_emit_alu()
|
D | etnaviv_compiler_nir.c | 60 case nir_op_fsqrt: in etna_alu_to_scalar_filter_cb()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 162 case nir_op_fsqrt: in lima_alu_to_scalar_filter_cb()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 259 case OpenCLstd_Native_sqrt: return nir_op_fsqrt; in nir_alu_op_for_opencl_opcode() 267 case OpenCLstd_Sqrt: return nir_op_fsqrt; in nir_alu_op_for_opencl_opcode()
|
D | vtn_glsl450.c | 266 case GLSLstd450Sqrt: return nir_op_fsqrt; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 318 [nir_op_fsqrt] = {SQRT_IEEE, -1}, in instr_create_alu() 1074 case nir_op_fsqrt: in ir2_alu_to_scalar_filter_cb()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 139 [nir_op_fsqrt] = ppir_op_sqrt,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 661 case nir_op_fsqrt: in lower_bit_size_callback()
|
D | brw_vec4_nir.cpp | 1306 case nir_op_fsqrt: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1547 case nir_op_fsqrt: in nir_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 581 [nir_op_fsqrt] = { 0, TGSI_OPCODE_DSQRT }, in ntt_emit_alu() 746 case nir_op_fsqrt: in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1810 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 687 case nir_op_fsqrt: in init_context()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 486 case nir_op_fsqrt: in getOperation() 2508 case nir_op_fsqrt: in visit()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 75 case nir_op_fsqrt: return emit_alu_trans_op1(instr, op1_sqrt_ieee); in do_emit()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 712 case nir_op_fsqrt: in do_alu_action()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1242 BUILTIN_UNOP(nir_op_fsqrt, GLSLstd450Sqrt) in emit_alu()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 525 case nir_op_fsqrt: in emit_alu()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 795 case nir_op_fsqrt: in visit_alu()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3968 - aco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq
|