Searched refs:ac_build_load_custom (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1142 static LLVMValueRef ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_custom() function 1165 return ac_build_load_custom(ctx, base_ptr, index, false, false, false); in ac_build_load() 1171 return ac_build_load_custom(ctx, base_ptr, index, false, true, false); in ac_build_load_invariant() 1179 return ac_build_load_custom(ctx, base_ptr, index, true, true, true); in ac_build_load_to_sgpr() 1186 return ac_build_load_custom(ctx, base_ptr, index, true, true, false); in ac_build_load_to_sgpr_uint_wraparound()
|