D | ac_llvm_build.c | 1147 LLVMValueRef immoffset = LLVMConstInt(ctx->i32, inst_offset, 0); in ac_build_buffer_store_dword() local 1149 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_buffer_store_dword() 1243 LLVMValueRef soffset, LLVMValueRef immoffset, in ac_build_tbuffer_load() argument 1248 voffset = LLVMBuildAdd(ctx->builder, voffset, immoffset, ""); in ac_build_tbuffer_load() 1274 LLVMValueRef soffset, LLVMValueRef immoffset, in ac_build_struct_tbuffer_load() argument 1278 return ac_build_tbuffer_load(ctx, rsrc, vindex, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_struct_tbuffer_load() 1284 LLVMValueRef immoffset, unsigned num_channels, unsigned dfmt, in ac_build_raw_tbuffer_load() argument 1287 return ac_build_tbuffer_load(ctx, rsrc, NULL, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_raw_tbuffer_load() 1293 LLVMValueRef immoffset, unsigned cache_policy) in ac_build_tbuffer_load_short() argument 1298 voffset = LLVMBuildAdd(ctx->builder, voffset, immoffset, ""); in ac_build_tbuffer_load_short() [all …]
|