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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_linker.c633 unsigned fragment_outputs = 0; local in function:check_image_resources
655 fragment_outputs = util_bitcount64(frag_outputs_written);
658 if (total_image_units + fragment_outputs + total_shader_storage_blocks >
H A Dlinker.cpp3413 unsigned fragment_outputs = 0; local in function:check_image_resources
3431 fragment_outputs += var->type->count_attribute_slots(false);
3440 if (total_image_units + fragment_outputs + total_shader_storage_blocks >
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp3464 unsigned fragment_outputs = 0; local in function:check_image_resources
3488 fragment_outputs += var->type->count_attribute_slots(false);
3497 if (total_image_units + fragment_outputs + total_shader_storage_blocks >

Completed in 15 milliseconds