Searched refs:is_live (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 635 …virtual bool validateBinding(EShLanguage stage, const char* name, const TType& type, bool is_live)… 638 …virtual int resolveBinding(EShLanguage stage, const char* name, const TType& type, bool is_live) =… 641 virtual int resolveSet(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0; 644 …t resolveUniformLocation(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0; 647 …virtual bool validateInOut(EShLanguage stage, const char* name, const TType& type, bool is_live) =… 650 …int resolveInOutLocation(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0; 653 …nt resolveInOutComponent(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0; 656 …al int resolveInOutIndex(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0; 658 …virtual void notifyBinding(EShLanguage stage, const char* name, const TType& type, bool is_live) =… 660 …virtual void notifyInOut(EShLanguage stage, const char* name, const TType& type, bool is_live) = 0;
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 424 …ShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool is_live) override = 0; 579 …ing(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool is_live) override in resolveBinding() 600 } else if (is_live && doAutoBindingMapping()) { in resolveBinding() 685 …ing(EShLanguage /*stage*/, const char* /*name*/, const glslang::TType& type, bool is_live) override in resolveBinding() 701 } else if (is_live && doAutoBindingMapping()) { in resolveBinding()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 347 return is_live(code->second); in IsAlive() 354 if (is_live(i) != env.is_live(i)) return false; in Equal() 387 if (!is_live(e.second)) continue; in Print() 413 bool is_live(size_t pos) const { in is_live() function in __anon85d096280111::Environment
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 1993 unsigned is_live:1; member 2015 slots[i].is_live = true; in mark_uniform_slots_read() 2120 if (!slots[u].is_live) { in assign_constant_locations()
|