Lines Matching refs:voffset

1204                                          LLVMValueRef voffset, LLVMValueRef soffset,
1213 args[idx++] = voffset ? voffset : ctx->i32_0;
1232 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy)
1234 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset, NULL, cache_policy, true);
1239 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
1253 voffset2 = LLVMBuildAdd(ctx->builder, voffset ? voffset : ctx->i32_0,
1256 ac_build_buffer_store_dword(ctx, rsrc, v01, vindex, voffset, soffset, cache_policy);
1261 ac_build_buffer_store_common(ctx, rsrc, ac_to_float(ctx, vdata), vindex, voffset, soffset,
1266 LLVMValueRef vindex, LLVMValueRef voffset,
1277 args[idx++] = voffset ? voffset : ctx->i32_0;
1303 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
1313 LLVMValueRef offset = voffset ? voffset : ctx->i32_0;
1337 return ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, soffset, num_channels,
1342 LLVMValueRef vindex, LLVMValueRef voffset,
1372 voffset ? voffset : ctx->i32_0};
1382 return ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, ctx->i32_0, num_channels,
1388 LLVMValueRef vindex, LLVMValueRef voffset,
1398 args[idx++] = voffset ? voffset : ctx->i32_0;
1416 LLVMValueRef vindex, LLVMValueRef voffset,
1421 return ac_build_tbuffer_load(ctx, rsrc, vindex, voffset, soffset, num_channels, dfmt,
1426 LLVMValueRef voffset, LLVMValueRef soffset,
1429 return ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i16,
1434 LLVMValueRef voffset, LLVMValueRef soffset,
1437 return ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i8, cache_policy,
1527 LLVMValueRef vindex, LLVMValueRef voffset,
1563 ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, tmp, num_channels, channel_type,
1733 LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset,
1738 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false);
1742 LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy)
1746 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false);