OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io_ptrs
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_llvm.c
884
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
897
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
921
LLVMValueRef id_ptr = draw_jit_header_id(gallivm,
io_ptrs
[i]);
926
io_ptrs
[i], inds[i], val);
934
store_aos(gallivm,
io_ptrs
[i], attr_index, aos[i]);
1026
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
1039
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1048
clip_ptrs[i] = draw_jit_header_clip_pos(gallivm,
io_ptrs
[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c
1256
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
1269
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1293
LLVMValueRef id_ptr = draw_jit_header_id(gallivm,
io_ptrs
[i]);
1298
io_ptrs
[i], inds[i], val);
1306
store_aos(gallivm,
io_ptrs
[i], attr_index, aos[i]);
1398
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
1411
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1420
clip_ptrs[i] = draw_jit_header_clip_pos(gallivm,
io_ptrs
[i]);
Completed in 24 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026