Searched refs:ac_build_load_custom (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 800 ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_custom() function 817 return ac_build_load_custom(ctx, base_ptr, index, false, false); in ac_build_load() 823 return ac_build_load_custom(ctx, base_ptr, index, false, true); in ac_build_load_invariant() 829 return ac_build_load_custom(ctx, base_ptr, index, true, true); in ac_build_load_to_sgpr()
|