Home
last modified time | relevance | path

Searched refs:getFreeSlot (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/
H A Diomapper.cpp401 int getFreeSlot(int set, int base, int size = 1) in getFreeSlot() function
592 return getFreeSlot(set, getBaseBinding(EResImage, set), numBindings); in resolveBinding()
595 return getFreeSlot(set, getBaseBinding(EResTexture, set), numBindings); in resolveBinding()
598 return getFreeSlot(set, getBaseBinding(EResSsbo, set), numBindings); in resolveBinding()
601 return getFreeSlot(set, getBaseBinding(EResSampler, set), numBindings); in resolveBinding()
604 return getFreeSlot(set, getBaseBinding(EResUbo, set), numBindings); in resolveBinding()
693 return getFreeSlot(set, getBaseBinding(EResUav, set)); in resolveBinding()
696 return getFreeSlot(set, getBaseBinding(EResTexture, set)); in resolveBinding()
699 return getFreeSlot(set, getBaseBinding(EResSampler, set)); in resolveBinding()
702 return getFreeSlot(set, getBaseBinding(EResUbo, set)); in resolveBinding()
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A Diomapper.cpp407 int getFreeSlot(int set, int base, int size = 1) in getFreeSlot() function
605 return getFreeSlot(set, getBaseBinding(EResImage, set), numBindings); in resolveBinding()
608 return getFreeSlot(set, getBaseBinding(EResTexture, set), numBindings); in resolveBinding()
611 return getFreeSlot(set, getBaseBinding(EResSsbo, set), numBindings); in resolveBinding()
614 return getFreeSlot(set, getBaseBinding(EResSampler, set), numBindings); in resolveBinding()
617 return getFreeSlot(set, getBaseBinding(EResUbo, set), numBindings); in resolveBinding()
706 return getFreeSlot(set, getBaseBinding(EResUav, set)); in resolveBinding()
709 return getFreeSlot(set, getBaseBinding(EResTexture, set)); in resolveBinding()
712 return getFreeSlot(set, getBaseBinding(EResSampler, set)); in resolveBinding()
715 return getFreeSlot(set, getBaseBinding(EResUbo, set)); in resolveBinding()
/dports/lang/kawa/kawa-3.1.1/gnu/lists/
H A DPositionManager.java34 private int getFreeSlot () in getFreeSlot() method in PositionManager
62 int i = getFreeSlot(); in register()
/dports/games/scid/scid/src/
H A Ddbasepool.h91 scidBaseT* getFreeSlot();
H A Ddbasepool.cpp69 scidBaseT* DBasePool::getFreeSlot() { in getFreeSlot() function in DBasePool
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dprodslotlist.h121 int getFreeSlot() const;
H A Dprodslotlist.cpp136 int ProdSlotlist::getFreeSlot() const in getFreeSlot() function in ProdSlotlist
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A Diomapper.cpp446 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
650 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
656 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
722 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
728 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
769 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
941 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1023 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
H A Diomapper.h119 int getFreeSlot(int set, int base, int size = 1);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Diomapper.cpp446 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
650 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
656 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
722 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
728 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
769 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
941 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1023 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
H A Diomapper.h119 int getFreeSlot(int set, int base, int size = 1);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Diomapper.cpp446 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
650 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
656 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
722 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
728 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
769 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
941 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1023 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
H A Diomapper.h119 int getFreeSlot(int set, int base, int size = 1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A Diomapper.cpp446 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
653 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
659 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
728 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
734 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
778 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
959 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1041 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
H A Diomapper.h119 int getFreeSlot(int set, int base, int size = 1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A Diomapper.cpp476 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
680 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
686 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
752 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
758 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
799 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
981 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1063 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/inventory/
H A Dinventory.h154 int getFreeSlot() const A_WARN_UNUSED;
H A Dinventory.cpp126 const int slot = getFreeSlot(); in addItem()
282 int Inventory::getFreeSlot() const in getFreeSlot() function in Inventory
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in IsInfinity()
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in IsInfinity()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in IsInfinity()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in IsInfinity()
1069 location = getFreeSlot(resourceKey, 0, size); in IsInfinity()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in IsInfinity()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in IsInfinity()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in IsInfinity()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1069 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1069 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1069 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1069 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A Diomapper.cpp787 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1063 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1069 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1110 int binding = getFreeSlot(resource, getBaseBinding(resource, set), numBindings); in resolveBinding()
1285 … return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set), numBindings); in resolveBinding()
1367 return ent.newBinding = getFreeSlot(set, getBaseBinding(resource, set)); in resolveBinding()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A Diomapper.cpp796 int TDefaultIoResolverBase::getFreeSlot(int set, int base, int size) { in getFreeSlot() function in glslang::TDefaultIoResolverBase
1000 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1006 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1072 location = getFreeSlot(resourceKey, 0, computeTypeLocationSize(type, currentStage)); in resolveUniformLocation()
1078 location = getFreeSlot(resourceKey, 0, size); in resolveUniformLocation()
1122 … int binding = getFreeSlot(resourceKey, getBaseBinding(stage, resource, set), numBindings); in resolveBinding()
1300 … return ent.newBinding = getFreeSlot(set, getBaseBinding(stage, resource, set), numBindings); in resolveBinding()
1382 return ent.newBinding = getFreeSlot(set, getBaseBinding(stage, resource, set)); in resolveBinding()

12