OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mad_args
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c
526
LLVMValueRef
mad_args
[3];
local
546
mad_args
[1] = coords[2];
547
mad_args
[2] = LLVMConstReal(type, 1.5);
549
mad_args
[0] = coords[0];
551
type,
mad_args
, 3, LLVMReadNoneAttribute);
553
mad_args
[0] = coords[1];
555
type,
mad_args
, 3, LLVMReadNoneAttribute);
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c
526
LLVMValueRef
mad_args
[3];
local
546
mad_args
[1] = coords[2];
547
mad_args
[2] = LLVMConstReal(type, 1.5);
549
mad_args
[0] = coords[0];
551
type,
mad_args
, 3, LLVMReadNoneAttribute);
553
mad_args
[0] = coords[1];
555
type,
mad_args
, 3, LLVMReadNoneAttribute);
[
all
...]
Completed in 949 milliseconds