Home
last modified time | relevance | path

Searched defs:compile (Results 1 – 16 of 16) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DShaderNULL.cpp22 std::shared_ptr<WaitableCompileEvent> ShaderNULL::compile(const gl::Context *context, in compile() function in rx::ShaderNULL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DShaderVk.cpp24 std::shared_ptr<WaitableCompileEvent> ShaderVk::compile(const gl::Context *context, in compile() function in rx::ShaderVk
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DPruneUnusedFunctions_test.cpp26 void compile(const std::string &shaderString, bool prune) in compile() function in __anonf6d50d630111::PruneUnusedFunctionsTest
DWorkGroupSize_test.cpp36 bool compile(const std::string &shaderString) in compile() function in WorkGroupSizeTest
DRemovePow_test.cpp42 void compile(const std::string &shaderString) in compile() function in RemovePowTest
DUnrollFlatten_test.cpp29 void compile(const std::string &shaderString) in compile() function in __anon91c3e1960111::UnrollFlattenTest
DTypeTracking_test.cpp36 void compile(const std::string &shaderString) in compile() function in TypeTrackingTest
DCollectVariables_test.cpp123 void compile(const std::string &shaderString, ShCompileOptions compileOptions) in compile() function in CollectVariablesTest
129 void compile(const std::string &shaderString) { compile(shaderString, 0u); } in compile() function in CollectVariablesTest
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DParallelShaderCompileTest.cpp192 bool compile() override in compile() function in __anon1d0f70120111::ParallelShaderCompileTest::ClearColorWithDraw
259 bool compile() override in compile() function in __anon1d0f70120111::ParallelShaderCompileTest::ImageLoadStore
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
Dcompiler_test.cpp129 void MatchOutputCodeTest::compile(const std::string &shaderString) in compile() function in sh::MatchOutputCodeTest
134 void MatchOutputCodeTest::compile(const std::string &shaderString, in compile() function in sh::MatchOutputCodeTest
DShaderCompileTreeTest.cpp134 bool ShaderCompileTreeTest::compile(const std::string &shaderString) in compile() function in sh::ShaderCompileTreeTest
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp255 std::shared_ptr<WaitableCompileEvent> ShaderD3D::compile(const gl::Context *context, in compile() function in rx::ShaderD3D
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotShaders_unittest.cpp140 void compile(GLboolean expectCompileStatus = GL_TRUE) { in compile() function in emugl::SnapshotGlShaderTest
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp239 std::shared_ptr<WaitableCompileEvent> ShaderGL::compile(const gl::Context *context, in compile() function in rx::ShaderGL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DShader.cpp302 void Shader::compile(const Context *context) in compile() function in gl::Shader
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCompiler.cpp947 bool TCompiler::compile(const char *const shaderStrings[], in compile() function in sh::TCompiler