Home
last modified time | relevance | path

Searched defs:typeName (Results 76 - 100 of 156) sorted by relevance

1234567

/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp443 String PipelineStageCodeGenerator::typeName(const Type& type) { in typeName() function in SkSL::PipelineStage::PipelineStageCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp416 String typeName = this->getTypeName(type); in writeTransposeHack() local
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp588 const auto typeName = opName + styleStr(enumMask); in printMaskOperators() local
592 typeName << "(unsigned(a) | unsigned(b)); }\n"; in printMaskOperators() local
595 typeName << "(unsigned(a) & unsigned(b)); }\n"; in printMaskOperators() local
598 typeName << "(unsigned(a) ^ unsigned(b)); }\\n"; printMaskOperators() local
601 typeName << "(~unsigned(a)); }\\n"; printMaskOperators() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp68 const char* typeName = glu::getDataTypeName(type); in createFloatPrecisionEvalProgram() local
78 << "in " << precName << " " << typeName << " a_in1;\n"; in createFloatPrecisionEvalProgram() local
84 vtx << "flat out " << precName << " " << typeName << " v_out;\n"; in createFloatPrecisionEvalProgram() local
85 frag << "flat in " << precName << " " << typeName << " v_out;\n"; in createFloatPrecisionEvalProgram() local
90 << "flat out " << precName << " " << typeName << " v_in1;\n"; in createFloatPrecisionEvalProgram() local
92 << "flat in " << precName << " " << typeName << " v_in1;\n"; in createFloatPrecisionEvalProgram() local
103 op << "\\t" << precName << " " << typeName << " res;\\n"; createFloatPrecisionEvalProgram() local
126 const char* typeName = glu::getDataTypeName(type); createIntUintPrecisionEvalProgram() local
135 << "in " << precName << " " << typeName << " a_in1;\\n"; createIntUintPrecisionEvalProgram() local
137 << "layout(location = 0) out " << precName << " " << typeName << " o_out;\\n"; createIntUintPrecisionEvalProgram() local
141 vtx << "flat out " << precName << " " << typeName << " v_out;\\n"; createIntUintPrecisionEvalProgram() local
142 frag << "flat in " << precName << " " << typeName << " v_out;\\n"; createIntUintPrecisionEvalProgram() local
147 << "flat out " << precName << " " << typeName << " v_in1;\\n"; createIntUintPrecisionEvalProgram() local
149 << "flat in " << precName << " " << typeName << " v_in1;\\n"; createIntUintPrecisionEvalProgram() local
[all...]
H A Des3fInstancedRenderingTests.cpp184 string typeName = glu::getDataTypeName(m_rgbAttrType); in init() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.hpp147 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() argument
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp127 IsValueTypeValid(const napi_env env, const napi_value& jsObj, const napi_valuetype typeName) IsValueTypeValid() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp464 std::string typeName = MatchTypeAndUri(request.want); in GenerateAbilityRequestByAction() local
885 bool ImplicitStartProcessor::IsExistDefaultApp(int32_t userId, const std::string &typeName) in IsExistDefaultApp() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp310 void GetUniqueGestureEvent(ArkUIAPIEventGestureAsyncEvent* ret, GestureTypeName typeName, in GetUniqueGestureEvent() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2296 std::string typeName = ""; in HWTEST_F() local
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp168 int32_t InputMonitor::Start(const std::string &typeName) in Start() argument
205 void InputMonitor::SetTypeName(const std::string &typeName) in SetTypeName() argument
239 auto typeName = JS_INPUT_MONITOR_MGR.GetMonitorTypeName(id_, fingers_); in OnInputEvent() local
342 auto typeName = JS_INPUT_MONITOR_MGR.GetMonitorTypeName(id_, fingers_); OnInputEvent() local
371 JsInputMonitor(napi_env jsEnv, const std::string &typeName, std::vector<Rect> rectParam, int32_t rectTotal, napi_value callback, int32_t id, int32_t fingers) JsInputMonitor() argument
390 JsInputMonitor(napi_env jsEnv, const std::string &typeName, napi_value callback, int32_t id, int32_t fingers) JsInputMonitor() argument
1425 Start(const std::string &typeName) Start() argument
1615 OnPointerEventInJsThread(const std::string &typeName, int32_t fingers) OnPointerEventInJsThread() argument
1777 OnKeyEventInJsThread(const std::string &typeName, const int32_t fingers) OnKeyEventInJsThread() argument
2010 IsKeyEvent(const std::string &typeName) IsKeyEvent() argument
[all...]
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp116 static napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value function) in MountJsConstructorToGlobal() argument
127 static napi_status GetJsConstructorFromGlobal(napi_env env, string_view typeName, napi_value *pFunction) in GetJsConstructorFromGlobal() argument
/third_party/glslang/glslang/MachineIndependent/
H A DInitialize.cpp6254 TString typeName = sampler.getString(); in initialize() local
6357 TString typeName = sampler.getString(); in add2ndGenerationSamplingImaging() local
6407 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, in argument
6513 addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addImageFunctions() argument
6715 addSubpassSampling(TSampler sampler, const TString& typeName, int , EProfile ) addSubpassSampling() argument
6732 addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addSamplingFunctions() argument
7000 addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addGatherFunctions() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Ducptrietest.c115 const char *const typeName = trie == NULL ? "mutableTrie" : "trie"; in testTrieGetRanges() local
196 const char *const typeName = "trie"; in testTrieGetters() local
353 const char *const typeName = "mutableTrie"; testBuilderGetters() local
[all...]
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp99 std::string typeName; member in SPIRVKernelArg
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp269 std::string typeName; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp156 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp235 const char *typeName; member
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp292 std::string typeName; member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp794 std::string typeName; member in glcts::__anon27691::SubroutineFunctionSet
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockTests.cpp931 const char* typeName = glu::getDataTypeName(type); in init() local
981 const char* typeName = glu::getDataTypeName(type); in init() local
1135 const char* typeName = glu::getDataTypeName(type); in init() local
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp235 static DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, in InterfaceBlock() argument
449 DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, in InterfaceBlock() argument
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp843 Token typeName; in interfaceBlock() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp819 const char* typeName = glu::getDataTypeName(type); in init() local
864 const char* typeName = glu::getDataTypeName(type); in init() local
895 const char* typeName = glu::getDataTypeName(type); in init() local
926 const char* typeName = glu::getDataTypeName(type); init() local
958 const char* typeName = glu::getDataTypeName(type); init() local
992 const char* typeName = glu::getDataTypeName(type); init() local
1228 const char* typeName = glu::getDataTypeName(type); init() local
[all...]

Completed in 48 milliseconds

1234567