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

  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d_nir_lower_logic_ops.c 151 nir_ssa_def *unorm = nir_format_float_to_unorm(b, c, bits); local
155 chans[i] = nir_channel(b, unorm, i);
179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i])); local
180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.h 513 bool unorm : 1; member in struct:ac_image_args
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.h 410 bool unorm : 1; member in struct:ac_image_args
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 266 uint16_t unorm = (cons * ((1 << chan_size) - 1)); local
267 return unorm << (16 - chan_size);

Completed in 21 milliseconds