Searched refs:tesSource (Results 1 – 5 of 5) sorted by relevance
/external/angle/util/ |
D | shader_utils.cpp | 21 const char *tesSource, in CompileProgramInternal() argument 64 if (strlen(tesSource) > 0) in CompileProgramInternal() 66 tes = CompileShader(GL_TESS_EVALUATION_SHADER_EXT, tesSource); in CompileProgramInternal() 302 const char *tesSource, in CompileProgramWithTESS() argument 305 return CompileProgramInternal(vsSource, tcsSource, tesSource, "", fsSource, nullptr); in CompileProgramWithTESS()
|
D | shader_utils.h | 41 const char *tesSource,
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_pipeline_shader.cpp | 3505 char const *tesSource = in TEST_F() local 3514 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F() 3550 char const *tesSource = in TEST_F() local 3558 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 301 static const char *tesSource = in TEST_F() local 361 …indStateVertShaderText, bindStateFragShaderText, nullptr, bindStateTscShaderText, tesSource, false, in TEST_F() 363 …indStateVertShaderText, bindStateFragShaderText, nullptr, bindStateTscShaderText, tesSource, false, in TEST_F()
|
D | vkpositivelayertests.cpp | 5138 char const *tesSource = in TEST_F() local 5149 VkShaderObj tes(m_device, tesSource, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()
|