HomeSort by relevance Sort by last modified time
    Searched defs:bpe (Results 1 - 5 of 5) 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) {
  /external/libdrm/radeon/
radeon_surface.h 119 uint32_t bpe; member in struct:radeon_surface
  /external/mesa3d/src/amd/common/
ac_surface.h 156 unsigned bpe:5; member in struct:radeon_surf
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 57 if (rdst->surface.bpe != rsrc->surface.bpe)
180 rtex->surface.bpe;
193 box->x / rtex->surface.blk_w) * rtex->surface.bpe;
210 unsigned i, bpe, flags = 0; local
217 bpe = 4; /* stencil is allocated separately on evergreen */
219 bpe = util_format_get_blocksize(ptex->format);
220 assert(util_is_power_of_two(bpe));
248 r = rscreen->ws->surface_init(rscreen->ws, ptex, flags, bpe,
255 pitch_in_bytes_override != surface->u.legacy.level[0].nblk_x * bpe) {
583 unsigned flags, bpe; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 57 if (rdst->surface.bpe != rsrc->surface.bpe)
188 *stride = rtex->surface.u.gfx9.surf_pitch * rtex->surface.bpe;
200 box->x / rtex->surface.blk_w) * rtex->surface.bpe;
203 rtex->surface.bpe;
216 box->x / rtex->surface.blk_w) * rtex->surface.bpe;
235 unsigned i, bpe, flags = 0; local
242 bpe = 4; /* stencil is allocated separately on evergreen */
244 bpe = util_format_get_blocksize(ptex->format);
245 assert(util_is_power_of_two(bpe));
842 unsigned flags, bpe; local
    [all...]

Completed in 1141 milliseconds