Home
last modified time | relevance | path

Searched defs:ParameterType (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp171 typedef Compressed2DTestParameters ParameterType; typedef in vkt::texture::__anon16f0fa740111::Compressed2DTestInstance
446 typedef Compressed3DTestParameters ParameterType; typedef in vkt::texture::__anon16f0fa740111::Compressed3DTestInstance
DvktTextureShadowTests.cpp239 typedef Texture2DShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::Texture2DShadowTestInstance
465 typedef TextureCubeShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::TextureCubeShadowTestInstance
701 typedef Texture2DArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::Texture2DArrayShadowTestInstance
930 typedef Texture1DShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::Texture1DShadowTestInstance
1152 typedef Texture1DArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::Texture1DArrayShadowTestInstance
1380 typedef TextureCubeArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anonbfb5dedc0111::TextureCubeArrayShadowTestInstance
DvktTextureFilteringTests.cpp187 typedef Texture2DTestCaseParameters ParameterType; typedef in vkt::texture::__anon62a64a1a0111::Texture2DFilteringTestInstance
404 typedef TextureCubeFilteringTestCaseParameters ParameterType; typedef in vkt::texture::__anon62a64a1a0111::TextureCubeFilteringTestInstance
650 typedef Texture2DArrayTestCaseParameters ParameterType; typedef in vkt::texture::__anon62a64a1a0111::Texture2DArrayFilteringTestInstance
875 typedef Texture3DTestCaseParameters ParameterType; typedef in vkt::texture::__anon62a64a1a0111::Texture3DFilteringTestInstance
DvktTextureSwizzleTests.cpp96 typedef Swizzle2DTestParameters ParameterType; typedef in vkt::texture::__anonaa3bbdae0111::Swizzle2DTestInstance
DvktTextureMipmapTests.cpp163 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::Texture2DMipmapTestInstance
429 typedef TextureCubeMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::TextureCubeMipmapTestInstance
668 typedef Texture3DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::Texture3DMipmapTestInstance
959 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::Texture2DLodControlTestInstance
1232 typedef TextureCubeMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::TextureCubeLodControlTestInstance
1505 typedef Texture3DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon1f0d7b7a0111::Texture3DLodControlTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureCompressedFormatTests.cpp171 typedef Compressed2DTestParameters ParameterType; typedef in vkt::texture::__anonc80128f40111::Compressed2DTestInstance
446 typedef Compressed3DTestParameters ParameterType; typedef in vkt::texture::__anonc80128f40111::Compressed3DTestInstance
DvktTextureShadowTests.cpp239 typedef Texture2DShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::Texture2DShadowTestInstance
465 typedef TextureCubeShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::TextureCubeShadowTestInstance
701 typedef Texture2DArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::Texture2DArrayShadowTestInstance
930 typedef Texture1DShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::Texture1DShadowTestInstance
1152 typedef Texture1DArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::Texture1DArrayShadowTestInstance
1380 typedef TextureCubeArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon0181ed5c0111::TextureCubeArrayShadowTestInstance
DvktTextureFilteringTests.cpp187 typedef Texture2DTestCaseParameters ParameterType; typedef in vkt::texture::__anone8e5c89a0111::Texture2DFilteringTestInstance
404 typedef TextureCubeFilteringTestCaseParameters ParameterType; typedef in vkt::texture::__anone8e5c89a0111::TextureCubeFilteringTestInstance
650 typedef Texture2DArrayTestCaseParameters ParameterType; typedef in vkt::texture::__anone8e5c89a0111::Texture2DArrayFilteringTestInstance
875 typedef Texture3DTestCaseParameters ParameterType; typedef in vkt::texture::__anone8e5c89a0111::Texture3DFilteringTestInstance
DvktTextureSwizzleTests.cpp96 typedef Swizzle2DTestParameters ParameterType; typedef in vkt::texture::__anon25899c2e0111::Swizzle2DTestInstance
DvktTextureMipmapTests.cpp163 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::Texture2DMipmapTestInstance
429 typedef TextureCubeMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::TextureCubeMipmapTestInstance
668 typedef Texture3DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::Texture3DMipmapTestInstance
959 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::Texture2DLodControlTestInstance
1232 typedef TextureCubeMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::TextureCubeLodControlTestInstance
1505 typedef Texture3DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon60d989fa0111::Texture3DLodControlTestInstance
/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.cpp30 String HCodeGenerator::ParameterType(const Context& context, const Type& type, in ParameterType() function in SkSL::HCodeGenerator
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph_test.cc131 ParameterType, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1491 #define SVGA3D_DUMP_PARAMETER(ParameterName, ParameterType) \ argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp325 enum ParameterType enum in sw::Shader