Home
last modified time | relevance | path

Searched refs:ac_build_indexed_store (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h237 void ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index,
Dac_llvm_build.c983 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/
Dsi_shader_llvm_gs.c191 ac_build_indexed_store(&ctx->ac, ctx->esgs_ring, idx, out_val); in si_llvm_emit_es_epilogue()