Searched refs:col_type (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/src/trace_processor/rpc/ |
D | rpc.cc | 121 auto& col_type = col_types[col_idx]; in RawQuery() local 125 if (col_type == ColumnDesc::UNKNOWN) { in RawQuery() 128 col_type = ColumnDesc::LONG; in RawQuery() 131 col_type = ColumnDesc::STRING; in RawQuery() 134 col_type = ColumnDesc::DOUBLE; in RawQuery() 137 col_type = ColumnDesc::STRING; in RawQuery() 147 col_type == ColumnDesc::UNKNOWN) { in RawQuery() 156 switch (col_type) { in RawQuery()
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.h | 154 auto col_type = sqlite3_column_type(*stmt_, column); in Get() local 156 switch (col_type) { in Get()
|
/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.cc | 58 auto col_type = sqlite3_value_type(sqlite_val); in SqliteValueToSqlValue() local 60 switch (col_type) { in SqliteValueToSqlValue()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 269 uint32_t col_type = 0; in ValidateExtInst() local 271 if (!_.GetMatrixTypeInfo(x_type, &num_rows, &num_cols, &col_type, in ValidateExtInst() 291 uint32_t col_type = 0; in ValidateExtInst() local 293 if (!_.GetMatrixTypeInfo(result_type, &num_rows, &num_cols, &col_type, in ValidateExtInst()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 407 uint32_t col_type = 0; in ValidateExtInst() local 409 if (!_.GetMatrixTypeInfo(x_type, &num_rows, &num_cols, &col_type, in ValidateExtInst() 429 uint32_t col_type = 0; in ValidateExtInst() local 431 if (!_.GetMatrixTypeInfo(result_type, &num_rows, &num_cols, &col_type, in ValidateExtInst()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 407 uint32_t col_type = 0; in ValidateExtInst() local 409 if (!_.GetMatrixTypeInfo(x_type, &num_rows, &num_cols, &col_type, in ValidateExtInst() 429 uint32_t col_type = 0; in ValidateExtInst() local 431 if (!_.GetMatrixTypeInfo(result_type, &num_rows, &num_cols, &col_type, in ValidateExtInst()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 1759 const glsl_type *const col_type = var->type->column_type(); in emit_inline_matrix_constructor() local 1763 if (!col_type->is_double()) { in emit_inline_matrix_constructor() 1777 ir_rvalue *const rhs = new(ctx) ir_constant(col_type, &ident); in emit_inline_matrix_constructor()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 585 const glsl_type *col_type = type->column_type(); in type_size_xvec4() local 587 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
|