Home
last modified time | relevance | path

Searched refs:ParameterType (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcUtil.java105 public static <ParameterType>
106 RpcCallback<ParameterType> newOneTimeCallback(
107 final RpcCallback<ParameterType> originalCallback) {
108 return new RpcCallback<ParameterType>() {
112 public void run(final ParameterType parameter) {
DRpcCallback.java45 public interface RpcCallback<ParameterType> {
46 void run(ParameterType parameter); in run()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp62 typedef Compressed2DTestParameters ParameterType; typedef in vkt::texture::__anonfecf71f30111::Compressed2DTestInstance
65 const ParameterType& testParameters);
72 const ParameterType& m_testParameters;
79 const ParameterType& testParameters) in Compressed2DTestInstance()
DvktTextureShadowTests.cpp188 typedef Texture2DShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon06ee1b9b0111::Texture2DShadowTestInstance
189 Texture2DShadowTestInstance (Context& context, const ParameterType& testParameters);
221 const ParameterType& m_testParameters;
230 Texture2DShadowTestInstance::Texture2DShadowTestInstance (Context& context, const ParameterType& te… in Texture2DShadowTestInstance()
393 typedef TextureCubeShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon06ee1b9b0111::TextureCubeShadowTestInstance
394 TextureCubeShadowTestInstance (Context& context, const ParameterType& testParameters);
425 const ParameterType& m_testParameters;
433 TextureCubeShadowTestInstance::TextureCubeShadowTestInstance (Context& context, const ParameterType in TextureCubeShadowTestInstance()
610 typedef Texture2DArrayShadowTestCaseParameters ParameterType; typedef in vkt::texture::__anon06ee1b9b0111::Texture2DArrayShadowTestInstance
611 … Texture2DArrayShadowTestInstance (Context& context, const ParameterType& testParameters);
[all …]
DvktTextureFilteringTests.cpp73 typedef Texture2DTestCaseParameters ParameterType; typedef in vkt::texture::__anon202dc2790111::Texture2DFilteringTestInstance
75 Texture2DFilteringTestInstance (Context& context, const ParameterType& testParameters);
103 const ParameterType m_testParameters;
110 …TestInstance::Texture2DFilteringTestInstance (Context& context, const ParameterType& testParameter… in Texture2DFilteringTestInstance()
269 typedef TextureCubeFilteringTestCaseParameters ParameterType; typedef in vkt::texture::__anon202dc2790111::TextureCubeFilteringTestInstance
271 … TextureCubeFilteringTestInstance (Context& context, const ParameterType& testParameters);
299 const ParameterType m_testParameters;
306 …stInstance::TextureCubeFilteringTestInstance (Context& context, const ParameterType& testParameter… in TextureCubeFilteringTestInstance()
489 typedef Texture2DArrayTestCaseParameters ParameterType; typedef in vkt::texture::__anon202dc2790111::Texture2DArrayFilteringTestInstance
491 … Texture2DArrayFilteringTestInstance (Context& context, const ParameterType& testParameters);
[all …]
DvktTextureMipmapTests.cpp151 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon6645b8390111::Texture2DMipmapTestInstance
153 Texture2DMipmapTestInstance (Context& context, const ParameterType& testParameters);
162 const ParameterType m_testParameters;
412 typedef TextureCubeMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon6645b8390111::TextureCubeMipmapTestInstance
414 TextureCubeMipmapTestInstance (Context& context, const ParameterType& testParameters);
423 const ParameterType m_testParameters;
651 typedef Texture3DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon6645b8390111::Texture3DMipmapTestInstance
653 Texture3DMipmapTestInstance (Context& context, const ParameterType& testParameters);
662 const ParameterType m_testParameters;
925 typedef Texture2DMipmapTestCaseParameters ParameterType; typedef in vkt::texture::__anon6645b8390111::Texture2DLodControlTestInstance
[all …]
DvktTextureTestUtil.hpp263 …& name, const std::string& description, const typename INSTANCE_TYPE::ParameterType& testParameter… in TextureTestCase()
279 const typename INSTANCE_TYPE::ParameterType m_testsParameters;
/external/swiftshader/src/Shader/
DShader.hpp323 enum ParameterType enum in sw::Shader
401 ParameterType type : 8;
443 ParameterType type : 8;
504 static std::string swizzleString(ParameterType type, unsigned char swizzle);
DShader.cpp595 dst.type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28)); in parseDestinationToken()
606 dst.rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28)); in parseDestinationToken()
663 src[i].type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28)); in parseSourceToken()
695 …src[i].rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28)… in parseSourceToken()
701 std::string Shader::Instruction::swizzleString(ParameterType type, unsigned char swizzle) in swizzleString()
/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp28 String HCodeGenerator::ParameterType(const Context& context, const Type& type, in ParameterType() function in SkSL::HCodeGenerator
60 return ParameterType(context, type, layout); in FieldType()
143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType, in writeMake()
186 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType, in writeConstructor()
DSkSLHCodeGenerator.h34 static String ParameterType(const Context& context, const Type& type, const Layout& layout);
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp28 String HCodeGenerator::ParameterType(const Context& context, const Type& type, in ParameterType() function in SkSL::HCodeGenerator
60 return ParameterType(context, type, layout); in FieldType()
143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType, in writeMake()
186 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType, in writeConstructor()
DSkSLHCodeGenerator.h34 static String ParameterType(const Context& context, const Type& type, const Layout& layout);
/external/spirv-llvm/lib/SPIRV/
DCMakeLists.txt24 Mangler/ParameterType.cpp
DAndroid.bp40 "Mangler/ParameterType.cpp",
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h118 typedef Array<StorageIndex,64,1,DontAlign> ParameterType;
155 ParameterType& pardisoParameterArray()
252 mutable ParameterType m_iparm;
/external/parameter-framework/upstream/parameter/
DCMakeLists.txt85 ParameterType.cpp
171 ParameterType.h
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs90 …xpression castArgument = Expression.Convert(argParameter, method.GetParameters()[0].ParameterType); in CreateActionIMessageObject()
/external/parameter-framework/
DLibParameter.mk91 upstream/parameter/ParameterType.cpp \
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h285 sw::Shader::ParameterType registerType(TIntermTyped *operand);
DOutputASM.cpp2778 sw::Shader::ParameterType OutputASM::registerType(TIntermTyped *operand) in registerType()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1491 #define SVGA3D_DUMP_PARAMETER(ParameterName, ParameterType) \ argument
1492 _debug_printf(SVGA3D_DUMP_STRINGIFY(\t\t.ParameterName = %ParameterType\n), cmd->ParameterName)