HomeSort by: relevance | last modified time | path
    Searched refs:row_type (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1618 struct lp_type row_type,
1629 unsigned length = row_type.length;
1630 row_type.length = alpha_type.length;
1640 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1);
1643 alpha_type = row_type;
1644 row_type.length = length;
1666 lp_build_vec_type(gallivm, row_type), src_alpha[i]);
1680 for (j = 0; j < row_type.length; ++j) {
1699 LLVMConstVector(shuffles, row_type.length),
1750 struct lp_type row_type; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 2202 struct lp_type row_type,
2213 unsigned length = row_type.length;
2214 row_type.length = alpha_type.length;
2224 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1);
2227 alpha_type = row_type;
2228 row_type.length = length;
2250 lp_build_vec_type(gallivm, row_type), src_alpha[i]);
2264 for (j = 0; j < row_type.length; ++j) {
2283 LLVMConstVector(shuffles, row_type.length),
2334 struct lp_type row_type; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_array_index.cpp 185 if (array->type->row_type()->vector_elements <= idx) {
187 bound = array->type->row_type()->vector_elements;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_array_index.cpp 185 if (array->type->row_type()->vector_elements <= idx) {
187 bound = array->type->row_type()->vector_elements;
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1121 const glsl_type *row_type() const function in struct:glsl_type
glsl_types.cpp 1509 if (type_a->row_type() == type_b->column_type()) {
1518 type_b->row_type()->vector_elements);
1531 if (type_a->row_type() == type_b) {
1555 type_b->row_type()->vector_elements,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 860 const glsl_type *row_type() const function in struct:glsl_type
glsl_types.cpp 1322 if (type_a->row_type() == type_b->column_type()) {
1331 type_b->row_type()->vector_elements);
1342 if (type_a->row_type() == type_b) {
1366 type_b->row_type()->vector_elements,

Completed in 12 milliseconds