Lines Matching defs:height
404 uint32_t width, height;
407 height = radv_minify(image->info.height, range->baseMipLevel + level);
446 .extent = { width, height }
503 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l);
509 .height = height,
516 .extent = {width, height},
548 uint32_t width, height;
555 height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l);
617 radv_unaligned_dispatch(cmd_buffer, width, height, 1);