OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:barycentric
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrFragmentPacket.hpp
54
tcu::Vec4
barycentric
[3]; //!< Perspective-correct
barycentric
values.
member in struct:rr::FragmentPacket
/external/mesa3d/src/compiler/nir/
nir_lower_io.c
165
nir_ssa_def *
barycentric
= NULL;
local
184
barycentric
= nir_load_barycentric(&state->builder, bary_op,
220
} else if (
barycentric
) {
221
load->src[0] = nir_src_for_ssa(
barycentric
);
Completed in 117 milliseconds