Home
last modified time | relevance | path

Searched refs:col_type (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_processor_impl.h122 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/
Dvalidate_extensions.cpp259 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/
Dvalidate_extensions.cpp259 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/
Dast_function.cpp1643 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/
Dbrw_vec4_visitor.cpp595 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()