Home
last modified time | relevance | path

Searched refs:UniformArray (Results 1 – 18 of 18) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellLocatorChooser.h34 using UniformArray = vtkm::cont::ArrayHandleUniformPointCoordinates; variable
37 struct CellLocatorChooserImpl<vtkm::cont::CellSetStructured<3>, UniformArray>
101 if (coordArray.IsType<detail::UniformArray>())
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaShaders.h62 static int UniformArray(lua_State* L);
H A DLuaShaders.cpp47 REGISTER_LUA_CFUNC(UniformArray); in PushEntries()
713 int LuaShaders::UniformArray(lua_State* L) in UniformArray() function in LuaShaders
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.h200 typedef std::vector<Uniform*> UniformArray; typedef
201 UniformArray mUniforms;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_hlsl.cpp279 bool getReflectionDataD3D9(ID3DBlob* _code, UniformArray& _uniforms) in getReflectionDataD3D9()
383 …bool getReflectionDataD3D11(ID3DBlob* _code, bool _vshader, UniformArray& _uniforms, uint8_t& _num… in getReflectionDataD3D11()
654 UniformArray uniforms; in compile()
728 for (UniformArray::const_iterator it = uniforms.begin(); it != uniforms.end(); ++it) in compile()
H A Dshaderc_glsl.cpp103 UniformArray uniforms; in compile()
320 for (UniformArray::const_iterator it = uniforms.begin(); it != uniforms.end(); ++it) in compile()
H A Dshaderc.h161 typedef std::vector<Uniform> UniformArray; typedef
H A Dshaderc_metal.cpp583 …static uint16_t writeUniformArray(bx::WriterI* _writer, const UniformArray& uniforms, bool isFragm… in writeUniformArray()
773 UniformArray uniforms; in compile()
H A Dshaderc_spirv.cpp632 …static uint16_t writeUniformArray(bx::WriterI* _writer, const UniformArray& uniforms, bool isFragm… in writeUniformArray()
928 UniformArray uniforms; in compile()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_hlsl.cpp279 bool getReflectionDataD3D9(ID3DBlob* _code, UniformArray& _uniforms) in getReflectionDataD3D9()
383 …bool getReflectionDataD3D11(ID3DBlob* _code, bool _vshader, UniformArray& _uniforms, uint8_t& _num… in getReflectionDataD3D11()
654 UniformArray uniforms; in compile()
728 for (UniformArray::const_iterator it = uniforms.begin(); it != uniforms.end(); ++it) in compile()
H A Dshaderc_glsl.cpp103 UniformArray uniforms; in compile()
320 for (UniformArray::const_iterator it = uniforms.begin(); it != uniforms.end(); ++it) in compile()
H A Dshaderc.h161 typedef std::vector<Uniform> UniformArray; typedef
H A Dshaderc_metal.cpp583 …static uint16_t writeUniformArray(bx::WriterI* _writer, const UniformArray& uniforms, bool isFragm… in writeUniformArray()
773 UniformArray uniforms; in compile()
H A Dshaderc_spirv.cpp632 …static uint16_t writeUniformArray(bx::WriterI* _writer, const UniformArray& uniforms, bool isFragm… in writeUniformArray()
928 UniformArray uniforms; in compile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h306 typedef std::vector<Uniform*> UniformArray; typedef
307 UniformArray uniforms;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h306 typedef std::vector<Uniform*> UniformArray; typedef
307 UniformArray uniforms;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/compiler_tests/
H A DMalformedShader_test.cpp852 TEST_F(MalformedShaderTest, UniformArray) in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/compiler_tests/
H A DShaderValidation_test.cpp866 TEST_F(FragmentShaderValidationTest, UniformArray) in TEST_F() argument