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

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c152 LLVMValueRef sgpr_index; local
156 sgpr_index = lp_build_const_int32(gallivm, sgpr);
194 ptr = LLVMBuildIntToPtr(gallivm->builder, sgpr_index, ret_type, "");

Completed in 301 milliseconds