Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h197 LLVMValueRef ac_extract_components(struct ac_llvm_context *ctx, LLVMValueRef value, unsigned start,
Dac_llvm_build.c606 LLVMValueRef ac_extract_components(struct ac_llvm_context *ctx, LLVMValueRef value, unsigned start, in ac_extract_components() function
Dac_nir_to_llvm.c3780 LLVMValueRef offset_src = ac_extract_components(&ctx->ac, src, start, count); in visit_intrinsic()