Home
last modified time | relevance | path

Searched refs:elemType (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DBufferMtl.h73 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 DDeprecatedAPIChecker.java466 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 DvktMemoryModelSharedLayoutCase.cpp61 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 DvktMemoryModelSharedLayoutCase.cpp61 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 DvktPipelineSpecConstantTests.cpp1882 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 DvktPipelineSpecConstantTests.cpp1869 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 DvktSSBOLayoutCase.cpp532 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 Des31fSSBOLayoutCase.cpp514 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 DvktSSBOLayoutCase.cpp532 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 DSkSVGDOM.cpp333 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 DvktTransformFeedbackFuzzLayoutCase.cpp587 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 DvktTransformFeedbackFuzzLayoutCase.cpp587 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 DglsLifetimeTests.cpp1079 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 DglsUniformBlockCase.cpp508 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 DglcUniformBlockCase.cpp480 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 DvktUniformBlockCase.cpp617 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 DvktUniformBlockCase.cpp617 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 DvktRayTracingShaderBindingTableTests.cpp1177 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 DvktRayTracingShaderBindingTableTests.cpp1177 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 Ddraw.c1163 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 DSkSLVMCodeGenerator.cpp508 const Type& elemType = type.componentType();
511 elemType,
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 140 milliseconds

12