Searched refs:buffer_load (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 270 static LLVMValueRef buffer_load(struct si_shader_context *ctx, LLVMTypeRef type, unsigned swizzle, function in typeref:typename:LLVMValueRef 464 * to refactor buffer_load(). 468 value[i] = buffer_load(ctx, type, i, ctx->tess_offchip_ring, base, addr, true); 572 return buffer_load(ctx, ctx->ac.f32, ~0, ctx->tess_offchip_ring, base, addr, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 1066 static LLVMValueRef buffer_load(struct lp_build_tgsi_context *bld_base, function in typeref:typename:LLVMValueRef 1318 return buffer_load(bld_base, tgsi2llvmtype(bld_base, type), swizzle, 1359 * to refactor buffer_load(), but for now this maximises code sharing 1369 value[i + component] = buffer_load(&ctx->bld_base, type, offset, 2035 return buffer_load(&ctx->bld_base, ctx->f32,
|
Completed in 12 milliseconds