OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_pos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c
607
LLVMValueRef
attr_pos
[3];
local
612
load_attribute(gallivm, args, key, 0,
attr_pos
);
621
xy0_center = LLVMBuildFSub(b,
attr_pos
[0], pixel_center, "xy0_center" );
623
dxy01 = LLVMBuildFSub(b,
attr_pos
[0],
attr_pos
[1], "dxy01");
624
dxy20 = LLVMBuildFSub(b,
attr_pos
[2],
attr_pos
[0], "dxy20");
643
lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20,
attr_pos
);
659
emit_position_coef(gallivm, args, 0,
attr_pos
);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c
607
LLVMValueRef
attr_pos
[3];
local
612
load_attribute(gallivm, args, key, 0,
attr_pos
);
621
xy0_center = LLVMBuildFSub(b,
attr_pos
[0], pixel_center, "xy0_center" );
623
dxy01 = LLVMBuildFSub(b,
attr_pos
[0],
attr_pos
[1], "dxy01");
624
dxy20 = LLVMBuildFSub(b,
attr_pos
[2],
attr_pos
[0], "dxy20");
643
lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20,
attr_pos
);
659
emit_position_coef(gallivm, args, 0,
attr_pos
);
Completed in 276 milliseconds