HomeSort by: relevance | last modified time | path
    Searched refs:row_major (Results 1 - 25 of 47) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_buffer_access.h 51 bool row_major, const glsl_type *matrix_type,
59 bool *row_major,
linker.h 103 link_calculate_matrix_stride(const glsl_type *matrix, bool row_major,
182 * \param row_major For a matrix type, is it stored row-major.
189 bool row_major, const glsl_type *record_type,
194 bool row_major, const enum glsl_interface_packing packing);
197 bool row_major, const enum glsl_interface_packing packing);
212 bool row_major, const glsl_type *record_type,
lower_buffer_access.cpp 61 bool row_major,
78 field_align = field->type->std430_base_alignment(row_major);
80 field_align = field->type->std140_base_alignment(row_major);
85 row_major, NULL, packing,
89 field_offset += field->type->std430_size(row_major);
91 field_offset += field->type->std140_size(row_major);
98 deref->type->fields.array->std430_array_stride(row_major) :
99 glsl_align(deref->type->fields.array->std140_size(row_major), 16);
108 row_major, NULL, packing,
123 const unsigned size_mul = row_major
    [all...]
ir_uniform.h 159 bool row_major; member in struct:gl_uniform_storage
link_uniforms.cpp 171 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; local
182 return glsl_align(array_type->std140_size(row_major), 16);
184 return MAX2(array_type->std140_base_alignment(row_major), 16);
186 return array_type->std430_array_stride(row_major);
291 const bool row_major = local
302 /* false is always passed for the row_major parameter to the other
309 recursion(var->type, &name, strlen(name), row_major, NULL, packing,
318 recursion(t, &name, strlen(name), row_major, NULL, packing,
323 this->visit_field(t, var->name, row_major, NULL, packing, false);
329 size_t name_length, bool row_major,
    [all...]
lower_shared_reference.cpp 142 bool row_major; local
149 &row_major, &matrix_type, NULL, packing);
168 emit_access(mem_ctx, false, deref, load_offset, const_offset, row_major,
210 bool row_major; local
217 &row_major, &matrix_type, NULL, packing);
228 emit_access(mem_ctx, true, deref, store_offset, const_offset, row_major,
370 bool row_major; local
378 &row_major, &matrix_type, NULL, packing);
381 assert(!row_major);
link_uniform_blocks.cpp 68 bool row_major,
74 this->offset, type->std430_base_alignment(row_major));
77 this->offset, type->std140_base_alignment(row_major));
81 bool row_major,
95 this->offset, type->std430_base_alignment(row_major));
98 this->offset, type->std140_base_alignment(row_major));
107 bool row_major, const glsl_type *,
117 v->RowMajor = type->without_array()->is_matrix() && row_major;
204 bool /* row_major */,
lower_ubo_reference.cpp 32 * layout issues like std140 structures and row_major matrices on
67 bool *row_major,
279 bool *row_major,
329 setup_buffer_access(mem_ctx, deref, offset, const_offset, row_major,
351 bool row_major; local
368 &row_major, &matrix_type,
389 row_major, matrix_type, packing, 0);
567 bool row_major; local
582 &row_major, &matrix_type,
597 row_major, matrix_type, packing, write_mask)
749 bool row_major; local
988 bool row_major; local
    [all...]
gl_nir_link_uniforms.c 1118 bool row_major)
1131 state->offset, glsl_get_std430_base_alignment(type, row_major));
1134 state->offset, glsl_get_std140_base_alignment(type, row_major));
1141 bool row_major)
1154 state->offset, glsl_get_std430_base_alignment(type, row_major));
1157 state->offset, glsl_get_std140_base_alignment(type, row_major));
1173 char **name, size_t name_length, bool row_major)
1216 enter_record(state, ctx, type, row_major);
1221 bool field_row_major = row_major;
1287 leave_record(state, ctx, type, row_major);
1817 bool row_major = local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_buffer_access.h 51 bool row_major, const glsl_type *matrix_type,
59 bool *row_major,
linker.h 102 link_calculate_matrix_stride(const glsl_type *matrix, bool row_major,
181 * \param row_major For a matrix type, is it stored row-major.
188 bool row_major, const glsl_type *record_type,
193 bool row_major, const enum glsl_interface_packing packing);
196 bool row_major, const enum glsl_interface_packing packing);
211 bool row_major, const glsl_type *record_type,
lower_buffer_access.cpp 61 bool row_major,
78 field_align = field->type->std430_base_alignment(row_major);
80 field_align = field->type->std140_base_alignment(row_major);
85 row_major, NULL, packing,
89 field_offset += field->type->std430_size(row_major);
91 field_offset += field->type->std140_size(row_major);
98 deref->type->fields.array->std430_array_stride(row_major) :
99 glsl_align(deref->type->fields.array->std140_size(row_major), 16);
108 row_major, NULL, packing,
123 const unsigned size_mul = row_major
    [all...]
ir_uniform.h 159 bool row_major; member in struct:gl_uniform_storage
link_uniforms.cpp 76 const bool row_major = local
87 /* false is always passed for the row_major parameter to the other
94 recursion(var->type, &name, strlen(name), row_major, NULL, packing,
103 recursion(t, &name, strlen(name), row_major, NULL, packing,
108 this->visit_field(t, var->name, row_major, NULL, packing, false);
114 size_t name_length, bool row_major,
130 recursion(named_ifc_member->type, name, name_length, row_major, NULL,
137 this->enter_record(t, *name, row_major, packing);
159 bool field_row_major = row_major;
182 this->leave_record(t, *name, row_major, packing)
    [all...]
lower_shared_reference.cpp 140 bool row_major; local
147 &row_major, &matrix_type, NULL, packing);
166 emit_access(mem_ctx, false, deref, load_offset, const_offset, row_major,
208 bool row_major; local
215 &row_major, &matrix_type, NULL, packing);
226 emit_access(mem_ctx, true, deref, store_offset, const_offset, row_major,
368 bool row_major; local
376 &row_major, &matrix_type, NULL, packing);
379 assert(!row_major);
link_uniform_blocks.cpp 68 bool row_major,
74 this->offset, type->std430_base_alignment(row_major));
77 this->offset, type->std140_base_alignment(row_major));
81 bool row_major,
95 this->offset, type->std430_base_alignment(row_major));
98 this->offset, type->std140_base_alignment(row_major));
107 bool row_major, const glsl_type *,
117 v->RowMajor = type->without_array()->is_matrix() && row_major;
204 bool /* row_major */,
lower_ubo_reference.cpp 32 * layout issues like std140 structures and row_major matrices on
65 bool *row_major,
277 bool *row_major,
327 setup_buffer_access(mem_ctx, deref, offset, const_offset, row_major,
349 bool row_major; local
366 &row_major, &matrix_type,
387 row_major, matrix_type, packing, 0);
565 bool row_major; local
580 &row_major, &matrix_type,
595 row_major, matrix_type, packing, write_mask)
747 bool row_major; local
986 bool row_major; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 451 bool row_major = false,
487 bool row_major,
589 unsigned std140_base_alignment(bool row_major) const;
596 unsigned std140_size(bool row_major) const;
601 const glsl_type *get_explicit_std140_type(bool row_major) const;
607 unsigned std430_base_alignment(bool row_major) const;
613 unsigned std430_array_stride(bool row_major) const;
620 unsigned std430_size(bool row_major) const;
625 const glsl_type *get_explicit_std430_type(bool row_major) const;
1284 unsigned explicit_stride = 0, bool row_major = false
    [all...]
nir_types.h 62 bool row_major);
63 unsigned glsl_get_std140_size(const struct glsl_type *type, bool row_major);
65 bool row_major);
66 unsigned glsl_get_std430_size(const struct glsl_type *type, bool row_major);
195 bool row_major);
207 bool row_major,
glsl_types.cpp 50 unsigned explicit_stride, bool row_major,
55 interface_packing(0), interface_row_major(row_major), packed(0),
140 bool row_major, const char *name) :
145 interface_row_major((unsigned) row_major), packed(0),
669 unsigned explicit_stride, bool row_major,
673 assert(explicit_stride == 0 && explicit_alignment == 0 && !row_major);
688 assert(columns > 1 || (rows > 1 && !row_major));
692 explicit_stride, explicit_alignment, row_major ? "RM" : "");
709 explicit_stride, row_major,
729 assert(!row_major);
3178 bool row_major = encoded.strct.interface_row_major; local
    [all...]
nir_types.cpp 569 unsigned stride, bool row_major)
575 stride, row_major);
613 bool row_major,
617 row_major, block_name);
942 glsl_get_std140_base_alignment(const struct glsl_type *type, bool row_major)
944 return type->std140_base_alignment(row_major);
948 glsl_get_std140_size(const struct glsl_type *type, bool row_major)
950 return type->std140_size(row_major);
954 glsl_get_std430_base_alignment(const struct glsl_type *type, bool row_major)
956 return type->std430_base_alignment(row_major);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 339 bool row_major = false);
373 bool row_major,
454 unsigned std140_base_alignment(bool row_major) const;
461 unsigned std140_size(bool row_major) const;
466 const glsl_type *get_explicit_std140_type(bool row_major) const;
472 unsigned std430_base_alignment(bool row_major) const;
478 unsigned std430_array_stride(bool row_major) const;
485 unsigned std430_size(bool row_major) const;
490 const glsl_type *get_explicit_std430_type(bool row_major) const;
1002 unsigned explicit_stride = 0, bool row_major = false)
    [all...]
glsl_types.cpp 49 unsigned explicit_stride, bool row_major) :
53 interface_packing(0), interface_row_major(row_major), packed(0),
132 bool row_major, const char *name) :
137 interface_row_major((unsigned) row_major), packed(0),
622 unsigned explicit_stride, bool row_major)
625 assert(explicit_stride == 0 && !row_major);
635 assert(columns > 1 || !row_major);
639 explicit_stride, row_major ? "RM" : "");
655 explicit_stride, row_major);
671 assert(!row_major);
2569 bool row_major = blob_read_uint32(blob); local
    [all...]
nir_types.cpp 493 unsigned stride, bool row_major)
499 stride, row_major);
523 bool row_major,
527 row_major, block_name);
nir_types.h 163 bool row_major);
175 bool row_major,

Completed in 37 milliseconds

1 2