Home
last modified time | relevance | path

Searched refs:nir_op_fsqrt (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h240 nir_op_fsqrt, enumerator
Dnir_builder_opcodes.h1071 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL); in nir_fsqrt()
Dnir_opt_algebraic.c24589 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/
Dnir_lower_double_ops.c613 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()
Dnir_range_analysis.c887 case nir_op_fsqrt: in analyze_expression()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c153 case nir_op_fsqrt: in etna_emit_alu()
Detnaviv_compiler_nir.c60 case nir_op_fsqrt: in etna_alu_to_scalar_filter_cb()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c162 case nir_op_fsqrt: in lima_alu_to_scalar_filter_cb()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c259 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()
Dvtn_glsl450.c266 case GLSLstd450Sqrt: return nir_op_fsqrt; in vtn_nir_alu_op_for_spirv_glsl_opcode()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c318 [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/
Dnir.c139 [nir_op_fsqrt] = ppir_op_sqrt,
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c661 case nir_op_fsqrt: in lower_bit_size_callback()
Dbrw_vec4_nir.cpp1306 case nir_op_fsqrt: in nir_emit_alu()
Dbrw_fs_nir.cpp1547 case nir_op_fsqrt: in nir_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c581 [nir_op_fsqrt] = { 0, TGSI_OPCODE_DSQRT }, in ntt_emit_alu()
746 case nir_op_fsqrt: in ntt_emit_alu()
Dtgsi_to_nir.c1810 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp687 case nir_op_fsqrt: in init_context()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp486 case nir_op_fsqrt: in getOperation()
2508 case nir_op_fsqrt: in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp75 case nir_op_fsqrt: return emit_alu_trans_op1(instr, op1_sqrt_ieee); in do_emit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c712 case nir_op_fsqrt: in do_alu_action()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1242 BUILTIN_UNOP(nir_op_fsqrt, GLSLstd450Sqrt) in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c525 case nir_op_fsqrt: in emit_alu()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c795 case nir_op_fsqrt: in visit_alu()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3968 - aco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq

12