Searched refs:subslices (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.c809 #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(
1469 unsigned subslices; local in function:init_max_scratch_ids
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_device_info.c839 #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(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c500 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local in function:brw_emit_select_pipeline
502 devinfo->max_cs_threads * subslices - 1;
H A Dbrw_program.c419 unsigned subslices = MAX2(brw->screen->subslice_total, 1); local in function:brw_alloc_stage_scratch
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;
H A DgenX_state_upload.c4396 * thus we need to multiply by that number by subslices to get
4401 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local in function:genX
4402 vfe.MaximumNumberofThreads = devinfo->max_cs_threads * subslices - 1;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1532 const unsigned subslices = MAX2(physical_device->subslice_total, 1); local in function:anv_scratch_pool_alloc
1541 * is. There's a maximum of two slices and two subslices, so these
1568 [MESA_SHADER_COMPUTE] = scratch_ids_per_subslice * subslices,
H A DgenX_pipeline.c2067 const uint32_t subslices = MAX2(physical_device->subslice_total, 1); local in function:compute_pipeline_create
2079 devinfo->max_cs_threads * subslices - 1;
H A DgenX_cmd_buffer.c3766 const uint32_t subslices = local in function:genX
3770 devinfo->max_cs_threads * subslices - 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2463 - intel/dev: fix HSW GT3 number of subslices in slice1
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json32098 "description": "intel/dev: fix HSW GT3 number of subslices in slice1",
[all...]

Completed in 188 milliseconds