Searched refs:ac_build_load_custom (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1017 static LLVMValueRef ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_custom() function 1039 return ac_build_load_custom(ctx, base_ptr, index, false, false, false); in ac_build_load() 1045 return ac_build_load_custom(ctx, base_ptr, index, false, true, false); in ac_build_load_invariant() 1053 return ac_build_load_custom(ctx, base_ptr, index, true, true, true); in ac_build_load_to_sgpr() 1060 return ac_build_load_custom(ctx, base_ptr, index, true, true, false); in ac_build_load_to_sgpr_uint_wraparound()
|