| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| gen_knobs.h | 64 const T& Value() const { return m_Value; } 65 const T& Value(T const& newValue) 68 return Value(); 91 #define GET_KNOB(_name) g_GlobalKnobs._name.Value() 92 #define SET_KNOB(_name, _newValue) g_GlobalKnobs._name.Value(_newValue) 108 // ${choices[i]['name']}${space_name(choices[i]['name'], _max_len)} = ${format(choices[i]['value'], '#010x')}
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| gen_knobs.h | 64 const T& Value() const { return m_Value; } 65 const T& Value(T const& newValue) 68 return Value(); 91 #define GET_KNOB(_name) g_GlobalKnobs._name.Value() 92 #define SET_KNOB(_name, _newValue) g_GlobalKnobs._name.Value(_newValue) 108 // ${choices[i]['name']}${space_name(choices[i]['name'], _max_len)} = ${format(choices[i]['value'], '#010x')}
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| HVCGcVC.c | 71 * XcmsTekHVCClipVC - Return the closest value and chroma 85 * This routine will find the closest value and chroma 89 * Since this routine works with the value within 105 XcmsFloat Chroma, Value, bestChroma, bestValue, nT, saveDist, tmpDist; 156 /* Step 1: compute the maximum value and chroma for this hue. */ 164 /* Now check and return the appropriate value */ 166 /* When the value input is equal to the maximum value */ 167 /* merely return the chroma for that value. */ 175 /* the value and chroma given and the line from 0,0 and hvc_max. * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_value.cpp | 39 const char *Value::component_names = "xyzw01?_!"; 41 Value::Value(): 47 Value::Value(Type type, uint32_t chan): 56 Value::Value(Type type): 57 Value(type, 0) 61 Value::Type Value::type() cons 121 uint32_t LiteralValue::value() const function in class:r600::LiteralValue [all...] |
| sfn_value.h | 40 class Value { 42 using Pointer=std::shared_ptr<Value>; 78 Value(); 80 Value(Type type); 82 virtual ~Value(){} 94 bool operator < (const Value& lhs) const; 96 static Value::Pointer zero; 97 static Value::Pointer one_f; 98 static Value::Pointer zero_dot_5; 99 static Value::Pointer one_i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| gen_pack_header.py | 293 for value in self.values: 294 print("#define %-40s %d" % (prefix + value.name, value.value)) 497 class Value(object): 500 self.value = ast.literal_eval(attrs["value"]) 569 elif name == "value": 570 self.values.append(Value(attrs)) 677 for value in self.values [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atii2c.c | 217 * This function puts an 8-bit value on the I2C bus, starting with its MSB. 263 * This function retrieves an 8-bit value from the I2C bus. 276 unsigned long Value = 1; 282 /* Accumulate bit into byte value */ 283 Value <<= 1; 285 Value++; 288 } while (Value <= (unsigned long)((I2CByte)(-1))); 290 *pData = (I2CByte)Value;
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| gen_pack.py | 278 for value in self.values: 279 name = prefixed_upper_name(self.prefix, value.name) 280 print("#define %-40s %d" % (name, value.value)) 411 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path) 414 value = "{} >> {}".format(value, field.modifier[1]) 416 value = "{} - {}".format(value, field.modifier[1]) 418 value = "ALIGN_POT({}, {})".format(value, field.modifier[1] [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/ |
| gen_pack_header.py | 177 for value in self.values: 178 name = prefixed_upper_name(self.prefix, value.name) 179 print("#define %-40s %d" % (name, value.value)) 294 value = "values->%s" % name 296 value = "%s - 1" % value 306 (value, start, end) 309 (value, start, end) 312 (value, start, end [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| eglimage.h | 45 EGLint Value;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| gen_pack.py | 389 for value in self.values: 390 name = prefixed_upper_name(self.prefix, value.name) 391 print("#define %-40s %d" % (name, value.value)) 522 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path) 525 value = "{} >> {}".format(value, field.modifier[1]) 527 value = "{} - {}".format(value, field.modifier[1]) 529 value = "ALIGN_POT({}, {})".format(value, field.modifier[1] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/ |
| gen_pack_header.py | 181 for value in self.values: 182 name = prefixed_upper_name(self.prefix, value.name) 183 print("#define %-40s %d" % (name, value.value)) 298 value = "values->%s" % name 300 value = "%s - 1" % value 310 (value, start, end) 313 (value, start, end) 316 (value, start, end [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| eglimage.h | 45 EGLint Value;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/ |
| gen_pack_header.py | 314 for value in self.values: 315 print("#define %-40s %d" % (prefix + value.name, value.value)) 515 class Value(object): 518 self.value = ast.literal_eval(attrs["value"]) 587 elif name == "value": 588 self.values.append(Value(attrs)) 689 for value in self.values [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_algebraic.py | 90 class Value(object): 114 """Get the physical bit-size that has been chosen for this value, or if 115 there is none, the canonical value which currently represents this 117 variables in the equivalence class, the canonical value will be a 118 variable. We do this since we'll need to know which variable each value 124 while isinstance(bit_size, Value): 162 return "&{0}.value".format(self.__c_name(cache)) 178 # case we'd reject it), or it equals the bit-size of the search value 185 ${val.type()}, { ${val.hex()} /* ${val.value} */ }, 218 _constant_re = re.compile(r"(?P<value>[^@\(]+)(?:@(?P<bits>\d+))?" [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_emulate_loops.c | 46 float Value; 92 struct const_value * value = data; local 93 if(value->Src->File != file || 94 value->Src->Index != index || 95 !(1 << GET_SWZ(value->Src->Swizzle, 0) & mask)){ 100 if(!rc_src_reg_is_immediate(value->C, inst->U.I.SrcReg[0].File, 104 value->HasValue = 1; 105 value->Value = 106 rc_get_constant_value(value->C [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_algebraic.py | 97 class Value(object): 121 """Get the physical bit-size that has been chosen for this value, or if 122 there is none, the canonical value which currently represents this 124 variables in the equivalence class, the canonical value will be a 125 variable. We do this since we'll need to know which variable each value 131 while isinstance(bit_size, Value): 169 return "&{0}.value".format(self.__c_name(cache)) 185 # case we'd reject it), or it equals the bit-size of the search value 192 ${val.type()}, { ${val.hex()} /* ${val.value} */ }, 224 _constant_re = re.compile(r"(?P<value>[^@\(]+)(?:@(?P<bits>\d+))?" [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_emulate_loops.c | 46 float Value; 92 struct const_value * value = data; local 93 if(value->Src->File != file || 94 value->Src->Index != index || 95 !(1 << GET_SWZ(value->Src->Swizzle, 0) & mask)){ 100 if(!rc_src_reg_is_immediate(value->C, inst->U.I.SrcReg[0].File, 104 value->HasValue = 1; 105 value->Value = 106 rc_get_constant_value(value->C [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir.cpp | 60 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL) 68 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn) 92 imm = *(src->value->asImm()); 100 Instruction *insn = src->value->getUniqueInsn(); 113 ValueDef::ValueDef(Value *v) : value(NULL), origin(NULL), insn(NULL) 118 ValueDef::ValueDef(const ValueDef& def) : value(NULL), origin(NULL), insn(NULL) 138 ValueRef::set(Value *refVal) 140 if (value == refVal 666 Value *value = srcs[a].get(); local [all...] |
| nv50_ir.h | 47 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value 147 OP_RDSV, // read system value 148 OP_WRSV, // write system value 571 class Value; 657 ValueRef(Value * = NULL); 661 inline bool exists() const { return value != NULL; } 663 void set(Value *); 665 inline Value *get() const { return value; } 666 inline Value *rep() const 687 Value *value; member in class:nv50_ir::ValueRef 716 Value *value; \/\/ should make this LValue * ... member in class:nv50_ir::ValueDef [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir.cpp | 61 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL) 69 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn) 93 imm = *(src->value->asImm()); 101 Instruction *insn = src->value->getUniqueInsn(); 114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL) 119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL) 139 ValueRef::set(Value *refVal) 141 if (value == refVal 662 Value *value = srcs[a].get(); local [all...] |
| nv50_ir.h | 47 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value 144 OP_RDSV, // read system value 145 OP_WRSV, // write system value 520 class Value; 605 ValueRef(Value * = NULL); 609 inline bool exists() const { return value != NULL; } 611 void set(Value *); 613 inline Value *get() const { return value; } 614 inline Value *rep() const 635 Value *value; member in class:nv50_ir::ValueRef 664 Value *value; \/\/ should make this LValue * ... member in class:nv50_ir::ValueDef [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| BitmapP.h | 142 XtPointer *value; member in struct:__anon7 195 #define Value(BW, button) (BW->bitmap.button_function[button - 1])
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxcapi.h | 277 _Maybenull_ LPCWSTR Value;
|
| /xsrc/external/mit/libXt/dist/src/ |
| TMparse.c | 113 typedef TMShortCard Value; 114 typedef void (*ModifierProc) (Value, LateBindingsPtr *, Boolean, Value *); 120 Value value; member in struct:_ModifierRec 134 Value value; member in struct:__anon6051 137 static void ParseModImmed(Value, LateBindingsPtr *, Boolean, Value *); 138 static void ParseModSym(Value, LateBindingsPtr *, Boolean, Value *) [all...] |