HomeSort by relevance Sort by last modified time
    Searched refs:scratch_size (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_shader.h 180 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...]
ilo_state_compute.h 78 uint32_t scratch_size; member in struct:ilo_state_compute
97 return compute->scratch_size;
ilo_state_shader.c 247 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;
ilo_state_compute.c 323 compute->scratch_size = per_thread_size * dev->thread_count;
ilo_state_shader_ps.c 703 ps->scratch_size = ff.per_thread_scratch_size * ff.thread_count;
  /external/harfbuzz_ng/src/
hb-graphite2.cc 240 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; \
hb-coretext.cc 764 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; \
    [all...]
hb-directwrite.cc 560 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)
hb-uniscribe.cc 750 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/
si_cp_dma.c 271 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/
ilo_shader.c 128 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;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h 1141 uint32_t scratch_size; member in struct:anv_cmd_state
    [all...]

Completed in 196 milliseconds