OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mat_type
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c
889
struct vtn_type *
mat_type
= mutable_matrix_member(b, ctx->type, member);
local
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
->array_element->type = glsl_get_column_type(mat_type->type)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
1177
struct vtn_type *
mat_type
= mutable_matrix_member(b, ctx->type, member);
local
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
->array_element->type = glsl_get_column_type(mat_type->type)
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026