HomeSort by relevance Sort by last modified time
    Searched full:scratch_size (Results 1 - 15 of 15) 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;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 8 #define SCRATCH_SIZE 20
26 uint8_t buf_scratch[SCRATCH_SIZE];/* scratch for boundary reads*/
  /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-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)
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...]
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 41 #define SCRATCH_SIZE 22
605 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 );
606 ALLOC( xcorr32, SCRATCH_SIZE, opus_int32 );
615 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
618 silk_assert( lag_counter < SCRATCH_SIZE );
629 silk_assert( idx + j < SCRATCH_SIZE );
677 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 );
    [all...]
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 40 #define SCRATCH_SIZE 22
505 silk_float scratch_mem[ SCRATCH_SIZE ];
506 opus_val32 xcorr[ SCRATCH_SIZE ];
532 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
535 silk_assert( lag_counter < SCRATCH_SIZE );
546 silk_assert( idx + j < SCRATCH_SIZE );
572 silk_float scratch_mem[ SCRATCH_SIZE ];
611 silk_assert( lag_counter < SCRATCH_SIZE );
622 silk_assert( idx + j < SCRATCH_SIZE );
  /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 736 milliseconds