Lines Matching defs:width
224 dest->sample_location.grid_size.width != src->sample_location.grid_size.width ||
1036 uint32_t x_offset = x % state->grid_size.width;
1042 pixel_offset = (x_offset + y_offset * state->grid_size.width) * num_samples;
1696 radeon_emit(cmd_buffer->cs, S_028214_BR_X(rect.offset.x + rect.extent.width) |
1704 unsigned width = cmd_buffer->state.dynamic.line_width * 8;
1707 S_028A08_WIDTH(CLAMP(width, 0, 0xFFFF)));
1867 uint32_t rate_x = MIN2(2, d->fragment_shading_rate.size.width) - 1;
2873 S_028208_BR_X(framebuffer->width) | S_028208_BR_Y(framebuffer->height));
6415 .width = radv_minify(ds_image->info.width, level),
6443 .width = MIN2(fb->width, ds_image->info.width),
7635 d->fragment_shading_rate.size.width == 1 &&
8729 : offsetof(VkTraceRaysIndirectCommand2KHR, width);
8738 ? upload_va + offsetof(VkTraceRaysIndirectCommand2KHR, width)
8742 launch_size_va = indirect_va + offsetof(VkTraceRaysIndirectCommand2KHR, width);
8747 info.blocks[0] = tables->width;
8776 uint32_t width, uint32_t height, uint32_t depth)
8792 .width = width,
9152 unsigned w = pRenderingInfo->renderArea.offset.x + pRenderingInfo->renderArea.extent.width;
9160 w = MIN2(w, iview->extent.width);
9168 .width = w,