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

/external/chromium_org/third_party/mesa/src/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, "");
/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 1199 milliseconds