Lines Matching defs:out
696 nir_variable *out = NULL;
703 out = var;
707 return out;
755 /* create a vec4 mask of the selected slot's components out of all the components */
871 /* if this is the entire variable, try to blast it out during the initial declaration
909 goto out;
917 goto out;
923 goto out;
930 goto out;
937 goto out;
941 /* this output can be consolidated: blast out all the data inlined */
959 out:
1728 /* simple store case: just write out the components */
1798 /* pack 32bit loads into 64bit: this will automagically get optimized out later */
3307 out vec4 some_var_out;
3313 layout(vertices = $vertices_per_patch) out;
3351 nir_variable *out = nir_variable_create(nir, nir_var_shader_out, out_type, buf);
3352 out->data.location = in->data.location = var->data.location;
3353 out->data.location_frac = in->data.location_frac = var->data.location_frac;
3365 nir_deref_instr *out_array_var = nir_build_deref_array(&b, nir_build_deref_var(&b, out), invocation_id);