Searched refs:tcsSource (Results 1 – 4 of 4) sorted by relevance
/external/angle/util/ |
D | shader_utils.cpp | 20 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()
|
D | shader_utils.h | 40 const char *tcsSource,
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_pipeline_shader.cpp | 3496 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()
|
D | vkpositivelayertests.cpp | 5129 char const *tcsSource = in TEST_F() local 5148 VkShaderObj tcs(m_device, tcsSource, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, this); in TEST_F()
|