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

  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.h 46 nir_op_bcsel, enumerator in enum:__anon27244
nir_opt_algebraic.c     [all...]
nir_builder_opcodes.h 101 return nir_build_alu(build, nir_op_bcsel, src0, src1, src2, NULL);
nir_constant_expressions.c     [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_undef.c 41 if (instr->op != nir_op_bcsel && instr->op != nir_op_fcsel)
nir_opt_peephole_select.c 207 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel);
ir3_compiler_nir.c 952 case nir_op_bcsel:
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_alu.c 252 case SpvOpSelect: return nir_op_bcsel;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 1150 milliseconds