| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| 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->data.centroid [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_nir_to_llvm.h | 56 struct nir_shader *nir, struct nir_variable *variable,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_nir_to_llvm.h | 59 struct nir_variable *variable,
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/ |
| README.md | 10 environment variable.
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/ |
| README.md | 10 variable like `FD_GPU_ID=307"
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| 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.old/dist/src/gallium/tools/trace/ |
| 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/ |
| 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->data.sample [all...] |
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| 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`
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Actions.c | 901 XawActionVar *variable; local 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 947 variable = _XawFindActionVar(list, name) 1054 XawActionVar *variable; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| 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_stage stage [all...] |
| nir_search.c | 297 assert(var->variable < NIR_SEARCH_MAX_VARIABLES); 299 if (state->variables_seen & (1 << var->variable)) { 300 if (state->variables[var->variable].src.ssa != instr->src[src].src.ssa) 306 if (state->variables[var->variable].swizzle[i] != new_swizzle[i]) 324 state->variables_seen |= (1 << var->variable); 325 state->variables[var->variable].src = instr->src[src].src; 326 state->variables[var->variable].abs = false; 327 state->variables[var->variable].negate = false; 331 state->variables[var->variable].swizzle[i] = new_swizzle[i]; 333 state->variables[var->variable].swizzle[i] = 0 [all...] |
| nir_search.h | 61 * as variable (-bit_size - 1). 69 /** The variable index; Must be less than NIR_SEARCH_MAX_VARIABLES */ 70 unsigned variable; member in struct:__anon806 72 /** Indicates that the given variable must be a constant 75 * given variable is only allowed to match constant values. 79 /** Indicates that the given variable must have a certain type 82 * given variable is only allowed to match values that come from an ALU 86 * Note: A variable that is both constant and has a non-void type will
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| 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].swizzle[i] = 0 [all...] |
| nir_search.h | 59 * as variable (-bit_size - 1). 67 /** The variable index; Must be less than NIR_SEARCH_MAX_VARIABLES */ 68 unsigned variable; member in struct:__anon3416 70 /** Indicates that the given variable must be a constant 73 * given variable is only allowed to match constant values. 77 /** Indicates that the given variable must have a certain type 80 * given variable is only allowed to match values that come from an ALU 84 * Note: A variable that is both constant and has a non-void type will
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| 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->Inst->U.P.Alpha.Opcode)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| 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->Inst->U.P.Alpha.Opcode)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_shader_util.h | 108 unsigned ac_compute_cs_workgroup_size(uint16_t sizes[3], bool variable, unsigned max);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 63 for variable in class_.variables(): 64 if variable.name != '': 65 #print 'variable = %r' % variable.name 66 dump_type(self._instance + '.' + variable.name, variable.type)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 63 for variable in class_.variables(): 64 if variable.name != '': 65 #print 'variable = %r' % variable.name 66 dump_type(self._instance + '.' + variable.name, variable.type)
|
| /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/ |
| README.md | 10 variable like `NOUVEAU_CHIPSET=f0`. Some chips of note with the appropriate
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcobjectset.fncs | 72 the result in the <parameter>result</parameter> variable directly.
|
| /xsrc/external/mit/fontconfig/include/ |
| fcobjshash.h | 121 char FcObjectTypeNamePool_str31[sizeof("variable")]; 179 "variable",
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| localuser.md | 11 environment variable or IDENT protocol response). It is expected many systems
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/ |
| v3d_decoder.h | 73 bool variable; member in struct:v3d_group
|