Searched refs:mat_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c889 struct vtn_type *mat_type = mutable_matrix_member(b, ctx->type, member); local in function:struct_member_matrix_stride_cb
890 if (mat_type->row_major) {
891 mat_type->array_element = vtn_type_copy(b, mat_type->array_element);
892 mat_type->stride = mat_type->array_element->stride;
893 mat_type->array_element->stride = dec->operands[0];
895 mat_type->type = glsl_explicit_matrix_type(mat_type->type,
897 mat_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c1177 struct vtn_type *mat_type = mutable_matrix_member(b, ctx->type, member); local in function:struct_member_matrix_stride_cb
1178 if (mat_type->row_major) {
1179 mat_type->array_element = vtn_type_copy(b, mat_type->array_element);
1180 mat_type->stride = mat_type->array_element->stride;
1181 mat_type->array_element->stride = dec->operands[0];
1183 mat_type->type = glsl_explicit_matrix_type(mat_type->type,
1185 mat_type
[all...]

Completed in 9 milliseconds