Home
last modified time | relevance | path

Searched refs:radeon_llvm_context (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm.h53 struct radeon_llvm_context { struct
79 void (*load_input)(struct radeon_llvm_context *, argument
83 void (*load_system_value)(struct radeon_llvm_context *, argument
146 void radeon_llvm_context_init(struct radeon_llvm_context * ctx);
148 void radeon_llvm_dispose(struct radeon_llvm_context * ctx);
150 inline static struct radeon_llvm_context * radeon_llvm_context( in radeon_llvm_context() function
153 return (struct radeon_llvm_context*)bld_base; in radeon_llvm_context()
158 void radeon_llvm_finalize_module(struct radeon_llvm_context * ctx);
Dradeon_setup_tgsi_llvm.c43 static struct radeon_llvm_loop * get_current_loop(struct radeon_llvm_context * ctx) in get_current_loop()
49 struct radeon_llvm_context * ctx) in get_current_branch()
138 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in emit_fetch_input()
209 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in emit_declaration()
350 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in bgnloop_emit()
370 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in brk_emit()
382 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in cont_emit()
394 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in else_emit()
428 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in endif_emit()
460 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in endloop_emit()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c37 struct radeon_llvm_context * ctx, in llvm_load_system_value()
64 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in llvm_fetch_system_value()
70 struct radeon_llvm_context * ctx, in llvm_load_input()
94 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in llvm_emit_prologue()
115 struct radeon_llvm_context * ctx = radeon_llvm_context(bld_base); in llvm_emit_epilogue()
213 struct radeon_llvm_context * ctx, in r600_tgsi_llvm()
Dr600_llvm.h11 struct radeon_llvm_context;
15 struct radeon_llvm_context * ctx,
Dr600_shader.c1251 struct radeon_llvm_context radeon_llvm_ctx; in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c72 struct radeon_llvm_context radeon_bld;
338 struct radeon_llvm_context * radeon_bld, in declare_input()