Searched refs:get_memory_ptr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 425 static LLVMValueRef get_memory_ptr(struct si_shader_context *ctx, in get_memory_ptr() function 453 ptr = get_memory_ptr(ctx, inst, ctx->f32, 1); in load_emit_memory() 735 ptr = get_memory_ptr(ctx, inst, ctx->f32, 0); in store_emit_memory() 864 ptr = get_memory_ptr(ctx, inst, ctx->i32, 1); in atomic_emit_memory()
|