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

  /external/mesa3d/src/compiler/nir/
nir_lower_double_packing.c 62 if (alu_instr->op != nir_op_pack_double_2x32 &&
70 alu_instr->op == nir_op_pack_double_2x32 ?
  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.h 169 nir_op_pack_double_2x32, enumerator in enum:__anon27244
nir_builder_opcodes.h 716 return nir_build_alu(build, nir_op_pack_double_2x32, src0, NULL, NULL, NULL);
nir_constant_expressions.c     [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 402 case GLSLstd450PackDouble2x32: return nir_op_pack_double_2x32;

Completed in 52 milliseconds