Searched refs:ac_nir_context (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 38 struct ac_nir_context { struct 61 static LLVMValueRef get_sampler_desc_index(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, argument 64 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, 68 static LLVMTypeRef get_def_type(struct ac_nir_context *ctx, const nir_ssa_def *def) in get_def_type() 77 static LLVMValueRef get_src(struct ac_nir_context *nir, nir_src src) in get_src() 83 static LLVMValueRef get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned bit_size) in get_memory_ptr() 94 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, const struct nir_block *b) in get_block() 100 static LLVMValueRef get_alu_src(struct ac_nir_context *ctx, nir_alu_src src, in get_alu_src() 443 static LLVMValueRef emit_ddxy(struct ac_nir_context *ctx, nir_op op, LLVMValueRef src0) in emit_ddxy() 485 static LLVMValueRef enter_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall() [all …]
|