HomeSort by: relevance | last modified time | path
    Searched refs:subslices (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/dev/
intel_device_info.c 809 #define subslices(args...) { args, } macro
845 GFX11_FEATURES(2, 1, subslices(8), 8),
853 GFX11_FEATURES(1, 1, subslices(6), 6),
861 GFX11_FEATURES(1, 1, subslices(4), 6),
869 GFX11_FEATURES(1, 1, subslices(1), 6),
885 GFX11_FEATURES(1, 1, subslices(4), 4),
890 GFX11_FEATURES(1, 1, subslices(4), 4),
896 GFX11_FEATURES(1, 1, subslices(4), 4),
902 GFX11_FEATURES(1, 1, subslices(4), 4),
908 GFX11_FEATURES(1, 1, subslices(2), 4)
1469 unsigned subslices; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
gen_device_info.c 839 #define subslices(args...) { args, } macro
853 GEN10_FEATURES(1, 1, subslices(2), 2),
860 GEN10_FEATURES(1, 1, subslices(3), 3),
867 GEN10_FEATURES(1, 2, subslices(2, 2), 6),
874 GEN10_FEATURES(2, 2, subslices(3, 2), 6),
911 GEN11_FEATURES(2, 1, subslices(8), 8),
920 GEN11_FEATURES(1, 1, subslices(6), 6),
929 GEN11_FEATURES(1, 1, subslices(4), 6),
938 GEN11_FEATURES(1, 1, subslices(1), 6),
947 GEN11_FEATURES(1, 1, subslices(4), 4)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_misc_state.c 500 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local
502 devinfo->max_cs_threads * subslices - 1;
brw_program.c 419 unsigned subslices = MAX2(brw->screen->subslice_total, 1); local
430 * brw->screen->subslice_total is the TOTAL number of subslices
431 * and we wish to view that there are 4 subslices per slice
432 * instead of the actual number of subslices per slice.
435 subslices = 4 * brw->screen->devinfo.num_slices;
444 * is. There's a maximum of two slices and two subslices, so these
465 thread_count = scratch_ids_per_subslice * subslices;
genX_state_upload.c 4396 * thus we need to multiply by that number by subslices to get
4401 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local
4402 vfe.MaximumNumberofThreads = devinfo->max_cs_threads * subslices - 1;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_allocator.c 1532 const unsigned subslices = MAX2(physical_device->subslice_total, 1); local
1541 * is. There's a maximum of two slices and two subslices, so these
1568 [MESA_SHADER_COMPUTE] = scratch_ids_per_subslice * subslices,
genX_pipeline.c 2067 const uint32_t subslices = MAX2(physical_device->subslice_total, 1); local
2079 devinfo->max_cs_threads * subslices - 1;
genX_cmd_buffer.c 3766 const uint32_t subslices = local
3770 devinfo->max_cs_threads * subslices - 1;

Completed in 25 milliseconds