Home | History | Annotate | Download | only in nir

Lines Matching defs:in

6  * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 nir_variable *in, *out;
38 in = nir_variable_create(shader, nir_var_shader_in,
40 in->data.location = VERT_ATTRIB_EDGEFLAG;
46 def = nir_load_var(&b, in);