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

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_fbo.c 176 int block_w, int block_h,
188 priv->block_h = block_h;
191 block_hcnt = (h + block_h - 1) / block_h;
206 block_y1 = i * block_h;
207 block_y2 = (block_y1 + block_h) > h ? h : (block_y1 + block_h);
glamor_largepixmap.c 31 int block_h,
61 block_w, block_h, x, y, w, h, block_stride);
73 start_block_y = (start_y - y) / block_h;
75 end_block_y = (end_y - y) / block_h;
123 temp_box.y1 = y + j * block_h;
125 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y);
175 int block_w, block_h; local
190 block_h = pixmap->drawable.height;
194 small_box.y2 = block_h;
200 priv->block_h,
    [all...]
glamor_priv.h 400 int block_h; member in struct:glamor_pixmap_private
620 int flag, int block_w, int block_h,
glamor.c 85 pixmap_priv->block_h = pixmap->drawable.height;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_job.h 58 int block_w, block_h; member in struct:lima_job_fb_info
lima_context.h 38 int block_w, block_h; member in struct:lima_context_framebuffer
165 uint16_t block_w, block_h; member in struct:lima_ctx_plb_pp_stream_key
lima_job.c 83 fb->block_h = height;
463 fb->block_w * fb->block_h);
663 .block_h = fb->block_h,
698 s->key.block_h = fb->block_h;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_astc.cpp 545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8)
546 : block_w(block_w), block_h(block_h), block_d(block_d), srgb(srgb),
551 int block_w, block_h, block_d; member in class:Decoder
640 void compute_infill_weights(int block_w, int block_h, int block_d);
656 for (int i = 0; i < block_w * block_h * block_d; ++i) {
1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d)
1266 int Dt = block_h <= 1 ? 0 : (1024 + block_h / 2) / (block_h - 1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_astc.cpp 544 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8)
545 : block_w(block_w), block_h(block_h), block_d(block_d), srgb(srgb),
550 int block_w, block_h, block_d; member in class:Decoder
639 void compute_infill_weights(int block_w, int block_h, int block_d);
655 for (int i = 0; i < block_w * block_h * block_d; ++i) {
1262 void Block::compute_infill_weights(int block_w, int block_h, int block_d)
1265 int Dt = block_h <= 1 ? 0 : (1024 + block_h / 2) / (block_h - 1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_context.h 38 int block_w, block_h; member in struct:lima_context_framebuffer
lima_state.c 79 fb->block_h = height;
84 fb->tiled_w, fb->tiled_h, fb->block_w, fb->block_h,
lima_draw.c 414 fb->block_w * fb->block_h);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_copy.c 407 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); local
409 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h);
813 const uint32_t block_h = vk_format_get_blockheight(src->vk.format); local
815 uint32_t height = DIV_ROUND_UP(region->extent.height, block_h);
915 const uint32_t block_h = vk_format_get_blockheight(dst->vk.format); local
917 const uint32_t height = DIV_ROUND_UP(region->extent.height, block_h);
1303 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); local
1305 height = DIV_ROUND_UP(height, block_h);
1419 const uint32_t block_h = vk_format_get_blockheight(image->vk.format); local
1421 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h);
4246 const uint32_t block_h = vk_format_get_blockheight(dst->vk.format); local
    [all...]

Completed in 21 milliseconds