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

/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffparse.h123 FT_UInt array_max; member in struct:CFF_Field_Handler_
H A Dcffparse.c1534 if ( num_args > field->array_max )
1535 num_args = field->array_max;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h79 unsigned array_max[TGSI_FILE_COUNT]; /**< highest index array per register file */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c604 info->array_max[file] = MAX2(info->array_max[file], array_id);
923 * highest array id, i.e. tgsi_shader_info::array_max[file].
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h78 unsigned array_max[TGSI_FILE_COUNT]; /**< highest index array per register file */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c626 info->array_max[file] = MAX2(info->array_max[file], array_id);
946 * highest array id, i.e. tgsi_shader_info::array_max[file].
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c204 unsigned num_arrays = ctx->bld_base.info->array_max[TGSI_FILE_TEMPORARY];
1063 if (info->array_max[TGSI_FILE_TEMPORARY] > 0) {
1064 int size = info->array_max[TGSI_FILE_TEMPORARY];
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dpsaux.h262 FT_UInt array_max; /* maximum number of elements for */ member in struct:T1_FieldRec_
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsobjs.c1356 if ( (FT_UInt)num_elements > field->array_max )
1357 num_elements = (FT_Int)field->array_max;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c511 nir_ssa_def *array_max = nir_extract_u16(b, packed, nir_imm_int(b, 1)); local in function:build_buffer_addr_for_res_index
515 array_index = nir_umin(b, array_index, array_max);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c881 unsigned n = ctx->info.array_max[TGSI_FILE_TEMPORARY];
919 for (i = 0; i < ctx->info.array_max[TGSI_FILE_TEMPORARY]; i++) {
953 for (i = 0; i < ctx->info.array_max[TGSI_FILE_TEMPORARY]; i++) {
3363 int narrays = ctx.info.array_max[TGSI_FILE_TEMPORARY];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c969 unsigned n = ctx->info.array_max[TGSI_FILE_TEMPORARY];
1007 for (i = 0; i < ctx->info.array_max[TGSI_FILE_TEMPORARY]; i++) {
1041 for (i = 0; i < ctx->info.array_max[TGSI_FILE_TEMPORARY]; i++) {
3452 int narrays = ctx.info.array_max[TGSI_FILE_TEMPORARY];

Completed in 41 milliseconds