/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | BufferMtl.h | 73 gl::DrawElementsType elemType, 76 const gl::DrawElementsType elemType; member 161 gl::DrawElementsType elemType,
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | DeprecatedAPIChecker.java | 466 String elemType = null; in toTypeNameList() 469 elemType = tName.substring(dimension + 1, tName.length() - 1); in toTypeNameList() 474 elemType = PRIMITIVES[i]; in toTypeNameList() 480 if (elemType == null) { in toTypeNameList() 484 s.append(elemType); in toTypeNameList()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 61 const VarType &elemType = type.getElementType(); in computeReferenceLayout() local 64 if (elemType.isBasicType()) in computeReferenceLayout() 65 entries.push_back(SharedStructVarEntry(elemType.getBasicType(), type.getArraySize())); in computeReferenceLayout() 68 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 61 const VarType &elemType = type.getElementType(); in computeReferenceLayout() local 64 if (elemType.isBasicType()) in computeReferenceLayout() 65 entries.push_back(SharedStructVarEntry(elemType.getBasicType(), type.getArraySize())); in computeReferenceLayout() 68 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 1882 std::string generateArrayConstructorString (const glu::DataType elemType, in generateArrayConstructorString() argument 1889 const bool doCast = (!isDataTypeScalar(elemType)); in generateArrayConstructorString() 1902 arrayCtorExpr << (iterNdx != 0 ? ",\n" + padding : "") << glu::getDataTypeName(elemType) << "[" << size2 << "]("; in generateArrayConstructorString() 1905 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, idxBegin, idxEnd, specConstName, specConstNdx); in generateArrayConstructorString() 1917 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, 0, size1, specConstName, specConstNdx); in generateArrayConstructorString() 1979 std::string generateShaderChecksumComputationCode (const glu::DataType elemType, in generateShaderChecksumComputationCode() argument 2001 << varName << combNdx << "[i][j]" << getFirstDataElementSubscriptString(elemType) << ");\n"; in generateShaderChecksumComputationCode() 2011 << varName << combNdx << "[i]" << getFirstDataElementSubscriptString(elemType) << ");\n"; in generateShaderChecksumComputationCode() 2083 CaseDefinition makeArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) in makeArrayCompositeCaseDefinition() argument 2093 const std::string elemTypeName (glu::getDataTypeName(elemType)); in makeArrayCompositeCaseDefinition() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 1869 std::string generateArrayConstructorString (const glu::DataType elemType, in generateArrayConstructorString() argument 1876 const bool doCast = (!isDataTypeScalar(elemType)); in generateArrayConstructorString() 1889 arrayCtorExpr << (iterNdx != 0 ? ",\n" + padding : "") << glu::getDataTypeName(elemType) << "[" << size2 << "]("; in generateArrayConstructorString() 1892 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, idxBegin, idxEnd, specConstName, specConstNdx); in generateArrayConstructorString() 1904 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, 0, size1, specConstName, specConstNdx); in generateArrayConstructorString() 1966 std::string generateShaderChecksumComputationCode (const glu::DataType elemType, in generateShaderChecksumComputationCode() argument 1988 << varName << combNdx << "[i][j]" << getFirstDataElementSubscriptString(elemType) << ");\n"; in generateShaderChecksumComputationCode() 1998 << varName << combNdx << "[i]" << getFirstDataElementSubscriptString(elemType) << ");\n"; in generateShaderChecksumComputationCode() 2070 CaseDefinition makeArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) in makeArrayCompositeCaseDefinition() argument 2080 const std::string elemTypeName (glu::getDataTypeName(elemType)); in makeArrayCompositeCaseDefinition() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 532 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 534 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 537 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 555 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 558 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 585 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 623 const VarType& elemType in computeReferenceLayout() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 514 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 516 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 519 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 537 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 540 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 564 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 599 const VarType& elemType in computeReferenceLayout() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 532 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 534 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 537 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 555 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 558 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 585 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 623 const VarType& elemType in computeReferenceLayout() local [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 333 const SkDOM::Type elemType = dom.getType(xmlNode); in construct_svg_node() local 335 if (elemType == SkDOM::kText_Type) { in construct_svg_node() 345 SkASSERT(elemType == SkDOM::kElement_Type); in construct_svg_node()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 587 const glu::DataType elemType = glu::getDataTypeScalarType(basicType); in computeXfbLayout() local 588 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout() 589 const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout() 613 const VarType& elemType = type.getElementType(); in computeXfbLayout() local 615 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 618 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 643 const glu::DataType elemBasicType = elemType in computeXfbLayout() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 587 const glu::DataType elemType = glu::getDataTypeScalarType(basicType); in computeXfbLayout() local 588 const int stride = getDataTypeArrayStride(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout() 589 const int strideForLocation = getDataTypeArrayStrideForLocation(glu::getDataTypeVector(elemType, vecSize)); in computeXfbLayout() 613 const VarType& elemType = type.getElementType(); in computeXfbLayout() local 615 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 618 const glu::DataType elemBasicType = elemType.getBasicType(); in computeXfbLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 643 const glu::DataType elemBasicType = elemType in computeXfbLayout() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 1079 Type& elemType = m_attacher.getElementType(); in testDeletedNames() local 1086 Name element(elemType); in testDeletedNames() 1103 if (elemType.nameLingers()) in testDeletedNames() 1104 errors.check(elemType.exists(elementId), in testDeletedNames() 1107 errors.check(!elemType.exists(elementId), in testDeletedNames() 1113 errors.check(!elemType.exists(elementId), in testDeletedNames()
|
H A D | glsUniformBlockCase.cpp | 508 const VarType& elemType = type.getElementType(); in computeStd140Layout() local 510 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 513 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 529 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 532 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 533 bool isRowMajor = !!(((elemType.getFlags() & (LAYOUT_ROW_MAJOR | LAYOUT_COLUMN_MAJOR) ? elemType.getFlags() : layoutFlags) & LAYOUT_ROW_MAJOR)); in computeStd140Layout() 556 DE_ASSERT(elemType in computeStd140Layout() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 480 const VarType& elemType = type.getElementType(); in computeStd140Layout() local 482 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 485 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 501 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 504 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 528 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeStd140Layout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 617 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 619 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 622 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 670 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 617 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 619 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 622 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 643 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 670 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingShaderBindingTableTests.cpp | 1177 const auto elemType = m_params.glslElementType(); in initPrograms() local 1186 << " " << elemType << " data[" << geometryCount << "][" << elementCount << "];\n" in initPrograms() 1228 << " " << elemType << " data[" << elementCount << "];\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingShaderBindingTableTests.cpp | 1177 const auto elemType = m_params.glslElementType(); in initPrograms() local 1186 << " " << elemType << " data[" << geometryCount << "][" << elementCount << "];\n" in initPrograms() 1228 << " " << elemType << " data[" << elementCount << "];\n" in initPrograms()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | draw.c | 1163 GLenum elemType, const void *elements, in check_draw_elements_data() 1180 switch (elemType) { in check_draw_elements_data() 1162 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, const void *elements, GLint basevertex) check_draw_elements_data() argument
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 508 const Type& elemType = type.componentType(); 511 elemType,
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |