Home
last modified time | relevance | path

Searched defs:typeName (Results 101 - 125 of 156) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.hpp161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarType.hpp146 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() argument
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp744 IsValueTypeValid(const napi_env env, const napi_value& object, const napi_valuetype typeName) IsValueTypeValid() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1126 void GestureEventHub::SetPanEventType(GestureTypeName typeName) in SetPanEventType() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp212 bool ConvertResourceType(const std::string& typeName, ResourceType& resType) in ConvertResourceType() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp593 bool BMSEventHandler::CheckExtensionTypeInConfig(const std::string& typeName) in CheckExtensionTypeInConfig() argument
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp539 const auto typeName = string(ptr->GetFrontendClassDef().name_); in StoreBackendObject() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp424 const char *typeName; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2047 const std::string typeName = glu::getDataTypeName(type); in makeMatrixVectorCompositeCaseDefinition() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1751 const char* typeName = getDataTypeName(in.dataType); in setupShader() local
1758 vtx << "layout(location = " << 4 + inNdx + padding << ") in " << precName << " " << typeName << " a_"; in setupShader() local
1760 vtx << typeName << ";\n"; in setupShader() local
1763 vtx << "layout(location = " << 1 + inNdx + padding << ") out " << precName << " " << typeName << " v_" << typeName << ";\n"; in setupShader() local
1764 frag << "layout(location = " << 1 + inNdx + padding << ") in " << precName << " " << typeName << " v_" << typeName << ";\n"; in setupShader() local
1774 vtx << "layout(location = 1) in " << precName << " " << typeName << " a_coords;\n"; in setupShader() local
1777 vtx << "layout(location = " << 1 + padding << ") out " << precName << " " << typeName << " v_coord in setupShader() local
1778 frag << "layout(location = " << 1 + padding << ") in " << precName << " " << typeName << " v_coords;\\n"; setupShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp563 const std::string typeName = "%v" + vecSize + baseTypeName; in getSpirVReplacements() local
583 const std::string typeName = "%v" + vecSize + baseTypeName; in getSpirVReplacements() local
875 const std::string typeName = baseType.second + typeSize.second; in createTrinaryMinMaxGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1192 const char* typeName = glu::getDataTypeName(type); in init() local
1239 const char* typeName = glu::getDataTypeName(type); in init() local
1274 const char* typeName = glu::getDataTypeName(type); in init() local
1310 const char* typeName = glu::getDataTypeName(type); init() local
1347 const char* typeName = glu::getDataTypeName(type); init() local
1387 const char* typeName = glu::getDataTypeName(type); init() local
1648 const char* typeName = glu::getDataTypeName(type); init() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputHLSL.cpp3523 const TString &typeName = TypeString(type); in addArrayEqualityFunction() local
3572 const TString &typeName = TypeString(type); in addArrayAssignmentFunction() local
3619 const TString &typeName = TypeString(type); in addArrayConstructIntoFunction() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp931 const char* typeName = glu::getDataTypeName(elementType); in generateCompareSrc() local
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp96 String MetalCodeGenerator::typeName(const Type& type) { in typeName() function in SkSL::MetalCodeGenerator
1036 String typeName = this->typeName(type); getMatrixConstructHelper() local
1449 String typeName = this->typeName(type); writeMatrixDivisionHelpers() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp183 const char* typeName = glu::getDataTypeName(output.type); in createProgram() local
H A Des3fShaderMatrixTests.cpp1489 const char* typeName = getDataTypeName(in.dataType); in init() local
1494 vtx << "in " << precName << " " << typeName << " a_"; in init() local
1499 vtx << typeName << ";\n"; in init() local
1502 vtx << "out " << precName << " " << typeName << " v_" << typeName << ";\n"; in init() local
1503 frag << "in " << precName << " " << typeName << " v_" << typeName << ";\n"; in init() local
1515 vtx << "out " << precName << " " << typeName << " v_coords;\n"; in init() local
1516 frag << "in " << precName << " " << typeName << " v_coord in init() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp1010 const char* typeName = glu::getDataTypeName(elementType); in generateCompareSrc() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2034 const std::string typeName = glu::getDataTypeName(type); in makeMatrixVectorCompositeCaseDefinition() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1754 const char* typeName = getDataTypeName(in.dataType); in setupShader() local
1761 vtx << "layout(location = " << 4 + inNdx + padding << ") in " << precName << " " << typeName << " a_"; in setupShader() local
1763 vtx << typeName << ";\n"; in setupShader() local
1766 vtx << "layout(location = " << 1 + inNdx + padding << ") out " << precName << " " << typeName << " v_" << typeName << ";\n"; in setupShader() local
1767 frag << "layout(location = " << 1 + inNdx + padding << ") in " << precName << " " << typeName << " v_" << typeName << ";\n"; in setupShader() local
1777 vtx << "layout(location = 1) in " << precName << " " << typeName << " a_coords;\n"; in setupShader() local
1780 vtx << "layout(location = " << 1 + padding << ") out " << precName << " " << typeName << " v_coord in setupShader() local
1781 frag << "layout(location = " << 1 + padding << ") in " << precName << " " << typeName << " v_coords;\\n"; setupShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp563 const std::string typeName = "%v" + vecSize + baseTypeName; in getSpirVReplacements() local
583 const std::string typeName = "%v" + vecSize + baseTypeName; in getSpirVReplacements() local
875 const std::string typeName = baseType.second + typeSize.second; in createTrinaryMinMaxGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1192 const char* typeName = glu::getDataTypeName(type); in init() local
1239 const char* typeName = glu::getDataTypeName(type); in init() local
1274 const char* typeName = glu::getDataTypeName(type); in init() local
1310 const char* typeName = glu::getDataTypeName(type); init() local
1347 const char* typeName = glu::getDataTypeName(type); init() local
1386 const char* typeName = glu::getDataTypeName(type); init() local
1647 const char* typeName = glu::getDataTypeName(type); init() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp828 const char* typeName = getDataTypeName(in.dataType); in init() local
833 vtx << "attribute " << precName << " " << typeName << " a_"; in init() local
838 vtx << typeName << ";\n"; in init() local
841 vtx << "varying " << precName << " " << typeName << " v_" << typeName << ";\n"; in init() local
842 frag << "varying " << precName << " " << typeName << " v_" << typeName << ";\n"; in init() local
854 vtx << "varying " << precName << " " << typeName << " v_coords;\n"; in init() local
855 frag << "varying " << precName << " " << typeName << " v_coord in init() local
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp787 DoAllMntPointsMount(const AppSpawningCtx *appProperty, nlohmann::json &appConfig, const char *typeName, const std::string &section) DoAllMntPointsMount() argument

Completed in 61 milliseconds

1234567