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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c899 unsigned num_ops, vec_width, col_stride; local in function:_vtn_block_load_store
901 num_ops = glsl_get_vector_elements(type->type);
906 glsl_matrix_type(base_type, vec_width, num_ops);
913 num_ops = glsl_get_matrix_columns(type->type);
918 for (unsigned i = 0; i < num_ops; i++) {

Completed in 6 milliseconds