Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2021 LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3198 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment()
3203 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1397 LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, in LLVMConstArray() function