Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c142 const unsigned subslices = MAX2(brw->screen->subslice_total, 1); in brw_codegen_cs_prog() local
164 scratch_ids_per_subslice * subslices); in brw_codegen_cs_prog()
Dgen7_cs_state.c99 const uint32_t subslices = MAX2(brw->screen->subslice_total, 1); in brw_upload_cs_state() local
100 OUT_BATCH(SET_FIELD(devinfo->max_cs_threads * subslices - 1, in brw_upload_cs_state()
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c954 const unsigned subslices = MAX2(physical_device->subslice_total, 1); in anv_scratch_pool_alloc() local
964 [MESA_SHADER_COMPUTE] = scratch_ids_per_subslice * subslices, in anv_scratch_pool_alloc()
DgenX_pipeline.c1603 const uint32_t subslices = MAX2(physical_device->subslice_total, 1); local
1615 devinfo->max_cs_threads * subslices - 1;
/external/python/cpython2/Doc/library/
Drandom.rst183 subslices).