Searched refs:ac_build_buffer_load_common (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 1202 static LLVMValueRef ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, function in typeref:typename:LLVMValueRef 1276 return ac_build_buffer_load_common(ctx, rsrc, vindex, offset, ctx->i32_0, num_channels, 1319 return ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, ctx->i32_0, num_channels, 1371 return ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i16, 1381 return ac_build_buffer_load_common(ctx, rsrc, NULL, voffset, soffset, 1, ctx->i8, cache_policy, 1507 ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, tmp, num_channels, channel_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 1299 ac_build_buffer_load_common(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef 1437 return ac_build_buffer_load_common(ctx, rsrc, vindex, offset, 1456 return ac_build_buffer_load_common(ctx, rsrc, vindex, voffset, 1487 return ac_build_buffer_load_common(ctx, new_rsrc, vindex, voffset,
|
Completed in 15 milliseconds