Searched refs:LP_MAX_INLINED_TEMPS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h63 #define LP_MAX_INLINED_TEMPS 256 macro
H A Dlp_bld_tgsi.h460 LLVMValueRef temps[LP_MAX_INLINED_TEMPS][TGSI_NUM_CHANNELS];
553 LLVMValueRef temps[LP_MAX_INLINED_TEMPS];
H A Dlp_bld_tgsi_aos.c385 assert(idx < LP_MAX_INLINED_TEMPS);
H A Dlp_bld_tgsi_soa.c2902 assert(last < LP_MAX_INLINED_TEMPS);
3893 if (info->file_max[TGSI_FILE_TEMPORARY] >= LP_MAX_INLINED_TEMPS) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h69 #define LP_MAX_INLINED_TEMPS 256 macro
H A Dlp_bld_tgsi.h550 LLVMValueRef temps[LP_MAX_INLINED_TEMPS][TGSI_NUM_CHANNELS];
643 LLVMValueRef temps[LP_MAX_INLINED_TEMPS];
H A Dlp_bld_tgsi_aos.c385 assert(idx < LP_MAX_INLINED_TEMPS);
H A Dlp_bld_tgsi_soa.c2899 assert(last < LP_MAX_INLINED_TEMPS);
4464 if (params->info->file_max[TGSI_FILE_TEMPORARY] >= LP_MAX_INLINED_TEMPS) {

Completed in 17 milliseconds