Searched refs:nir_op_fddx (Results 1 – 25 of 26) sorted by relevance
12
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_derivatives.c | 57 case nir_op_fddx: in mir_derivative_mode()
|
D | midgard_compile.c | 618 if (instr->op == nir_op_fddx || instr->op == nir_op_fddy) { in emit_alu()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 179 nir_op_fddx, enumerator
|
D | nir_builder_opcodes.h | 766 return nir_build_alu(build, nir_op_fddx, src0, NULL, NULL, NULL); in nir_fddx()
|
D | nir_opt_algebraic.c | 51384 nir_op_fddx, 423753 [nir_op_fddx] = { 444271 nir_op_fddx, 444289 nir_op_fddx, 455235 [nir_op_fddx] = {
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_gcm.c | 195 case nir_op_fddx: in gcm_pin_instructions()
|
D | nir_gather_info.c | 712 case nir_op_fddx: in gather_alu_info()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 178 case nir_op_fddx: in scan_instruction()
|
D | nir_to_tgsi.c | 620 [nir_op_fddx] = { TGSI_OPCODE_DDX }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1819 [TGSI_OPCODE_DDX] = nir_op_fddx,
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 365 case SpvOpDPdx: return nir_op_fddx; in vtn_nir_alu_op_for_spirv_opcode()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 156 [nir_op_fddx] = ppir_op_ddx,
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 613 [OPCODE_DDX] = nir_op_fddx,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 711 case nir_op_fddx: in init_context()
|
D | aco_instruction_selection.cpp | 2924 case nir_op_fddx: in visit_alu_instr() 2940 if (instr->op == nir_op_fddx || instr->op == nir_op_fddx_coarse) in visit_alu_instr()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 412 case nir_op_fddx: in getOperation() 2468 case nir_op_fddx: in visit()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 191 case nir_op_fddx: return emit_tex_fdd(instr, TexInstruction::get_gradient_h, false); in do_emit()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1420 case nir_op_fddx: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1196 case nir_op_fddx: in nir_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 613 case nir_op_fddx: in do_alu_action()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1200 UNOP(nir_op_fddx, SpvOpDPdx) in emit_alu()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1181 case nir_op_fddx: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1310 case nir_op_fddx: in ntq_emit_alu()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 457 if (op == nir_op_fddx_fine || op == nir_op_fddx_coarse || op == nir_op_fddx) in emit_ddxy() 1066 case nir_op_fddx: in visit_alu()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 456 case nir_op_fddx: in emit_alu()
|
12