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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c1061 ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, function in typeref:typename:LLVMValueRef
1085 return ac_build_load_custom(ctx, base_ptr, index, false, false, false);
1091 return ac_build_load_custom(ctx, base_ptr, index, false, true, false);
1099 return ac_build_load_custom(ctx, base_ptr, index, true, true, true);
1102 /* See ac_build_load_custom() documentation. */
1106 return ac_build_load_custom(ctx, base_ptr, index, true, true, false);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c1066 static LLVMValueRef ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, function in typeref:typename:LLVMValueRef
1089 return ac_build_load_custom(ctx, base_ptr, index, false, false, false);
1095 return ac_build_load_custom(ctx, base_ptr, index, false, true, false);
1103 return ac_build_load_custom(ctx, base_ptr, index, true, true, true);
1106 /* See ac_build_load_custom() documentation. */
1110 return ac_build_load_custom(ctx, base_ptr, index, true, true, false);

Completed in 14 milliseconds