Home
last modified time | relevance | path

Searched defs:variable (Results 101 - 125 of 166) sorted by relevance

1234567

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java469 getIdsFromVariable( Multimap<String, String> variableToPartition, String variable) getIdsFromVariable() argument
668 isKnownVariable(String variable) isKnownVariable() argument
672 add(String variable, String barString) add() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c35 nir_variable *variable; member
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c132 get_array_offset_count(const char **atts, uint32_t *offset, uint32_t *count, uint32_t *size, bool *variable) get_array_offset_count() argument
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h564 TrackVariable(VariableProxy* variable) TrackVariable() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h110 const VisitResult& variable() const { in variable() function in v8::internal::torque::LocationReference
38 VariableAccess( VisitResult variable, base::Optional<Binding<LocalValue>*> binding = base::nullopt) VariableAccess() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c527 nir_variable *variable = NULL; in lower_instr() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCollectVariables.cpp68 void MarkActive(ShaderVariable *variable) in MarkActive() argument
327 setBuiltInInfoFromSymbol(const TVariable &variable, ShaderVariable *info) setBuiltInInfoFromSymbol() argument
344 recordBuiltInVaryingUsed(const TVariable &variable, bool *addedFlag, std::vector<ShaderVariable> *varyings) recordBuiltInVaryingUsed() argument
361 recordBuiltInFragmentOutputUsed(const TVariable &variable, bool *addedFlag) recordBuiltInFragmentOutputUsed() argument
374 recordBuiltInAttributeUsed(const TVariable &variable, bool *addedFlag) recordBuiltInAttributeUsed() argument
825 setCommonVariableProperties(const TType &type, const TVariable &variable, ShaderVariable *variableOut) const setCommonVariableProperties() argument
1087 const TIntermSymbol &variable = *variableNode->getAsSymbolNode(); visitDeclaration() local
[all...]
H A DOutputGLSLBase.cpp165 std::string TOutputGLSLBase::getCommonLayoutQualifiers(TIntermSymbol *variable) in getCommonLayoutQualifiers() argument
243 void TOutputGLSLBase::writeLayoutQualifier(TIntermSymbol *variable) in writeLayoutQualifier() argument
[all...]
H A DTranslatorMetalDirect.cpp142 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
[all...]
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...]
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp220 const Variable* Inliner::RemapVariable(const Variable* variable, in RemapVariable() argument
578 const Variable& variable = decl.var(); inlineStatement() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h838 bool variable; isFunctionNameVariable() local
[all...]
H A DIntermediate.cpp89 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable) in addSymbol() argument
97 TIntermSymbol* TIntermediate::addSymbol(const TVariable& variable, const TSourceLoc& loc) in addSymbol() argument
2882 const TVariable* variable = symbol.getAsVariable(); in addSymbolLinkageNode() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java1636 addVariable(StringBuffer variable, boolean strict) addVariable() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c1628 get_linked_variable_io_mask(nir_variable *variable, gl_shader_stag argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h1467 void operator=(const TypedCodeAssemblerVariable<T>& variable) { in operator =() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2647 handle_shader_output_decl(struct lp_build_nir_context *bld_base, struct nir_shader *nir, struct nir_variable *variable) handle_shader_output_decl() argument
/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/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

Completed in 70 milliseconds

1234567