Searched refs:ac_build_indexed_store (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 237 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index,
|
D | ac_llvm_build.c | 983 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, in ac_build_indexed_store() function 2962 ac_build_indexed_store(ctx, ctx->lds, dw_addr, value); in ac_lds_store()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 191 ac_build_indexed_store(&ctx->ac, ctx->esgs_ring, idx, out_val); in si_llvm_emit_es_epilogue()
|