HomeSort by relevance Sort by last modified time
    Searched refs:rad_info (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/amd/vulkan/
si_cmd_buffer.c 44 unsigned sh_per_se = MAX2(physical_device->rad_info.max_sh_per_se, 1);
45 unsigned num_se = MAX2(physical_device->rad_info.max_se, 1);
46 unsigned rb_mask = physical_device->rad_info.enabled_rb_mask;
47 unsigned num_rb = MIN2(physical_device->rad_info.num_render_backends, 16);
149 if (physical_device->rad_info.chip_class < CIK)
158 if (physical_device->rad_info.chip_class >= CIK)
163 if (physical_device->rad_info.chip_class < CIK)
189 if (physical_device->rad_info.chip_class >= CIK) {
204 if (physical_device->rad_info.chip_class <= SI) {
217 unsigned num_rb = MIN2(physical_device->rad_info.num_render_backends, 16)
    [all...]
radv_device.c 219 device->ws->query_info(device->ws, &device->rad_info);
226 if (radv_device_get_cache_uuid(device->rad_info.family, device->uuid)) {
242 device->name = device->rad_info.name;
573 .timestampPeriod = 100000.0 / pdevice->rad_info.clock_crystal_freq,
593 .deviceID = pdevice->rad_info.pci_id,
611 if (pdevice->rad_info.compute_rings > 0 &&
612 pdevice->rad_info.chip_class >= CIK &&
637 if (pdevice->rad_info.compute_rings > 0 &&
638 pdevice->rad_info.chip_class >= CIK &&
643 .queueCount = pdevice->rad_info.compute_rings
    [all...]
radv_image.c 115 device->physical_device->rad_info.chip_class < VI ||
126 return (ATI_VENDOR_ID << 16) | device->physical_device->rad_info.pci_id;
329 if (device->physical_device->rad_info.chip_class <= CIK && image->samples <= 1) {
521 unsigned pipe_interleave_bytes = device->physical_device->rad_info.pipe_interleave_bytes;
522 unsigned num_pipes = device->physical_device->rad_info.num_tile_pipes;
595 unsigned num_pipes = device->physical_device->rad_info.num_tile_pipes;
596 unsigned pipe_interleave_bytes = device->physical_device->rad_info.pipe_interleave_bytes;
605 if (device->physical_device->rad_info.chip_class >= CIK && num_pipes < 4)
830 if (device->physical_device->rad_info.chip_class >= CIK) {
    [all...]
radv_query.c 38 unsigned num_db = device->physical_device->rad_info.num_render_backends;
39 MAYBE_UNUSED unsigned rb_mask = device->physical_device->rad_info.enabled_rb_mask;
41 if (device->physical_device->rad_info.chip_class == SI)
radv_pipeline_cache.c 322 if (header.device_id != device->physical_device->rad_info.pci_id)
422 header->device_id = device->physical_device->rad_info.pci_id;