Searched refs:subslices (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_device_info.c | 693 #define subslices(args...) { args, } macro 705 GEN10_FEATURES(1, 1, subslices(2), 2), 711 GEN10_FEATURES(1, 1, subslices(3), 3), 717 GEN10_FEATURES(1, 2, subslices(2, 2), 6), 723 GEN10_FEATURES(2, 2, subslices(3, 2), 6),
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 387 unsigned subslices = MAX2(brw->screen->subslice_total, 1); in brw_alloc_stage_scratch() local 403 subslices = 4 * brw->screen->devinfo.num_slices; in brw_alloc_stage_scratch() 433 thread_count = scratch_ids_per_subslice * subslices; in brw_alloc_stage_scratch()
|
D | genX_state_upload.c | 4235 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); local 4236 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/skia/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/skia/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/skia/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/skia/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 | 1100 const unsigned subslices = MAX2(physical_device->subslice_total, 1); in anv_scratch_pool_alloc() local 1136 [MESA_SHADER_COMPUTE] = scratch_ids_per_subslice * subslices, in anv_scratch_pool_alloc()
|
D | genX_pipeline.c | 1810 const uint32_t subslices = MAX2(physical_device->subslice_total, 1); local 1822 devinfo->max_cs_threads * subslices - 1;
|
/external/python/cpython2/Doc/library/ |
D | random.rst | 183 subslices).
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 201 subslices).
|