Home
last modified time | relevance | path

Searched refs:subslices (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.c793 #define subslices(args...) { args, } macro
828 GEN11_FEATURES(2, 1, subslices(8), 8),
836 GEN11_FEATURES(1, 1, subslices(6), 6),
844 GEN11_FEATURES(1, 1, subslices(4), 6),
852 GEN11_FEATURES(1, 1, subslices(1), 6),
868 GEN11_FEATURES(1, 1, subslices(4), 4),
873 GEN11_FEATURES(1, 1, subslices(4), 4),
879 GEN11_FEATURES(1, 1, subslices(4), 4),
885 GEN11_FEATURES(1, 1, subslices(4), 4),
891 GEN11_FEATURES(1, 1, subslices(2), 4),
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c457 unsigned subslices = MAX2(brw->screen->subslice_total, 1); in brw_alloc_stage_scratch() local
476 subslices = 8; in brw_alloc_stage_scratch()
478 subslices = 4 * brw->screen->devinfo.num_slices; in brw_alloc_stage_scratch()
520 thread_count = scratch_ids_per_subslice * subslices; in brw_alloc_stage_scratch()
Dbrw_misc_state.c500 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); in brw_emit_select_pipeline() local
502 devinfo->max_cs_threads * subslices - 1; in brw_emit_select_pipeline()
DgenX_state_upload.c4331 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local
4332 vfe.MaximumNumberofThreads = devinfo->max_cs_threads * subslices - 1;
/external/skqp/src/compute/hs/vk/intel/gen8/u64/
Dgen.bat31 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/vk/intel/gen8/u32/
Dgen.bat34 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dgen.bat17 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/skqp/src/compute/hs/cl/intel/gen8/u64/
Dgen.bat14 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1434 unsigned subslices = MAX2(device->physical->subslice_total, 1); in anv_scratch_pool_alloc() local
1451 subslices = (devinfo->is_dg1 || devinfo->gt == 2 ? 6 : 2); in anv_scratch_pool_alloc()
1453 subslices = 8; in anv_scratch_pool_alloc()
1455 subslices = 4 * devinfo->num_slices; in anv_scratch_pool_alloc()
1506 [MESA_SHADER_COMPUTE] = scratch_ids_per_subslice * subslices, in anv_scratch_pool_alloc()
DgenX_pipeline.c2374 const uint32_t subslices = MAX2(device->physical->subslice_total, 1); local
2386 devinfo->max_cs_threads * subslices - 1;
DgenX_cmd_buffer.c4741 const uint32_t subslices = in genX() local
4745 devinfo->max_cs_threads * subslices - 1; in genX()
/external/python/cpython2/Doc/library/
Drandom.rst183 subslices).
/external/python/cpython3/Doc/library/
Drandom.rst229 subslices).