HomeSort by relevance Sort by last modified time
    Searched full:sgpr_index (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 152 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/
radeonsi_shader.c 152 LLVMValueRef sgpr_index; local
156 sgpr_index = lp_build_const_int32(gallivm, sgpr);
194 ptr = LLVMBuildIntToPtr(gallivm->builder, sgpr_index, ret_type, "");

Completed in 255 milliseconds