OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gradients
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h
289
bool
Gradients
;
AMDGPUBaseInfo.cpp
170
// enables 16 bit
gradients
.
174
if (BaseOpcode->
Gradients
) {
176
// There are two
gradients
per coordinate, we pack them separately.
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp
4232
if (BaseOpcode->
Gradients
&& !ST.hasG16() && (IsA16 != IsG16)) {
4233
// 16 bit
gradients
are supported, but are tied to the A16 control
4234
// so both
gradients
and addresses must be 16 bit
SIISelLowering.cpp
5938
//
Gradients
are packed with undef for each coordinate.
6096
if (BaseOpcode->
Gradients
&& !ST->hasG16() && (IsA16 != IsG16)) {
6097
// 16 bit
gradients
are supported, but are tied to the A16 control
6098
// so both
gradients
and addresses must be 16 bit
6101
"require 16 bit args for both
gradients
and addresses");
6116
// In the case where a16 and
gradients
are tied (no G16 support) then we
6118
if (BaseOpcode->
Gradients
&& IsG16 && ST->hasG16()) {
6125
// Add
gradients
(packed or unpacked)
6127
// Pack the
gradients
6142
0 /* No
gradients
*/);
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026