Home
last modified time | relevance | path

Searched refs:CompileComputeProgram (Results 1 – 13 of 13) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DcodeGen.h90 HdStGLSLProgramSharedPtr CompileComputeProgram(
H A DextCompGpuComputationResource.cpp111 codeGen.CompileComputeProgram(_registry.get()); in _Resolve()
H A DcodeGen.cpp965 HdSt_CodeGen::CompileComputeProgram(HdStResourceRegistry*const registry) in CompileComputeProgram() function in HdSt_CodeGen
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/test_utils/
H A Dgl_raii.h69 mHandle = CompileComputeProgram(mComputeShader); in get()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A Dshader_utils.h38 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
H A Dshader_utils.cpp228 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A Dshader_utils.h39 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
H A Dshader_utils.cpp262 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp60 GLuint program = CompileComputeProgram(csSource, false); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DDispatchComputePerf.cpp111 mProgram = CompileComputeProgram(kCS, false); in initComputeShader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A Dgl_raii.h169 void makeCompute(const char *computeShader) { mHandle = CompileComputeProgram(computeShader); } in makeCompute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P()
2058 GLuint computeProgram = CompileComputeProgram(computeShaderStream.str().c_str()); in TEST_P()
H A DStateChangeTest.cpp1482 mProgram = CompileComputeProgram(kCS); in testSetUp()