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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c101 unsigned next_row, bool is_gs_shader)
122 info->start_row = next_row - 1;
124 info->start_row = next_row;
125 next_row++;
139 info->start_row = next_row;
148 next_row += info->rows;
157 return next_row;
514 unsigned next_row = 0; local in function:get_input_signature
523 &next_row, is_gs_shader,
529 &next_row, is_gs_shade
100 get_additional_semantic_info(nir_shader * s,nir_variable * var,struct semantic_info * info,unsigned next_row,bool is_gs_shader) argument
563 unsigned next_row = 0; local in function:get_output_signature
[all...]

Completed in 3 milliseconds