Lines Matching defs:device
72 radv_image_is_renderable(struct radv_device *device, struct radv_image *image)
79 if (device->physical_device->rad_info.gfx_level >= GFX9 &&
101 !radv_image_is_renderable(cmd_buffer->device, image);
138 radv_layout_dcc_compressed(cmd_buffer->device, image, region->imageSubresource.mipLevel,
212 if (cmd_buffer->device->physical_device->emulate_etc2 &&
241 radv_cs_add_buffer(cmd_buffer->device->ws, cmd_buffer->cs, image->bindings[0].bo);
242 radv_cs_add_buffer(cmd_buffer->device->ws, cmd_buffer->cs, buffer->bo);
287 radv_layout_dcc_compressed(cmd_buffer->device, image, region->imageSubresource.mipLevel,
368 !radv_image_is_renderable(cmd_buffer->device, dst_image);
385 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout,
434 bool dst_compressed = radv_layout_dcc_compressed(cmd_buffer->device, dst_image,
439 bool src_compressed = radv_layout_dcc_compressed(cmd_buffer->device, src_image,
445 (radv_dcc_formats_compatible(cmd_buffer->device->physical_device->rad_info.gfx_level,
539 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout,
552 uint32_t htile_value = radv_get_htile_initial_value(cmd_buffer->device, dst_image);
573 if (cmd_buffer->device->physical_device->emulate_etc2 &&