Home
last modified time | relevance | path

Searched refs:buffer_max (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_cs.c54 assert(enc->buffer_count <= enc->buffer_max); in vn_cs_encoder_sanity_check()
82 assert(enc->buffer_count < enc->buffer_max); in vn_cs_encoder_add_buffer()
207 const uint32_t buf_max = next_array_size(enc->buffer_max, 4); in vn_cs_encoder_grow_buffer_array()
216 enc->buffer_max = buf_max; in vn_cs_encoder_grow_buffer_array()
231 if (enc->buffer_count >= enc->buffer_max) { in vn_cs_encoder_reserve_internal()
234 assert(enc->buffer_count < enc->buffer_max); in vn_cs_encoder_reserve_internal()
H A Dvn_cs.h22 .buffer_count = 1, .buffer_max = 1, .current_buffer_size = size, \
30 .buffer_count = 1, .buffer_max = 1, .current_buffer_size = size, \
65 uint32_t buffer_max; member
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42drivr.c63 FT_UInt buffer_max ) in t42_get_glyph_name()
65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvgldict.h41 FT_UInt buffer_max );
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_offsets.c204 return try_fold_load_store(b, intrin, state, 1, state->options->buffer_max); in process_instr()
206 return try_fold_load_store(b, intrin, state, 2, state->options->buffer_max); in process_instr()
H A Dnir.h5548 uint32_t buffer_max;
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c319 FT_UInt buffer_max ) in cff_get_glyph_name()
344 buffer_max ); in cff_get_glyph_name()
373 FT_STRCPYN( buffer, gname, buffer_max ); in cff_get_glyph_name()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1driver.c63 FT_UInt buffer_max ) in t1_get_glyph_name()
65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c169 FT_UInt buffer_max ) in sfnt_get_glyph_name()
177 FT_STRCPYN( buffer, gname, buffer_max ); in sfnt_get_glyph_name()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h3657 * buffer_max ::
3685 FT_UInt buffer_max );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftobjs.h939 FT_UInt buffer_max );
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c139 .buffer_max = ~0, in ir3_optimize_loop()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c4183 FT_UInt buffer_max ) in FT_EXPORT_DEF()
4192 if ( !buffer || buffer_max == 0 ) in FT_EXPORT_DEF()
4206 error = service->get_name( face, glyph_index, buffer, buffer_max ); in FT_EXPORT_DEF()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c246 .buffer_max = ~0, in radv_optimize_nir_algebraic()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1698 .buffer_max = ~0, in si_get_nir_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3214 .buffer_max = 0, in ntt_optimize_nir()

Completed in 35 milliseconds