Searched refs:producer_var (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1724 void record(ir_variable *producer_var, ir_variable *consumer_var); 1802 ir_variable *producer_var; member in struct:__anon14e2ae980110::varying_matches::match 1893 * If \c producer_var has already been paired up with a consumer_var, or 1894 * producer_var is part of fixed pipeline functionality (and hence already has 1898 * \c producer_var, but only when the change couldn't possibly affect 1902 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) argument 1904 assert(producer_var != NULL || consumer_var != NULL); 1906 if ((producer_var && (!producer_var->data.is_unmatched_generic_inout || 1907 producer_var 2180 ir_variable *producer_var = this->matches[i].producer_var; local in function:varying_matches::store_locations 2229 ir_variable *producer_var = this->matches[i].producer_var; local in function:varying_matches::store_locations [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1595 void record(ir_variable *producer_var, ir_variable *consumer_var); 1667 ir_variable *producer_var; member in struct:__anone5c4aea50110::varying_matches::match 1756 * If \c producer_var has already been paired up with a consumer_var, or 1757 * producer_var is part of fixed pipeline functionality (and hence already has 1761 * \c producer_var, but only when the change couldn't possibly affect 1765 varying_matches::record(ir_variable *producer_var, ir_variable *consumer_var) argument 1767 assert(producer_var != NULL || consumer_var != NULL); 1769 if ((producer_var && (!producer_var->data.is_unmatched_generic_inout || 1770 producer_var 2026 ir_variable *producer_var = this->matches[i].producer_var; local in function:varying_matches::store_locations 2075 ir_variable *producer_var = this->matches[i].producer_var; local in function:varying_matches::store_locations [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 1505 gl_shader_variable const *producer_var = NULL; local in function:validate_io 1519 producer_var = var; 1530 producer_var = var; 1548 if (producer_var == NULL) { 1576 const glsl_type *producer_type = producer_var->type; 1577 const glsl_type *producer_interface_type = producer_var->interface_type; 1593 if (producer_interface_type->is_array() && !producer_var->patch) 1596 if (producer_type->is_array() && !producer_var->patch) 1641 unsigned producer_interpolation = producer_var->interpolation; 1652 if (producer_var [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 1868 gl_shader_variable const *producer_var = NULL; local in function:validate_io 1882 producer_var = var; 1893 producer_var = var; 1911 if (producer_var == NULL) { 1939 const glsl_type *producer_type = producer_var->type; 1940 const glsl_type *producer_interface_type = producer_var->interface_type; 1956 if (producer_interface_type->is_array() && !producer_var->patch) 1959 if (producer_type->is_array() && !producer_var->patch) 2004 unsigned producer_interpolation = producer_var->interpolation; 2015 if (producer_var [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.1.rst | 61 - linker: Wrap access of producer_var with a NULL check
|
| H A D | 10.3.6.rst | 67 - linker: Wrap access of producer_var with a NULL check
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_linking_helpers.c | 1297 nir_foreach_shader_out_variable(producer_var, producer) { 1299 if (producer_var->data.location < 0) 1303 nir_var_shader_in, producer_var->data.location); 1310 unsigned precision_1 = producer_var->data.precision; 1315 producer_var->data.precision = consumer_var->data.precision = minimum;
|
Completed in 14 milliseconds