Home
last modified time | relevance | path

Searched defs:variable (Results 76 - 100 of 224) sorted by relevance

123456789

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp229 inline bool canDeclareVariable (const Variable* variable) in canDeclareVariable() argument
247 DeclarationStatement::DeclarationStatement (GeneratorState& state, Variable* variable) in DeclarationStatement() argument
535 AssignStatement(const Variable* variable, Expression* value) AssignStatement() argument
541 AssignStatement(GeneratorState& state, const Variable* variable, ConstValueRangeAccess valueRange) AssignStatement() argument
[all...]
H A DrsgVariableManager.cpp95 ValueEntry::ValueEntry (const Variable* variable) in ValueEntry() argument
116 Variable* variable = new Variable(type, storage, name); in allocate() local
129 void VariableScope::declare (Variable* variable) in declare() argument
135 removeLive(const Variable* variable) removeLive() argument
160 allocate(const Variable* variable) allocate() argument
178 CompareEntryVariable(const Variable* variable) CompareEntryVariable() argument
203 setValue(const Variable* variable, ConstValueRangeAccess value) setValue() argument
213 removeValue(const Variable* variable) removeValue() argument
249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name); allocate() local
265 setStorage(Variable* variable, Variable::Storage storage) setStorage() argument
301 declareVariable(Variable* variable) declareVariable() argument
327 removeValueFromCurrentScope(const Variable* variable) removeValueFromCurrentScope() argument
355 setValue(const Variable* variable, ConstValueRangeAccess value) setValue() argument
[all...]
H A DrsgVariableValue.hpp348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {} in VariableValue() argument
/third_party/ninja/
H A Dconfigure.py141 def variable(self, key, val): member in Bootstrap
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py142 def variable(self, text): member in PKKPrettyPrinter
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c276 get_variable_helper( struct rc_list ** variable_list, struct rc_variable * variable) get_variable_helper() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp382 const TVariable &variable = asSymbol->variable(); local
510 void extractStructSamplerUniforms(const TVariable &variable, in extractStructSamplerUniforms() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp211 TVariable *variable = CreateTempVariable(symbolTable, type, qualifier); in DeclareTempVariable() local
221 TVariable *variable = in DeclareTempVariable() local
H A DFindPreciseNodes.cpp177 const TVariable *variable; member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp196 TSymbolTable::VariableMetadata *TSymbolTable::getOrCreateVariableMetadata(const TVariable &variable) in getOrCreateVariableMetadata() argument
207 void TSymbolTable::markStaticWrite(const TVariable &variable) in markStaticWrite() argument
213 void TSymbolTable::markStaticRead(const TVariable &variable) in markStaticRead() argument
227 void TSymbolTable::addInvariantVarying(const TVariable &variable) in addInvariantVarying() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DDeclarePerVertexBlocks.cpp146 const TVariable *variable = &symbol->variable(); variable
414 AddPerVertexDecl(TIntermBlock *root, const TVariable *variable) AddPerVertexDecl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp247 void DebugInfo::EmitVariable(Value *variable) in EmitVariable() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fusion.cpp199 auto variable = in AreCompatible() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp199 auto variable = in AreCompatible() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc216 bool variable = false; in SubDataSizeToSerialize() local
/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp198 auto variable = in AreCompatible() local
/third_party/spirv-tools/source/val/
H A Dvalidate_ray_tracing_reorder.cpp33 auto variable = _.FindDef(hit_object_id); in ValidateHitObjectPointer() local
211 auto variable = _.FindDef(payload_id); in ValidateHitObjectInstructionCommonParameters() local
236 auto variable in ValidateHitObjectInstructionCommonParameters() local
387 auto variable = _.FindDef(hit_object_attr_id); RayReorderNVPass() local
404 auto variable = _.FindDef(hit_object_attr_id); RayReorderNVPass() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp251 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL); in validate() local
377 const glu::VarType* variable = path.back().getVariableType(); in validateSingleVariable() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Dhal_intf.c133 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument
139 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument
145 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf() argument
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c580 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg() argument
657 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg() argument
680 SetHalDefVar( struct adapter *adapter, enum hal_def_variable variable, void *value ) SetHalDefVar() argument
750 GetHalDefVar( struct adapter *adapter, enum hal_def_variable variable, void *value ) GetHalDefVar() argument
[all...]
H A Dhal_intf.c125 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg() argument
131 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg() argument
137 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf() argument
/third_party/alsa-utils/topology/
H A Dpre-processor.c434 pre_process_include_conf(struct tplg_pre_processor *tplg_pp, snd_config_t *config, snd_config_t **new, snd_config_t *variable) pre_process_include_conf() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c723 unsigned ac_compute_cs_workgroup_size(uint16_t sizes[3], bool variable, unsigned max) in ac_compute_cs_workgroup_size() argument
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c194 get_group_offset_count(const char **atts, uint32_t *offset, uint32_t *count, uint32_t *size, bool *variable) get_group_offset_count() argument
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h126 bool variable; /* <group> specific */ member

Completed in 24 milliseconds

123456789