HomeSort by relevance Sort by last modified time
    Searched defs:bpe (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 247 const_pred_iterator bpi = pred_begin(BB), bpe = pred_end(BB); local
249 if (bpi == bpe) {
253 for (;bpi != bpe; ++bpi) {
  /libcore/ojluni/src/main/java/javax/crypto/
SealedObject.java 259 } catch (BadPaddingException bpe) {
260 throw new InvalidKeyException(bpe.getMessage());
  /external/libdrm/radeon/
radeon_surface.h 119 uint32_t bpe; member in struct:radeon_surface
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 184 uint32_t bpe; member in struct:radeon_surf
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 56 if (rdst->surface.bpe != rsrc->surface.bpe)
187 box->x / rtex->surface.blk_w) * rtex->surface.bpe;
205 unsigned i, bpe, flags = 0; local
212 bpe = 4; /* stencil is allocated separately on evergreen */
214 bpe = util_format_get_blocksize(ptex->format);
216 if (bpe == 3) {
217 bpe = 4;
230 bpe = 4;
259 r = rscreen->ws->surface_init(rscreen->ws, ptex, flags, bpe,
590 unsigned flags, bpe; local
    [all...]
radeon_winsys.h 301 unsigned bpe:5; member in struct:radeon_surf
738 * \param bpe Bytes per pixel, it can be different for Z buffers.
744 unsigned flags, unsigned bpe,

Completed in 141 milliseconds