OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_ptrs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c
618
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
626
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
646
LLVMValueRef id_ptr = draw_jit_header_id(gallivm,
io_ptrs
[i]);
651
io_ptrs
[i], inds[i], val);
658
store_aos(gallivm,
io_ptrs
[i], attr_index, aos[i]);
742
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
752
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
762
clip_ptrs[i] = draw_jit_header_clip(gallivm,
io_ptrs
[i]);
766
clip_ptrs[i] = draw_jit_header_pre_clip_pos(gallivm,
io_ptrs
[i]);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c
618
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
626
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
646
LLVMValueRef id_ptr = draw_jit_header_id(gallivm,
io_ptrs
[i]);
651
io_ptrs
[i], inds[i], val);
658
store_aos(gallivm,
io_ptrs
[i], attr_index, aos[i]);
742
LLVMValueRef
io_ptrs
[LP_MAX_VECTOR_WIDTH / 32];
local
752
io_ptrs
[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
762
clip_ptrs[i] = draw_jit_header_clip(gallivm,
io_ptrs
[i]);
766
clip_ptrs[i] = draw_jit_header_pre_clip_pos(gallivm,
io_ptrs
[i]);
[
all
...]
Completed in 2219 milliseconds