Searched refs:shaderOutputType (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/tests/compiler_tests/ |
D | Precise_test.cpp | 33 for (auto shaderOutputType : mShaderOutputList) in TearDown() local 35 DestroyCompiler(shaderOutputType.first); in TearDown() 43 for (auto shaderOutputType : mShaderOutputList) in Initialize() local 45 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize() 46 mCompilerList[shaderOutputType.first] = nullptr; in Initialize() 50 void DestroyCompiler(ShShaderOutput shaderOutputType) in DestroyCompiler() argument 52 if (mCompilerList[shaderOutputType]) in DestroyCompiler() 54 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler() 55 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler() 61 for (auto shaderOutputType : mShaderOutputList) in InitializeCompiler() local [all …]
|
D | EXT_shader_framebuffer_fetch_test.cpp | 124 for (auto shaderOutputType : mShaderOutputList) in TearDown() local 126 DestroyCompiler(shaderOutputType.first); in TearDown() 134 for (auto shaderOutputType : mShaderOutputList) in Initialize() local 136 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize() 137 mCompilerList[shaderOutputType.first] = nullptr; in Initialize() 141 void DestroyCompiler(ShShaderOutput shaderOutputType) in DestroyCompiler() argument 143 if (mCompilerList[shaderOutputType]) in DestroyCompiler() 145 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler() 146 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler() 152 for (auto shaderOutputType : mShaderOutputList) in InitializeCompiler() local [all …]
|
D | KHR_blend_equation_advanced_test.cpp | 109 for (auto shaderOutputType : mShaderOutputList) in TearDown() local 111 DestroyCompiler(shaderOutputType.first); in TearDown() 119 for (auto shaderOutputType : mShaderOutputList) in Initialize() local 121 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize() 122 mCompilerList[shaderOutputType.first] = nullptr; in Initialize() 126 void DestroyCompiler(ShShaderOutput shaderOutputType) in DestroyCompiler() argument 128 if (mCompilerList[shaderOutputType]) in DestroyCompiler() 130 sh::Destruct(mCompilerList[shaderOutputType]); in DestroyCompiler() 131 mCompilerList[shaderOutputType] = nullptr; in DestroyCompiler() 137 for (auto shaderOutputType : mShaderOutputList) in InitializeCompiler() local [all …]
|
D | EXT_clip_cull_distance_test.cpp | 274 void InitializeCompiler(ShShaderOutput shaderOutputType, GLenum shaderType) in InitializeCompiler() argument 278 mCompiler = sh::ConstructCompiler(shaderType, testing::get<0>(GetParam()), shaderOutputType, in InitializeCompiler() 315 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 317 EXTClipCullDistanceTest::InitializeCompiler(shaderOutputType, GL_VERTEX_SHADER); in InitializeCompiler() 325 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 327 EXTClipCullDistanceTest::InitializeCompiler(shaderOutputType, GL_FRAGMENT_SHADER); in InitializeCompiler() 335 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 337 EXTClipCullDistanceTest::InitializeCompiler(shaderOutputType, GL_COMPUTE_SHADER); in InitializeCompiler()
|
D | OES_sample_variables_test.cpp | 66 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 71 shaderOutputType, &mResources); in InitializeCompiler()
|
D | APPLE_clip_distance_test.cpp | 78 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 83 shaderOutputType, &mResources); in InitializeCompiler()
|
D | EXT_YUV_target_test.cpp | 18 void InitializeCompiler(ShShaderOutput shaderOutputType) in InitializeCompiler() argument 23 shaderOutputType, &mResources); in InitializeCompiler()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 2180 for (const std::pair<const char *, bool> &shaderOutputType : shaderOutputTypes) in createBlendTests() local 2183 new tcu::TestCaseGroup(testCtx, shaderOutputType.first)); in createBlendTests() 2217 quadBlendConfigs, shaderOutputType.second)); in createBlendTests()
|