Searched refs:get_memory_ptr (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 348 static LLVMValueRef get_memory_ptr(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef 376 ptr = get_memory_ptr(ctx, inst, ctx->f32, 1); 665 ptr = get_memory_ptr(ctx, inst, ctx->f32, 0); 788 ptr = get_memory_ptr(ctx, inst, ctx->i32, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 139 get_memory_ptr(struct ac_nir_context *ctx, nir_src src) function in typeref:typename:LLVMValueRef 2878 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0]); 2897 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[1]); 3372 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 90 static LLVMValueRef get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned bit_size, unsigned c_off) function in typeref:typename:LLVMValueRef 3073 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0], instr->dest.ssa.bit_size, const_off); 3092 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[1], instr->src[0].ssa->bit_size, const_off); 3896 LLVMValueRef ptr = get_memory_ptr(ctx, instr->src[0], instr->src[1].ssa->bit_size, 0);
|
Completed in 20 milliseconds