Home
last modified time | relevance | path

Searched defs:variable (Results 151 - 175 of 215) sorted by relevance

123456789

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp1468 LocalInvocationCase (tcu::TestContext& testCtx, const std::string& name, bool taskNeeded, LocalInvocation variable) in LocalInvocationCase() argument
H A DvktMeshShaderBuiltinTestsEXT.cpp1615 LocalInvocationCase (tcu::TestContext& testCtx, const std::string& name, bool taskNeeded, LocalInvocation variable) in LocalInvocationCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp1468 LocalInvocationCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded, LocalInvocation variable) in LocalInvocationCase() argument
H A DvktMeshShaderBuiltinTestsEXT.cpp1615 LocalInvocationCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded, LocalInvocation variable) in LocalInvocationCase() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp565 TIntermSymbol::TIntermSymbol(const TVariable *variable) : TIntermTyped(), mVariable(variable) {} in TIntermSymbol() argument
H A DIntermNode.h298 const TVariable &variable() const { return *mVariable; } in variable() function in sh::TIntermSymbol
H A DOutputHLSL.cpp58 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); in IsDeclarationWrittenOut() local
103 const TVariable &variable = symbolNode->variable(); in GetInterfaceBlockOfUniformBlockNearestIndexOperator() local
1156 const TVariable &variable = node->variable(); visitSymbol() local
2311 const TVariable &variable = symbol->variable(); visitDeclaration() local
2988 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); handleExcessiveLoop() local
[all...]
H A DTranslatorVulkan.cpp86 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
104 const TVariable &variable = symbol->variable(); variable
168 const TVariable *variable = uniformVars[fieldIndex]; DeclareDefaultUniforms() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp232 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp718 const sh::ShaderVariable &variable = program->getInputResource(index); in GetInputResourceProperty() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp3659 TVariable* variable = static_cast<TVariable*>(symbol); in check_type() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp217 auto variable = in GetDependence() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp217 auto variable = in GetDependence() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h1007 const ast::IdentifierExpression* Expr(const ast::Variable* variable) { in Expr() argument
1000 Expr(const Source& source, const ast::Variable* variable) Expr() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.cpp216 auto variable = in GetDependence() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFunctionTests.cpp203 std::ostringstream variable; in declareAndInitializeShaderVariable() local
227 std::ostringstream variable; declareShaderUniform() local
234 std::ostringstream variable; declareShaderInput() local
241 std::ostringstream variable; declareBuffer() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c1847 static Boolean eapol_sm_get_bool(void *ctx, enum eapol_bool_var variable) in eapol_sm_get_bool() argument
1878 static void eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, in eapol_sm_set_bool() argument
1919 eapol_sm_get_int(void *ctx, enum eapol_int_var variable) eapol_sm_get_int() argument
1932 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp986 Variable* variable = state.getVariableManager().allocate(valueRange.getType()); in allocateNewVariable() local
1168 VariableRead::VariableRead (const Variable* variable) in VariableRead() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c1900 static bool eapol_sm_get_bool(void *ctx, enum eapol_bool_var variable) in eapol_sm_get_bool() argument
1931 static void eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable, in eapol_sm_set_bool() argument
1972 eapol_sm_get_int(void *ctx, enum eapol_int_var variable) eapol_sm_get_int() argument
1985 eapol_sm_set_int(void *ctx, enum eapol_int_var variable, unsigned int value) eapol_sm_set_int() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp443 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
500 const TVariable *variable = &symbol->variable(); variable
610 const TVariable *variable = &variableNode->getAsSymbolNode()->variable(); in convertInterfaceBlock() local
642 const TVariable *variable = &symbol->variable(); convertNamelessInterfaceBlockField() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwmi.c221 u8 variable[]; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c391 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_get_hw_reg() argument
470 void rtl8821ae_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_set_hw_reg() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c243 u32 variable[]; member
254 u8 variable[STATUS_VAR_LEN]; member
776 stex_copy_data(struct st_ccb *ccb, struct status_msg *resp, unsigned int variable) stex_copy_data() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c3315 static void hw_var_set_opmode(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_opmode() argument
3410 static void hw_var_set_macaddr(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_macaddr() argument
3421 static void hw_var_set_bssid(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bssid() argument
3432 static void hw_var_set_bcn_func(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bcn_func() argument
3453 static void hw_var_set_correct_tsf(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_correct_tsf() argument
3494 static void hw_var_set_mlme_disconnect(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_disconnect() argument
3512 static void hw_var_set_mlme_sitesurvey(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_sitesurvey() argument
3573 static void hw_var_set_mlme_join(struct adapter *padapter, u8 variable, u argument
3776 SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) SetHwReg8723B() argument
4246 GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) GetHwReg8723B() argument
4339 SetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval) SetHalDefVar8723B() argument
4357 GetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval) GetHalDefVar8723B() argument
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dscan.c2388 u8 *bssid, *variable; in cfg80211_inform_single_bss_frame_data() local
[all...]

Completed in 72 milliseconds

123456789