HomeSort by relevance Sort by last modified time
    Searched refs:nir_op_fmov (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_to_source_mods.c 59 if (parent->op != nir_op_fmov)
98 alu->op = nir_op_fmov;
106 alu->op = nir_op_fmov;
115 alu->op = nir_op_fmov;
154 !(child_alu->op == nir_op_fmov && child_alu->dest.saturate)) {
169 child_alu->op = nir_op_fmov;
nir_opt_remove_phis.c 38 return (alu->op == nir_op_imov || alu->op == nir_op_fmov) ? alu : NULL;
nir_opt_undef.c 83 alu->op != nir_op_fmov &&
nir_opt_copy_propagate.c 37 if (instr->op != nir_op_fmov &&
164 if (alu_instr->op == nir_op_fmov ||
nir_opt_peephole_select.c 98 case nir_op_fmov:
nir_builder.h 269 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_fmov);
nir.c     [all...]
  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.h 104 nir_op_fmov, enumerator in enum:__anon27244
nir_builder_opcodes.h 391 return nir_build_alu(build, nir_op_fmov, src0, NULL, NULL, NULL);
nir_constant_expressions.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_opt_peephole_ffma.c 54 case nir_op_fmov:
95 case nir_op_fmov:
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp 577 case nir_op_fmov:
596 if (instr->op == nir_op_imov || instr->op == nir_op_fmov) {
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 248 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov);
288 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov);
676 [OPCODE_MOV] = nir_op_fmov,
826 ptn_alu(b, nir_op_fmov, dest, src);
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 740 case nir_op_fmov:
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 482 milliseconds