Searched defs:t_offset (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c204 LLVMValueRef t_offset; local
223 t_offset = lp_build_const_int32(base->gallivm, input_index);
225 t_list = build_indexed_load(base->gallivm, t_list_ptr, t_offset);

Completed in 469 milliseconds