Home
last modified time | relevance | path

Searched refs:colType (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dcsv.py430 for col, colType in columnTypes.items():
431 if type(colType) == type(0): # it's a length
432 if len(header[col]) != colType:
438 colType(header[col])
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp56 string colType = getColType(rows); in getMatrixDeclarations() local
57 string colDecl = skipColDecl ? "" : string(" ") + colType + " = OpTypeVector %f32 " + de::toString(rows) + "\n"; in getMatrixDeclarations()
59 string matDecl = string(" ") + matType + " = OpTypeMatrix " + colType + " " + de::toString(cols) + "\n"; in getMatrixDeclarations()
314 string colType = getColType(rows); in addComputeMatrixCompositeInsertTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp56 string colType = getColType(rows); in getMatrixDeclarations() local
57 string colDecl = skipColDecl ? "" : string(" ") + colType + " = OpTypeVector %f32 " + de::toString(rows) + "\n"; in getMatrixDeclarations()
59 string matDecl = string(" ") + matType + " = OpTypeMatrix " + colType + " " + de::toString(cols) + "\n"; in getMatrixDeclarations()
313 string colType = getColType(rows); in addComputeMatrixCompositeInsertTests() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp11 template <typename T, precision P, template <class, precision> class colType, template <class, precision> class rowType>

Completed in 4 milliseconds