Searched defs:s_outSwizzles (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 334 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; member 525 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = "; in ShaderOperatorCase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 443 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; member 774 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = "; in setupShaderData() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 652 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 443 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; member 777 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = "; in setupShaderData() local
|
Completed in 20 milliseconds