Home
last modified time | relevance | path

Searched refs:tcsSource (Results 1 – 4 of 4) sorted by relevance

/external/angle/util/
Dshader_utils.cpp20 const char *tcsSource, in CompileProgramInternal() argument
49 if (strlen(tcsSource) > 0) in CompileProgramInternal()
51 tcs = CompileShader(GL_TESS_CONTROL_SHADER_EXT, tcsSource); in CompileProgramInternal()
309 const char *tcsSource, in CompileProgramWithTESS() argument
313 return CompileProgramInternal(vsSource, tcsSource, tesSource, "", fsSource, nullptr); in CompileProgramWithTESS()
Dshader_utils.h40 const char *tcsSource,
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3496 char const *tcsSource = in TEST_F() local
3513 VkShaderObj tcs(m_device, tcsSource, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, this); in TEST_F()
3543 char const *tcsSource = in TEST_F() local
3557 VkShaderObj tcs(m_device, tcsSource, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, this); in TEST_F()
Dvkpositivelayertests.cpp5129 char const *tcsSource = in TEST_F() local
5148 VkShaderObj tcs(m_device, tcsSource, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, this); in TEST_F()