| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_emulate_loops.h | 38 struct rc_instruction * If;
|
| radeon_emulate_branches.c | 32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 45 struct rc_instruction * If; 70 branch->If = inst; 92 if (!s->BranchCount) { 112 if (file == RC_FILE_TEMPORARY) { 125 if (proxy && !proxy->Proxied) { 137 if (proxy && proxy->Proxied) { 163 if (proxies->Temporary[index].Proxied) { 203 if (!s->BranchCount) { 215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst) [all...] |
| radeon_emulate_loops.c | 41 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 93 if(value->Src->File != file || 100 if(!rc_src_reg_is_immediate(value->C, inst->U.I.SrcReg[0].File, 122 if(file != RC_FILE_TEMPORARY || 128 /* XXX: Give up if the counter is modified within an IF block. We 130 if (count_inst->BranchDepth > 0) { 137 if(opcode->NumSrcRegs != 2){ 141 if(inst->U.I.SrcReg[0].File == RC_FILE_TEMPORARY && 145 } else if( inst->U.I.SrcReg[1].File == RC_FILE_TEMPORARY & [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 48-spacing.conf | 6 If the request specifies spacing 100, add monospace to family
|
| 49-sansserif.conf | 6 If the font still has no generic name, add sans-serif
|
| 10-scale-bitmap-fonts.conf | 6 If font is bitmap, calculate scale factor. 23 minor scaling if hinting is enabled. 57 If we *are* going to scale, go ahead and do it.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_emulate_loops.h | 38 struct rc_instruction * If;
|
| radeon_emulate_branches.c | 32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0) 45 struct rc_instruction * If; 70 branch->If = inst; 92 if (!s->BranchCount) { 112 if (file == RC_FILE_TEMPORARY) { 125 if (proxy && !proxy->Proxied) { 137 if (proxy && proxy->Proxied) { 163 if (proxies->Temporary[index].Proxied) { 203 if (!s->BranchCount) { 215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst) [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcconfig.fncs | 39 If <parameter>config</parameter> is NULL, the current configuration is used. 50 Decrements the config reference count. If all references are gone, destroys 62 FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count 63 in <parameter>config</parameter> since 2.12.0, returning FcFalse if that call fails. 81 If <parameter>config</parameter> is NULL, the current configuration is used. 89 Return the current user's home directory, if it is available, and if using it 99 If <parameter>enable</parameter> is FcTrue, then Fontconfig will use various 118 <function>FcConfigAppFontClear</function>). Returns FcFalse if this operation 119 runs out of memory. If <parameter>config</parameter> is NULL, the curren [all...] |
| fcdircache.fncs | 40 Returns FcTrue if <parameter>dir</parameter> has an associated valid cache 51 Loads the cache related to <parameter>dir</parameter>. If no cache file 64 returns NULL if failed. 75 This returns a cache for <parameter>dir</parameter>. If 88 <parameter>cache_file</parameter>. If <parameter>file_stat</parameter> is
|
| fclangset.fncs | 101 <parameter>ls_a</parameter> and <parameter>ls_b</parameter>. If they share 102 any language and territory pair, this function returns FcLangEqual. If they 104 function returns FcLangDifferentTerritory. If they share no languages in 114 <function>FcLangSetContains</function> returns FcTrue if 117 language from <parameter>ls_b</parameter> if <parameter>ls_a</parameter> 128 Returns FcTrue if and only if <parameter>ls_a</parameter> supports precisely 151 <parameter>ls</parameter> supports <parameter>lang</parameter>. If 153 this function returns FcLangEqual. If <parameter>ls</parameter> has 155 function returns FcLangDifferentTerritory. If <parameter>ls</parameter [all...] |
| fcfile.fncs | 36 If <parameter>force</parameter> is FcTrue, then the file is scanned even if 37 associated information is found in <parameter>cache</parameter>. If 44 contents of the font file itself. Returns FcFalse if any of the fonts cannot be 53 Returns FcTrue if <parameter>file</parameter> is a directory, otherwise 67 If <parameter>cache</parameter> is not zero or if <parameter>force</parameter> 71 this function does not create any cache files. Use FcDirCacheRead() if
|
| fcfontset.fncs | 48 being inserted into the set. Returns FcFalse if the pattern cannot be 65 If <parameter>config</parameter> is NULL, the default configuration is checked 85 If <parameter>config</parameter> is NULL, the current configuration is used. 86 Returns NULL if an error occurs during this process. 113 If <parameter>trim</parameter> is FcTrue, 117 if <parameter>csp</parameter> is not NULL. This function
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_shader_debug.spec | 158 The text, if any, produced by any of these functions is appended 202 The assertMESA function checks if the argument <condition> is 203 true or false. If it is true, nothing happens. If it is false, 207 delimited by a white space. If the argument <cookie> is not present, 208 it is meant as if it was of value 0. If the arguments <file> and 209 <line> are not present, they are meant as if they were of values
|
| MESA_swap_frame_usage.spec | 51 completion of the two swaps. If the value is in the range [0,1], the 53 constant frame rate. If the value is in the range (1,max], a constant 114 swap period is the vertical refresh time. If SGI_swap_control or 116 time multiplied by the swap interval (or one if the swap interval is set 119 If OML_sync_control is supported, the swap period is the vertical 121 glXSwapBuffersMscOML. The frame usage in this case is less than 1.0 if 140 If a swap is missed based in the rate control specified by the 174 If these functions are successful, zero is returned. If the context 180 If the function succeeds, zero is returned. If the functio [all...] |
| MESA_multithread_makecurrent.spec | 79 If ctx is current to some other thread, then 82 If ctx is an indirect context current to some other thread, 86 If ctx is current to some other thread, then 89 If ctx is an indirect context current to some other thread, 106 (1) What happens if the app binds a context/drawable in multiple 113 (2) What happens if the app binds a context/drawable in multiple 119 (3) What happens if the app binds a context/drawable in 7 threads, 126 (4) What happens if the app binds a new drawable/readable with
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_shader_debug.spec | 158 The text, if any, produced by any of these functions is appended 202 The assertMESA function checks if the argument <condition> is 203 true or false. If it is true, nothing happens. If it is false, 207 delimited by a white space. If the argument <cookie> is not present, 208 it is meant as if it was of value 0. If the arguments <file> and 209 <line> are not present, they are meant as if they were of values
|
| MESA_swap_frame_usage.spec | 51 completion of the two swaps. If the value is in the range [0,1], the 53 constant frame rate. If the value is in the range (1,max], a constant 114 swap period is the vertical refresh time. If SGI_swap_control or 116 time multiplied by the swap interval (or one if the swap interval is set 119 If OML_sync_control is supported, the swap period is the vertical 121 glXSwapBuffersMscOML. The frame usage in this case is less than 1.0 if 140 If a swap is missed based in the rate control specified by the 174 If these functions are successful, zero is returned. If the context 180 If the function succeeds, zero is returned. If the functio [all...] |
| MESA_multithread_makecurrent.spec | 79 If ctx is current to some other thread, then 82 If ctx is an indirect context current to some other thread, 86 If ctx is current to some other thread, then 89 If ctx is an indirect context current to some other thread, 106 (1) What happens if the app binds a context/drawable in multiple 113 (2) What happens if the app binds a context/drawable in multiple 119 (3) What happens if the app binds a context/drawable in 7 threads, 126 (4) What happens if the app binds a new drawable/readable with
|
| /xsrc/external/mit/glw/dist/ |
| compile | 21 # along with this program. If not, see <http://www.gnu.org/licenses/>. 23 # As a special exception to the GNU General Public License, if you 45 If you are trying to build a whole package this is not the 64 if test -n "$eat"; then 70 # So we strip `-o arg' only if arg is an object. 96 if test -z "$ofile" || test -z "$cfile"; then 97 # If no `-o' option was seen then we might have been invoked from a 99 # normal compilation that the losing compiler can handle. If no 114 if mkdir "$lockdir" >/dev/null 2>&1; then 119 # FIXME: race condition here if user kills between mkdir and trap [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/ |
| compile | 21 # along with this program. If not, see <http://www.gnu.org/licenses/>. 23 # As a special exception to the GNU General Public License, if you 45 If you are trying to build a whole package this is not the 64 if test -n "$eat"; then 70 # So we strip `-o arg' only if arg is an object. 96 if test -z "$ofile" || test -z "$cfile"; then 97 # If no `-o' option was seen then we might have been invoked from a 99 # normal compilation that the losing compiler can handle. If no 114 if mkdir "$lockdir" >/dev/null 2>&1; then 119 # FIXME: race condition here if user kills between mkdir and trap [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| compile | 20 # along with this program; if not, write to the Free Software 23 # As a special exception to the GNU General Public License, if you 45 If you are trying to build a whole package this is not the 64 if test -n "$eat"; then 70 # So we strip `-o arg' only if arg is an object. 96 if test -z "$ofile" || test -z "$cfile"; then 97 # If no `-o' option was seen then we might have been invoked from a 99 # normal compilation that the losing compiler can handle. If no 114 if mkdir "$lockdir" >/dev/null 2>&1; then 119 # FIXME: race condition here if user kills between mkdir and trap [all...] |
| /xsrc/external/mit/xsetpointer/dist/ |
| compile | 20 # along with this program; if not, write to the Free Software 23 # As a special exception to the GNU General Public License, if you 45 If you are trying to build a whole package this is not the 64 if test -n "$eat"; then 70 # So we strip `-o arg' only if arg is an object. 96 if test -z "$ofile" || test -z "$cfile"; then 97 # If no `-o' option was seen then we might have been invoked from a 99 # normal compilation that the losing compiler can handle. If no 114 if mkdir "$lockdir" >/dev/null 2>&1; then 119 # FIXME: race condition here if user kills between mkdir and trap [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| Bug Report.md | 2 - Check if a new version of Mesa is available which might have fixed the problem. 3 - If you can, check if the latest development version (git main) works better. 4 - Check if your bug has already been reported here. 22 - Xserver version (if applicable): (`sudo X -version`) 25 #### If applicable 50 ### Screenshots/video files (if applicable)
|
| /xsrc/external/mit/freetype/dist/builds/ |
| detect.mk | 26 # PLATFORM The detected platform. This will default to `ansi' if 39 # hierarchy. If not defined, it will default to `.'. 78 # If no setup target platform was specified, enable auto-detection/ 85 # If the user has explicitly asked for `ansi' on the command line, 119 $(info If this does not correspond to your system or settings please remove the file)
|