Home
last modified time | relevance | path

Searched refs:ac_llvm_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_util.h47 struct ac_llvm_context { struct
65 ac_llvm_context_init(struct ac_llvm_context *ctx, LLVMContextRef context); argument
72 ac_emit_llvm_intrinsic(struct ac_llvm_context *ctx, const char *name,
77 ac_build_gather_values_extended(struct ac_llvm_context *ctx,
83 ac_build_gather_values(struct ac_llvm_context *ctx,
88 ac_emit_fdiv(struct ac_llvm_context *ctx,
93 ac_prepare_cube_coords(struct ac_llvm_context *ctx,
Dac_llvm_util.c152 ac_llvm_context_init(struct ac_llvm_context *ctx, LLVMContextRef context) in ac_llvm_context_init()
230 ac_emit_llvm_intrinsic(struct ac_llvm_context *ctx, const char *name, in ac_emit_llvm_intrinsic()
264 ac_build_gather_values_extended(struct ac_llvm_context *ctx, in ac_build_gather_values_extended()
296 ac_build_gather_values(struct ac_llvm_context *ctx, in ac_build_gather_values()
304 ac_emit_fdiv(struct ac_llvm_context *ctx, in ac_emit_fdiv()
326 build_cube_intrinsic(struct ac_llvm_context *ctx, in build_cube_intrinsic()
425 ac_prepare_cube_coords(struct ac_llvm_context *ctx, in ac_prepare_cube_coords()
Dac_nir_to_llvm.c54 struct ac_llvm_context ac;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h53 struct ac_llvm_context ac;