Home
last modified time | relevance | path

Searched defs:type (Results 7351 - 7375 of 19991) sorted by relevance

1...<<291292293294295296297298299300>>...800

/third_party/openssl/crypto/ec/
H A Dec_pmeth.c109 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 Dec_kmeth.c233 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 Dp12_sbag.c116 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 DvkShaderToSpirV.cpp49 EShLanguage getGlslangStage (glu::ShaderType type) in getGlslangStage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp294 VkImageType type; in createTransferQueueImageTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp269 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
H A DvktMemoryModelSharedLayoutCase.hpp48 glu::DataType type; member
55 glu::VarType type; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp52 TestType type; member
H A DvktSpvAsmNonSemanticInfoTests.cpp83 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 DvktSpvAsmUtils.hpp160 virtual void setDescriptorType (vk::VkDescriptorType type) { descriptorType = type; } in setDescriptorType() argument
H A DvktSpvAsmVariableInitTests.cpp56 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 DvktSynchronizationBasicEventTests.cpp49 SynchronizationType type; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp182 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 DvktRandomUniformBlockCase.cpp172 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 DvktTestCaseUtil.hpp58 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 DvktImageTransfer.cpp287 VkImageType type; in createTransferQueueImageTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp269 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
H A DvktMemoryModelSharedLayoutCase.hpp48 glu::DataType type; member
55 glu::VarType type; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp72 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 DProgramPrelude.cpp3847 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 DPipeline.h75 Type type; member in sh::Pipeline
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp179 TLoopType type = node->getType(); in validateLoopType() local
246 TBasicType type = symbol->getBasicType(); in validateForLoopInit() local
[all...]
H A DTranslatorMetal.cpp113 TranslatorMetal::TranslatorMetal(sh::GLenum type, ShShaderSpec spec) : TranslatorVulkan(type, spec) in TranslatorMetal() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndex.cpp68 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 DToken.h91 int type; member

Completed in 21 milliseconds

1...<<291292293294295296297298299300>>...800