| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 421 nir_foreach_variable(variable, &nir->inputs) { 424 const struct glsl_type *type = variable->type; 425 if (nir_is_per_vertex_io(variable, nir->info.stage)) { 433 i = variable->data.driver_location; 437 * variable->data.driver_location. 440 if (glsl_type_is_dual_slot(glsl_without_array(variable->type))) 449 variable->data.location == VARYING_SLOT_POS) { 466 tgsi_get_gl_varying_semantic(variable->data.location + j, true, 475 if (variable->data.sample) 477 else if (variable 915 declare_nir_input_vs(struct si_shader_context * ctx,struct nir_variable * variable,unsigned input_index,LLVMValueRef out[4]) argument 923 declare_nir_input_fs(struct si_shader_context * ctx,struct nir_variable * variable,unsigned input_index,LLVMValueRef out[4]) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.h | 59 struct nir_variable *variable,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.h | 56 struct nir_shader *nir, struct nir_variable *variable,
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/ |
| H A D | README.md | 10 environment variable.
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/ |
| H A D | README.md | 10 variable like `FD_GPU_ID=307"
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | format.py | 48 def variable(self, name): member in class:Formatter 81 def variable(self, name): member in class:AnsiFormatter 83 Formatter.variable(self, name) 150 def variable(self, name): member in class:WindowsConsoleFormatter 152 Formatter.variable(self, name)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| H A D | format.py | 48 def variable(self, name): member in class:Formatter 81 def variable(self, name): member in class:AnsiFormatter 83 Formatter.variable(self, name) 150 def variable(self, name): member in class:WindowsConsoleFormatter 152 Formatter.variable(self, name)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 497 nir_foreach_shader_in_variable(variable, nir) { 500 const struct glsl_type *type = variable->type; 501 if (nir_is_arrayed_io(variable, nir->info.stage)) { 506 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : 509 i = variable->data.driver_location; 513 * variable->data.driver_location. 526 tgsi_get_gl_varying_semantic(variable->data.location + j, need_texcoord, 536 glsl_get_base_type(glsl_without_array(variable->type)); 538 if (variable->data.centroid) 540 if (variable [all...] |
| /xsrc/external/mit/mesa-demos/dist/m4/ |
| H A D | ac_define_dir.m4 | 11 # This macro sets VARNAME to the expansion of the DIR variable, taking 14 # VARNAME is then offered as both an output variable and a C preprocessor
|
| /xsrc/external/mit/xf86-video-intel/dist/m4/ |
| H A D | ac_define_dir.m4 | 11 # This macro sets VARNAME to the expansion of the DIR variable, taking 14 # VARNAME is then offered as both an output variable and a C preprocessor
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ac_define_dir.m4 | 11 # This macro sets VARNAME to the expansion of the DIR variable, taking 14 # VARNAME is then offered as both an output variable and a C preprocessor
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | usage.rst | 35 To use it set the LD_LIBRARY_PATH environment variable accordingly. 37 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | usage.rst | 29 To use it set the LD_LIBRARY_PATH environment variable accordingly. 31 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
|
| /xsrc/external/mit/xorg-server/dist/m4/ |
| H A D | ac_define_dir.m4 | 11 # This macro sets VARNAME to the expansion of the DIR variable, taking 14 # VARNAME is then offered as both an output variable and a C preprocessor
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | ac_define_dir.m4 | 11 # This macro sets VARNAME to the expansion of the DIR variable, taking 14 # VARNAME is then offered as both an output variable and a C preprocessor
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | freetype-config.in | 19 # note that option `--variable' is not affected by the 20 # PKG_CONFIG_SYSROOT_DIR environment variable 26 prefix=`%PKG_CONFIG% --variable prefix freetype2` 27 exec_prefix=`%PKG_CONFIG% --variable exec_prefix freetype2` 29 includedir=`%PKG_CONFIG% --variable includedir freetype2` 30 libdir=`%PKG_CONFIG% --variable libdir freetype2`
|
| H A D | ax_prog_python_version.m4 | 24 # NOTE: This macro uses the $PYTHON variable to perform the check. 25 # AX_WITH_PYTHON can be used to set that variable prior to running this 26 # macro. The $PYTHON_VERSION variable will be valorized with the detected
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 5 - `;` executes python code to extend the pattern syntax by inserting functions into the variable dictionary, fail the test, insert more checks or consume characters from the output 16 - A `#` in the pattern expects an unsigned integer in the output. The `#` can be followed by an identifier to store the integer in a variable. 17 - A `$` in the pattern stores the output until the first whitespace character into a variable. 19 - A `@` calls a variable as a function. It can be followed by an argument string wrapped in `(` and `)`.
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Actions.c | 901 XawActionVar *variable; local in function:XawDeclareActionVar 909 "declare(): variable name must begin with \'%c\', at %s = %s", 914 variable = _XawFindActionVar(list, name); 915 if (!variable) 916 variable = _XawCreateActionVar(list, name); 920 if (variable->qvalue) 924 if (val != NULL && strcmp(XrmQuarkToString(variable->qvalue), val) == 0) 931 variable->qvalue = (escape ? XrmStringToQuark(escape) : 940 XawActionVar *variable; local in function:XawConvertActionVar 947 variable 1054 XawActionVar *variable; local in function:_XawCreateActionVar 1085 bcmp_action_variable(register _Xconst void * string,register _Xconst void * variable) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 36 * bitfield corresponding to this variable. 130 * variable is used! 161 /* This one is invalid, make it a global variable instead */ 1151 /* Create a variable if not exist. */ 1232 /* Clone instructions start from deref load to variable deref. */ 1305 /* Skip if the variable will be eliminated */ 1458 * variable. If part of the current slot is taken up by a compact 1459 * variable, we need to go to the next one. 1560 unreachable("Unsupported variable in get_linked_variable_location."); 1564 get_linked_variable_io_mask(nir_variable *variable, gl_shader_stag argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_search.c | 280 assert(var->variable < NIR_SEARCH_MAX_VARIABLES); 282 if (state->variables_seen & (1 << var->variable)) { 283 if (state->variables[var->variable].src.ssa != instr->src[src].src.ssa) 289 if (state->variables[var->variable].swizzle[i] != new_swizzle[i]) 306 state->variables_seen |= (1 << var->variable); 307 state->variables[var->variable].src = instr->src[src].src; 308 state->variables[var->variable].abs = false; 309 state->variables[var->variable].negate = false; 313 state->variables[var->variable].swizzle[i] = new_swizzle[i]; 315 state->variables[var->variable] [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | debugging.rst | 6 errors. Mesa supports an environment variable, ``MESA_DEBUG``, to help
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 327 struct rc_variable * variable, 332 unsigned int writemask = rc_variable_writemask_sum(variable); 333 struct rc_list * readers = rc_variable_readers_union(variable); 336 if (!variable->C->is_r500) { 342 for (var_ptr = variable; var_ptr; var_ptr = var_ptr->Friend) { 360 for (var_ptr = variable; var_ptr; 370 * be a pair instruction. If variable or any 411 if (variable->Inst->Type == RC_INSTRUCTION_PAIR) { 414 if (is_derivative(variable->Inst->U.P.RGB.Opcode) 415 || is_derivative(variable 326 variable_get_class(struct rc_variable * variable,const struct rc_class * classes) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 327 struct rc_variable * variable, 332 unsigned int writemask = rc_variable_writemask_sum(variable); 333 struct rc_list * readers = rc_variable_readers_union(variable); 336 if (!variable->C->is_r500) { 342 for (var_ptr = variable; var_ptr; var_ptr = var_ptr->Friend) { 360 for (var_ptr = variable; var_ptr; 370 * be a pair instruction. If variable or any 411 if (variable->Inst->Type == RC_INSTRUCTION_PAIR) { 414 if (is_derivative(variable->Inst->U.P.RGB.Opcode) 415 || is_derivative(variable 326 variable_get_class(struct rc_variable * variable,const struct rc_class * classes) argument [all...] |
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 53 the icon manager (see description of the variable 99 `--display` or by the `DISPLAY` environment variable) should be 173 variable `host:displaynum.screennum`) that would be used to contact that 227 `IconRegion`, (see below for details on the `IconRegion` variable) 254 This variable is set to the name of the machine that is running the X 409 When a variable containing a list of strings representing windows is 421 (specified by the `HOME` environment variable) if the first character is a 435 This variable specifies a list of windows (all windows if the list is defaulted) 448 This variable indicates that ctwm should obey window gravity 465 This variable specifie [all...] |