Searched refs:col_type (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.h | 122 auto col_type = sqlite3_column_type(*stmt_, column); in Get() local 124 switch (col_type) { in Get()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 259 uint32_t col_type = 0; in ValidateExtInst() local 261 if (!_.GetMatrixTypeInfo(x_type, &num_rows, &num_cols, &col_type, in ValidateExtInst() 281 uint32_t col_type = 0; in ValidateExtInst() local 283 if (!_.GetMatrixTypeInfo(result_type, &num_rows, &num_cols, &col_type, in ValidateExtInst()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 259 uint32_t col_type = 0; in ValidateExtInst() local 261 if (!_.GetMatrixTypeInfo(x_type, &num_rows, &num_cols, &col_type, in ValidateExtInst() 281 uint32_t col_type = 0; in ValidateExtInst() local 283 if (!_.GetMatrixTypeInfo(result_type, &num_rows, &num_cols, &col_type, in ValidateExtInst()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 1643 const glsl_type *const col_type = var->type->column_type(); in emit_inline_matrix_constructor() local 1647 if (!col_type->is_double()) { in emit_inline_matrix_constructor() 1661 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 | 595 const glsl_type *col_type = type->column_type(); in type_size_xvec4() local 597 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
|