HomeSort by: relevance | last modified time | path
    Searched refs:nir_op_fcos_r600 (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/compiler/nir/
nir_opcodes.h 197 nir_op_fcos_r600, enumerator in enum:__anon2951
nir_builder_opcodes.h 856 return nir_build_alu(build, nir_op_fcos_r600, src0, NULL, NULL, NULL);
nir_constant_expressions.c     [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_emitaluinstruction.cpp 56 case nir_op_fcos_r600: return emit_alu_cm_trig(instr, op1_cos);
113 case nir_op_fcos_r600: return emit_alu_trans_op1(instr, op1_cos);

Completed in 46 milliseconds