OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onei
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c
254
LLVMValueRef
onei
= lp_build_const_int32(gallivm, 1);
local
262
shuffles[2] =
onei
;
266
shuffles[0] =
onei
;
289
dzdy = LLVMBuildExtractElement(b, dzdxdzdy,
onei
, "");
305
shuffles[1] =
onei
;
317
z1_new = LLVMBuildExtractElement(b, z0z1z2,
onei
, "");
602
LLVMValueRef
onei
= lp_build_const_int32(gallivm, 1);
local
626
shuffles[0] =
onei
;
635
f = LLVMBuildExtractElement(b, ef,
onei
, "");
649
args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20,
onei
);
[
all
...]
Completed in 312 milliseconds