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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1595 void record(ir_variable *producer_var, ir_variable *consumer_var);
1672 ir_variable *consumer_var; member in struct:__anone5c4aea50110::varying_matches::match
1752 * It is permissible for \c consumer_var to be NULL (this happens if a
1756 * If \c producer_var has already been paired up with a consumer_var, or
1765 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) argument
1767 assert(producer_var != NULL || consumer_var != NULL);
1771 (consumer_var && (!consumer_var->data.is_unmatched_generic_inout ||
1772 consumer_var->data.explicit_location))) {
1780 bool needs_flat_qualifier = consumer_var
2027 ir_variable *consumer_var = this->matches[i].consumer_var; local in function:varying_matches::store_locations
2076 ir_variable *consumer_var = this->matches[i].consumer_var; local in function:varying_matches::store_locations
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1724 void record(ir_variable *producer_var, ir_variable *consumer_var);
1807 ir_variable *consumer_var; member in struct:__anon14e2ae980110::varying_matches::match
1889 * It is permissible for \c consumer_var to be NULL (this happens if a
1893 * If \c producer_var has already been paired up with a consumer_var, or
1902 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) argument
1904 assert(producer_var != NULL || consumer_var != NULL);
1908 (consumer_var && (!consumer_var->data.is_unmatched_generic_inout ||
1909 consumer_var->data.explicit_location))) {
1917 bool needs_flat_qualifier = consumer_var
2181 ir_variable *consumer_var = this->matches[i].consumer_var; local in function:varying_matches::store_locations
2230 ir_variable *consumer_var = this->matches[i].consumer_var; local in function:varying_matches::store_locations
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshader_query.cpp1504 gl_shader_variable const *const consumer_var = RESOURCE_VAR(res); local in function:validate_io
1507 if (is_gl_identifier(consumer_var->name))
1513 if (consumer_var->explicit_location) {
1518 consumer_var->location == var->location) {
1529 strcmp(consumer_var->name, var->name) == 0) {
1574 const glsl_type *consumer_type = consumer_var->type;
1575 const glsl_type *consumer_interface_type = consumer_var->interface_type;
1582 if (consumer_interface_type->is_array() && !consumer_var->patch)
1585 if (consumer_type->is_array() && !consumer_var->patch)
1642 unsigned consumer_interpolation = consumer_var
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshader_query.cpp1867 gl_shader_variable const *const consumer_var = RESOURCE_VAR(res); local in function:validate_io
1870 if (is_gl_identifier(consumer_var->name))
1876 if (consumer_var->explicit_location) {
1881 consumer_var->location == var->location) {
1892 strcmp(consumer_var->name, var->name) == 0) {
1937 const glsl_type *consumer_type = consumer_var->type;
1938 const glsl_type *consumer_interface_type = consumer_var->interface_type;
1945 if (consumer_interface_type->is_array() && !consumer_var->patch)
1948 if (consumer_type->is_array() && !consumer_var->patch)
2005 unsigned consumer_interpolation = consumer_var
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_linking_helpers.c1302 nir_variable *consumer_var = nir_find_variable_with_location(consumer, local in function:nir_link_varying_precision
1306 if (!consumer_var)
1311 unsigned precision_2 = consumer_var->data.precision;
1315 producer_var->data.precision = consumer_var->data.precision = minimum;

Completed in 14 milliseconds