HomeSort by relevance Sort by last modified time
    Searched refs:fnLocalVars (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 677 idset_t fnLocalVars; // set of function local vars
688 fnLocalVars.insert(asId(start+2));
690 if (opCode == spv::OpAccessChain && fnLocalVars.count(asId(start+3)) > 0)
691 fnLocalVars.insert(asId(start+2));
693 if (opCode == spv::OpLoad && fnLocalVars.count(asId(start+3)) > 0) {
705 fnLocalVars.clear();
713 fnLocalVars.insert(asId(start+2));
715 if (opCode == spv::OpStore && fnLocalVars.count(asId(start+1)) > 0) {
735 idset_t fnLocalVars; // candidates for removal (only locals)
751 fnLocalVars.insert(asId(start+2))
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 677 idset_t fnLocalVars; // set of function local vars
688 fnLocalVars.insert(asId(start+2));
690 if (opCode == spv::OpAccessChain && fnLocalVars.count(asId(start+3)) > 0)
691 fnLocalVars.insert(asId(start+2));
693 if (opCode == spv::OpLoad && fnLocalVars.count(asId(start+3)) > 0) {
705 fnLocalVars.clear();
713 fnLocalVars.insert(asId(start+2));
715 if (opCode == spv::OpStore && fnLocalVars.count(asId(start+1)) > 0) {
735 idset_t fnLocalVars; // candidates for removal (only locals)
751 fnLocalVars.insert(asId(start+2))
    [all...]

Completed in 62 milliseconds