Searched refs:indir_vertex_index (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c319 LLVMValueRef indir_vertex_index,
389 indir_vertex_index ? true : false,
390 indir_vertex_index ? indir_vertex_index : vertex_index_val,
396 indir_vertex_index ? true : false,
397 indir_vertex_index ? indir_vertex_index : vertex_index_val,
416 indir_vertex_index ? true : false, indir_vertex_index ? indir_vertex_index
313 emit_load_var(struct lp_build_nir_context * bld_base,nir_variable_mode deref_mode,unsigned num_components,unsigned bit_size,nir_variable * var,unsigned vertex_index,LLVMValueRef indir_vertex_index,unsigned const_index,LLVMValueRef indir_index,LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) argument
538 emit_store_tcs_chan(struct lp_build_nir_context * bld_base,bool is_compact,unsigned bit_size,unsigned location,unsigned const_index,LLVMValueRef indir_vertex_index,LLVMValueRef indir_index,unsigned comp,unsigned chan,LLVMValueRef chan_val) argument
604 emit_store_var(struct lp_build_nir_context * bld_base,nir_variable_mode deref_mode,unsigned num_components,unsigned bit_size,nir_variable * var,unsigned writemask,LLVMValueRef indir_vertex_index,unsigned const_index,LLVMValueRef indir_index,LLVMValueRef dst) argument
[all...]
H A Dlp_bld_nir.h130 LLVMValueRef indir_vertex_index,
140 LLVMValueRef indir_vertex_index,
H A Dlp_bld_nir.c1266 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);

Completed in 8 milliseconds