Searched refs:variable (Results 1 - 25 of 922) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c421 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 Dac_nir_to_llvm.h59 struct nir_variable *variable,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.h56 struct nir_shader *nir, struct nir_variable *variable,
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A DREADME.md10 environment variable.
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/
H A DREADME.md10 variable like `FD_GPU_ID=307"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dformat.py48 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 Dformat.py48 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 Dnir_to_tgsi_info.c497 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 Dac_define_dir.m411 # 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 Dac_define_dir.m411 # 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 Dac_define_dir.m411 # 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 Dusage.rst35 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 Dusage.rst29 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 Dac_define_dir.m411 # 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 Dac_define_dir.m411 # 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 Dfreetype-config.in19 # 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 Dax_prog_python_version.m424 # 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 DREADME.md5 - `;` 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 DActions.c901 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 Dnir_linking_helpers.c36 * 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 Dnir_search.c280 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 Ddebugging.rst6 errors. Mesa supports an environment variable, ``MESA_DEBUG``, to help
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c327 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 Dradeon_pair_regalloc.c327 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 Dctwm.1.adoc53 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...]

Completed in 28 milliseconds

1234567891011>>