Searched defs:block_h (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 103 const int block_h = h * 4; /* block height of R-G-B-White rectangles */ in draw_dp_test_pattern_color_ramp() local 243 const int block_h = h * 2; /* block height of the repetition pattern */ in draw_dp_test_pattern_color_squares_vesa() local
|
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 85 const int block_h = mi_size_high[block_size] * 4; in gaussian_blur() local 127 const int block_h = mi_size_high[block_size] * 4; in frame_average_variance() local 296 const int block_h = mi_size_high[block_size] * 4; in av1_vmaf_blk_preprocessing() local 419 int block_w, block_h, num_rows, num_cols, row, col, bit_depth; member 435 const int block_h = frames->block_h; in update_frame() local
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.h | 56 int block_w, block_h; member
|
D | lima_context.h | 38 int block_w, block_h; member 145 uint16_t block_w, block_h; member
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder() 551 int block_w, block_h, block_d; member in Decoder 1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 240 unsigned block_h = panfrost_block_dim(modifier, false, plane); in panfrost_nonlinear_stride() local
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 756 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_image_to_buffer_tlb() local 1322 const uint32_t block_h = vk_format_get_blockheight(dst->vk_format); in copy_image_tlb() local 2494 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_buffer_to_image_tlb() local 4595 const uint32_t block_h = vk_format_get_blockheight(dst->vk_format); in resolve_image_tlb() local
|