Searched refs:subslices (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_device_info.c | 793 #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/ |
D | brw_program.c | 457 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()
|
D | brw_misc_state.c | 500 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()
|
D | genX_state_upload.c | 4331 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/ |
D | gen.bat | 31 :: 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/ |
D | gen.bat | 34 :: 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/ |
D | gen.bat | 17 :: 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/ |
D | gen.bat | 14 :: This should be the proper mapping onto the Intel GEN8+ subslices but the compiler is spilling
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 1434 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()
|
D | genX_pipeline.c | 2374 const uint32_t subslices = MAX2(device->physical->subslice_total, 1); local 2386 devinfo->max_cs_threads * subslices - 1;
|
D | genX_cmd_buffer.c | 4741 const uint32_t subslices = in genX() local 4745 devinfo->max_cs_threads * subslices - 1; in genX()
|
/external/python/cpython2/Doc/library/ |
D | random.rst | 183 subslices).
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 229 subslices).
|