Lines Matching defs:width
59 config.width_in_pixels = tiling->width;
97 clip.clip_window_width_in_pixels = rect->extent.width;
735 if (state->render_area.extent.width > 0)
736 max_render_x += state->render_area.extent.width - 1;
821 config.image_width_pixels = framebuffer->width;
1450 * if the frame has odd width or height.
1478 if (((fb->width % 2) != 0 || (fb->height % 2) != 0)) {
1479 perf_debug("Loading depth aspect for framebuffer with odd width "
1831 simd_width_to_gs_pack_mode(uint32_t width)
1833 switch (width) {
1843 unreachable("Invalid SIMD width");