Searched refs:scratch_size (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_shader.h180 uint32_t scratch_size; member in struct:ilo_state_vs
185 uint32_t scratch_size; member in struct:ilo_state_hs
191 uint32_t scratch_size; member in struct:ilo_state_ds
196 uint32_t scratch_size; member in struct:ilo_state_gs
201 uint32_t scratch_size; member in struct:ilo_state_ps
226 return vs->scratch_size;
242 return hs->scratch_size;
257 return ds->scratch_size;
272 return gs->scratch_size;
292 return ps->scratch_size;
[all...]
H A Dilo_state_compute.h78 uint32_t scratch_size; member in struct:ilo_state_compute
97 return compute->scratch_size;
H A Dilo_state_shader.c247 vs->scratch_size = ff.per_thread_scratch_size * thread_count;
328 hs->scratch_size = ff.per_thread_scratch_size * thread_count;
433 ds->scratch_size = ff.per_thread_scratch_size * thread_count;
574 gs->scratch_size = ff.per_thread_scratch_size * thread_count;
645 gs->scratch_size = ff.per_thread_scratch_size * thread_count;
H A Dilo_state_compute.c323 compute->scratch_size = per_thread_size * dev->thread_count;
H A Dilo_state_shader_ps.c703 ps->scratch_size = ff.per_thread_scratch_size * ff.thread_count;
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc240 unsigned int scratch_size; local
241 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
273 scratch = buffer->get_scratch_buffer (&scratch_size);
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
283 scratch = buffer->get_scratch_buffer (&scratch_size);
290 assert (_consumed <= scratch_size); \
292 scratch_size -= _consumed; \
H A Dhb-coretext.cc764 unsigned int scratch_size; local
765 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
771 if (unlikely (_consumed > scratch_size)) \
777 scratch_size -= _consumed; \
841 scratch = buffer->get_scratch_buffer (&scratch_size);
845 scratch_size -= old_scratch_used;
1124 unsigned int scratch_size_saved = scratch_size; \
1128 scratch_size = scratch_size_saved; \
H A Dhb-directwrite.cc560 unsigned int scratch_size; local
561 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
566 assert (_consumed <= scratch_size); \
568 scratch_size -= _consumed; \
698 unsigned int glyphs_size = (scratch_size * sizeof(int) - 2)
H A Dhb-uniscribe.cc750 unsigned int scratch_size; local
751 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
757 assert (_consumed <= scratch_size); \
759 scratch_size -= _consumed; \
800 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c271 unsigned scratch_size = CP_DMA_ALIGNMENT * 2; local
279 sctx->scratch_buffer->b.b.width0 < scratch_size) {
283 PIPE_USAGE_DEFAULT, scratch_size);
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_shader.c128 int scratch_size, *cur_max; local
140 scratch_size = ilo_state_vs_get_scratch_size(&sh->cso.vs);
144 scratch_size = ilo_state_gs_get_scratch_size(&sh->cso.gs);
148 scratch_size = ilo_state_ps_get_scratch_size(&sh->cso.ps);
153 scratch_size = 0;
158 if (*cur_max < scratch_size)
159 *cur_max = scratch_size;
/external/mesa3d/src/intel/vulkan/
H A Danv_private.h1141 uint32_t scratch_size; member in struct:anv_cmd_state

Completed in 201 milliseconds