Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1618 struct lp_type row_type, in convert_alpha() argument
1629 unsigned length = row_type.length; in convert_alpha()
1630 row_type.length = alpha_type.length; in convert_alpha()
1640 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
1643 alpha_type = row_type; in convert_alpha()
1644 row_type.length = length; in convert_alpha()
1666 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha()
1680 for (j = 0; j < row_type.length; ++j) { in convert_alpha()
1699 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
1750 struct lp_type row_type; in generate_unswizzled_blend() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp185 if (array->type->row_type()->vector_elements <= idx) { in _mesa_ast_array_index_to_hir()
187 bound = array->type->row_type()->vector_elements; in _mesa_ast_array_index_to_hir()
/external/perfetto/src/trace_processor/
Dspan_join_operator_table.cc509 int row_type; in Step() local
512 row_type = sqlite3_column_type(stmt, partition_idx); in Step()
513 } while (res == SQLITE_ROW && row_type == SQLITE_NULL); in Step()
/external/mesa3d/src/compiler/
Dglsl_types.cpp1262 if (type_a->row_type() == type_b->column_type()) { in get_mul_type()
1271 type_b->row_type()->vector_elements); in get_mul_type()
1282 if (type_a->row_type() == type_b) { in get_mul_type()
1306 type_b->row_type()->vector_elements, in get_mul_type()
Dglsl_types.h728 const glsl_type *row_type() const in row_type() function