| H A D | lp_bld_nir.c | 1266 LLVMValueRef indir_vertex_index = NULL; local in function:visit_load_var 1284 get_deref_offset(bld_base, deref, vs_in, gs_in ? &vertex_index : NULL, (tcs_in || tcs_out || tes_in) ? &indir_vertex_index : NULL, 1287 bld_base->load_var(bld_base, mode, nc, bit_size, var, vertex_index, indir_vertex_index, const_index, indir_index, result); 1302 LLVMValueRef indir_index, indir_vertex_index = NULL; local in function:visit_store_var 1306 get_deref_offset(bld_base, deref, false, NULL, tcs_out ? &indir_vertex_index : NULL, 1309 bld_base->store_var(bld_base, mode, instr->num_components, bit_size, var, writemask, indir_vertex_index, const_index, indir_index, src);
|