Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c74 nir_ssa_def *subcol[3]; in build_mat4_det() local
75 subcol[0] = nir_swizzle(b, col[1], swiz, 3, true); in build_mat4_det()
76 subcol[1] = nir_swizzle(b, col[2], swiz, 3, true); in build_mat4_det()
77 subcol[2] = nir_swizzle(b, col[3], swiz, 3, true); in build_mat4_det()
79 subdet[i] = build_mat3_det(b, subcol); in build_mat4_det()
125 nir_ssa_def *subcol[3]; in build_mat_subdet() local
128 subcol[j - (j > col)] = nir_swizzle(b, src->elems[j]->def, in build_mat_subdet()
134 return build_mat2_det(b, subcol); in build_mat_subdet()
137 return build_mat3_det(b, subcol); in build_mat_subdet()