| /third_party/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 109 int ret, type; in pkey_ec_sign() local 148 int ret, type; in pkey_ec_verify() local 251 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_ec_ctrl() argument 392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument [all...] |
| H A D | ec_kmeth.c | 233 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_set_sign() argument 252 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_set_verify() argument 308 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_get_sign() argument 330 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_get_verify() argument
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_sbag.c | 116 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) in PKCS12_SAFEBAG_create_secret() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkShaderToSpirV.cpp | 49 EShLanguage getGlslangStage (glu::ShaderType type) in getGlslangStage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageTransfer.cpp | 294 VkImageType type; in createTransferQueueImageTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayout.cpp | 269 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
|
| H A D | vktMemoryModelSharedLayoutCase.hpp | 48 glu::DataType type; member 55 glu::VarType type; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFromHlslTests.cpp | 52 TestType type; member
|
| H A D | vktSpvAsmNonSemanticInfoTests.cpp | 83 SpvAsmSpirvNonSemanticInfoBasicInstance::SpvAsmSpirvNonSemanticInfoBasicInstance(Context& ctx, TestType type) in SpvAsmSpirvNonSemanticInfoBasicInstance() argument 108 SpvAsmSpirvNonSemanticInfoBasicCase::SpvAsmSpirvNonSemanticInfoBasicCase(tcu::TestContext& testCtx, const char* name, TestType type) in SpvAsmSpirvNonSemanticInfoBasicCase() argument 344 TestType type; in createNonSemanticInfoGroup() member [all...] |
| H A D | vktSpvAsmUtils.hpp | 160 virtual void setDescriptorType (vk::VkDescriptorType type) { descriptorType = type; } in setDescriptorType() argument
|
| H A D | vktSpvAsmVariableInitTests.cpp | 56 string type; member 64 string type; member 137 const string type = testParams[paramIdx].type; in addComputeVariableInitPrivateTest() local 253 const string type = testParams[paramIdx].type; addGraphicsVariableInitPrivateTest() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationBasicEventTests.cpp | 49 SynchronizationType type; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackRandomLayoutCase.cpp | 182 VarType type = generateType(rnd, 0, true); in generateBlockMember() local 247 glu::DataType type = rnd.choose<glu::DataType>(m_primitiveTypeCandidates.begin(), m_primitiveTypeCandidates.end()); in generateType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| H A D | vktRandomUniformBlockCase.cpp | 172 VarType type = generateType(rnd, 0, true, complexity); in generateUniform() local 298 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktTestCaseUtil.hpp | 58 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0) in InstanceFactory1() argument 64 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0) in InstanceFactory1() argument 84 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument 91 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument 235 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionInstance0::Function testFunction) createFunctionCase() argument 243 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunction) createFunctionCase() argument 252 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 262 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 274 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 285 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 297 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 309 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 375 addFunctionCase(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument 406 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageTransfer.cpp | 287 VkImageType type; in createTransferQueueImageTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayout.cpp | 269 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
|
| H A D | vktMemoryModelSharedLayoutCase.hpp | 48 glu::DataType type; member 55 glu::VarType type; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Layout.cpp | 72 static Layout ScalarLayoutOf(const TType &type, Language language) in ScalarLayoutOf() argument 102 Layout sh::MetalLayoutOf(const TType &type, MetalLayoutOfConfig config) in MetalLayoutOf() argument 181 Overlay(TLayoutBlockStorage oldStorage, const TType &type) Overlay() argument 194 Overlay(TLayoutMatrixPacking oldPacking, const TType &type) Overlay() argument 228 CanBePacked(const TType &type) CanBePacked() argument 237 SetBlockStorage(TType &type, TLayoutBlockStorage storage) SetBlockStorage() argument 267 CommonGlslLayoutOf(const TType &type, const TLayoutBlockStorage storage, const TLayoutMatrixPacking matrixPacking, const bool maskArray, const size_t baseAlignment) CommonGlslLayoutOf() argument 351 GlslLayoutOf(const TType &type, TLayoutBlockStorage storage, TLayoutMatrixPacking matrixPacking, bool maskArray) GlslLayoutOf() argument [all...] |
| H A D | ProgramPrelude.cpp | 3847 visitVariable(const Name &name, const TType &type) visitVariable() argument 3880 const TType &type = *field->type(); visitStructure() local 3961 const TType &type = decl.symbol.getType(); visitDeclaration() local [all...] |
| H A D | Pipeline.h | 75 Type type; member in sh::Pipeline
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateLimitations.cpp | 179 TLoopType type = node->getType(); in validateLoopType() local 246 TBasicType type = symbol->getBasicType(); in validateForLoopInit() local [all...] |
| H A D | TranslatorMetal.cpp | 113 TranslatorMetal::TranslatorMetal(sh::GLenum type, ShShaderSpec spec) : TranslatorVulkan(type, spec) in TranslatorMetal() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ImageIndex.cpp | 68 TextureTarget TextureTypeToTarget(TextureType type, GLint layerIndex) in TextureTypeToTarget() argument 196 ImageIndex ImageIndex::MakeFromType(TextureType type, in MakeFromType() argument 238 ImageIndex::ImageIndex(TextureType type, GLint levelIndex, GLint layerIndex, GLint layerCount) in ImageIndex() argument 302 ImageIndexIterator ImageIndexIterator::MakeGeneric(TextureType type, in MakeGeneric() argument 317 ImageIndexIterator(TextureType type, const Range<GLint> &mipRange, const Range<GLint> &layerRange, const GLsizei *layerCounts) ImageIndexIterator() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| H A D | Token.h | 91 int type; member
|