Home
last modified time | relevance | path

Searched defs:column_type (Results 1 – 15 of 15) sorted by relevance

/external/toolchain-utils/crosperf/
Dcolumn_chart.py23 def AddColumn(self, name, column_type): argument
/external/javasqlite/src/main/java/SQLite/
DStmt.java212 public native int column_type(int col) throws SQLite.Exception; in column_type() method in Stmt
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp101 const auto column_type = _.FindDef(result_type->words()[2]); in ValidateConstantComposite() local
Dvalidate_type.cpp84 const auto column_type = _.FindDef(column_type_id); in ValidateTypeMatrix() local
Dvalidate_decorations.cpp185 const auto column_type = words[2]; in getBaseAlignment() local
305 const auto column_type = words[2]; in getSize() local
Dvalidation_state.cpp786 uint32_t* column_type, in GetMatrixTypeInfo()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp101 const auto column_type = _.FindDef(result_type->words()[2]); in ValidateConstantComposite() local
Dvalidate_type.cpp85 const auto column_type = _.FindDef(column_type_id); in ValidateTypeMatrix() local
Dvalidate_decorations.cpp185 const auto column_type = words[2]; in getBaseAlignment() local
310 const auto column_type = words[2]; in getSize() local
Dvalidation_state.cpp803 uint32_t* column_type, in GetMatrixTypeInfo()
/external/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp790 const glsl_type *const column_type = array->type->column_type(); in constant_expression_value() local
/external/mesa3d/src/compiler/
Dglsl_types.h742 const glsl_type *column_type() const in column_type() function
/external/sqlite/dist/
Dsqlite3ext.h73 int (*column_type)(sqlite3_stmt*,int iCol); member
/external/sqlite/dist/orig/
Dsqlite3ext.h73 int (*column_type)(sqlite3_stmt*,int iCol); member
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp426 const Type column_type = GetType(m_basic_type, 1, m_n_rows); in GetGLSLConstructor() local