OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsVaryingValue
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
ccp_pass.cpp
42
bool CCPPass::
IsVaryingValue
(uint32_t id) const { return id == kVaryingSSAId; }
115
if (
IsVaryingValue
(it->second)) {
133
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
152
if (iter != values_.end() &&
IsVaryingValue
(iter->second)) return false;
188
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
219
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
273
if (!
IsVaryingValue
(cst_id) && id != cst_id) {
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
ccp_pass.cpp
42
bool CCPPass::
IsVaryingValue
(uint32_t id) const { return id == kVaryingSSAId; }
115
if (
IsVaryingValue
(it->second)) {
133
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
152
if (iter != values_.end() &&
IsVaryingValue
(iter->second)) return false;
188
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
219
if (it == values_.end() ||
IsVaryingValue
(it->second)) {
273
if (!
IsVaryingValue
(cst_id) && id != cst_id) {
Completed in 5579 milliseconds