Home
last modified time | relevance | path

Searched defs:type (Results 5926 - 5950 of 6982) sorted by relevance

1...<<231232233234235236237238239240>>...280

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp1286 std::string getMergeCacheTypeStr (MergeCacheType type) in getMergeCacheTypeStr() argument
1393 Move<VkPipelineCache> MergeCacheTestInstance::createPipelineCache (const DeviceInterface& vk, VkDevice device, MergeCacheType type) in createPipelineCache() argument
H A DvktPipelineMiscTests.cpp1131 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type) in runTest() argument
H A DvktPipelineSpecConstantTests.cpp1851 std::string generateInitializerListWithSpecConstant (const glu::DataType type, in generateInitializerListWithSpecConstant() argument
1910 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() argument
1959 inline std::string getFirstDataElementSubscriptString (const glu::DataType type) in getFirstDataElementSubscriptString() argument
2010 makeSpecConstant(const std::string specConstName, const deUint32 specConstId, const glu::DataType type, const int specValue) makeSpecConstant() argument
2025 makeMatrixVectorCompositeCaseDefinition(const glu::DataType type) makeMatrixVectorCompositeCaseDefinition() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp1649 VkDescriptorType type; in createBarrierTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp301 OPType type; member in vkt::Reconvergence::__anon29752::OP
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp2096 TestPoolSizes type; in createDeviceObjectReservationTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp77 AtomicShaderType (glu::ShaderType type, AtomicMemoryType memoryType) in AtomicShaderType() argument
236 std::string dataType2Str(DataType type) in dataType2Str() argument
485 static BufferInterface* createTestBuffer(DataType type, AtomicOperatio argument
1470 glu::ShaderType type; addAtomicOperationTests() member
1486 AtomicMemoryType type; addAtomicOperationTests() member
[all...]
H A DvktOpaqueTypeIndexingTests.cpp1980 IndexExprType type; in init() member
1993 glu::ShaderType type; in init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp611 BaseAttributeType type; member
631 vk::VkDescriptorType type; member in vkt::sr::ShaderRenderCaseInstance::UniformInfo
H A DvktShaderRenderBuiltinVarTests.cpp2218 string shaderInputTypeToString (ShaderInputTypes type) in shaderInputTypeToString() argument
H A DvktShaderRenderDerivateTests.cpp156 static inline tcu::BVec4 getDerivateMask (glu::DataType type) in getDerivateMask() argument
873 ConstantDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type) ConstantDerivateCase() argument
1104 LinearDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type, glu::Precision precision, bool inNonUniformControlFlow, SurfaceType surfaceType, int numSamples, const std::string& fragmentSrcTmpl, BaseUniformType usedDefaultUniform) LinearDerivateCase() argument
1401 TextureDerivateCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, DerivateFunc func, glu::DataType type, glu::Precision precision, SurfaceType surfaceType, int numSamples) TextureDerivateCase() argument
[all...]
H A DvktShaderRenderMatrixTests.cpp2002 const InputType type; in init() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp239 BaseType type; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp237 const glu::VarType type = generateType(rnd, 0, 0, true, isLastMember && (m_features & FEATURE_UNSIZED_ARRAYS)); in generateBufferVar() local
363 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
382 BlockBasicTypeCase (tcu::TestContext& testCtx, const char* name, const char* description, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase() argument
1191 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1238 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1273 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1309 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1346 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1385 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1646 glu::DataType type = basicTypes[basicTypeNdx]; init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp80 const SynchronizationType type; member
1333 createTests(tcu::TestCaseGroup* group, SynchronizationType type) createTests() argument
1430 cleanupGroup(tcu::TestCaseGroup* group, SynchronizationType type) cleanupGroup() argument
1438 createCrossInstanceSharingTest(tcu::TestContext& testCtx, SynchronizationType type) createCrossInstanceSharingTest() argument
[all...]
H A DvktSynchronizationNoneStageTests.cpp68 SynchronizationType type; member
1435 SynchronizationType type; in createNoneStageTests() member
H A DvktSynchronizationSignalOrderTests.cpp479 QueueSubmitSignalOrderSharedTestInstance(Context& context, SynchronizationType type, const SharedPtr<OperationSupport> writeOpSupport, const SharedPtr<OperationSupport> readOpSupport, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestInstance() argument
1034 QueueSubmitSignalOrderSharedTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkExternalMemoryHandleTypeFlagBits memoryHandleType, VkSemaphoreType semaphoreType, VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderSharedTestCase() argument
1109 QueueSubmitSignalOrderSharedTests(tcu::TestContext& testCtx, SynchronizationType type, VkSemaphoreType semaphoreType, const char *name) QueueSubmitSignalOrderSharedTests() argument
1272 QueueSubmitSignalOrderTestInstance(Context& context, SynchronizationType type, const SharedPtr<OperationSupport> writeOpSupport, const SharedPtr<OperationSupport> readOpSupport, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestInstance() argument
1611 QueueSubmitSignalOrderTestCase(tcu::TestContext& testCtx, SynchronizationType type, const std::string& name, OperationName writeOp, OperationName readOp, const ResourceDescription& resourceDesc, VkSemaphoreType semaphoreType, PipelineCacheData& pipelineCacheData) QueueSubmitSignalOrderTestCase() argument
1667 QueueSubmitSignalOrderTests(tcu::TestContext& testCtx, SynchronizationType type, VkSemaphoreType semaphoreType, const char *name) QueueSubmitSignalOrderTests() argument
1779 createSignalOrderTests(tcu::TestContext& testCtx, SynchronizationType type) createSignalOrderTests() argument
[all...]
H A DvktSynchronizationTimelineSemaphoreTests.cpp165 WaitTestInstance (Context& context, SynchronizationType type, bool waitAll, bool signalFromDevice) in WaitTestInstance() argument
255 WaitTestCase (tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, bool waitAll, bool signalFromDevice) in WaitTestCase() argument
286 HostWaitBeforeSignalTestInstance (Context& context, SynchronizationType type) in HostWaitBeforeSignalTestInstance() argument
109 deviceSignal(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkFence fence, const SynchronizationType type, const VkSemaphore semaphore, const deUint64 timelineValue) deviceSignal() argument
386 HostWaitBeforeSignalTestCase(tcu::TestContext& testCtx, const std::string& name, SynchronizationType type) HostWaitBeforeSignalTestCase() argument
561 checkSupport(Context& context, SynchronizationType type) checkSupport() argument
571 maxDifferenceValueCase(Context& context, SynchronizationType type) maxDifferenceValueCase() argument
632 initialValueCase(Context& context, SynchronizationType type) initialValueCase() argument
734 WaitTests(tcu::TestContext& testCtx, SynchronizationType type) WaitTests() argument
897 DeviceHostTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) DeviceHostTestInstance() argument
1074 DeviceHostSyncTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) DeviceHostSyncTestCase() argument
1120 DeviceHostTestsBase(tcu::TestContext& testCtx, SynchronizationType type) DeviceHostTestsBase() argument
1298 createTestDevice(Context& context, const VkInstance& instance, const InstanceInterface& vki, SynchronizationType type) createTestDevice() argument
1393 SingletonDevice(Context& context, SynchronizationType type) SingletonDevice() argument
1401 getDevice(Context& context, SynchronizationType type) getDevice() argument
1446 WaitBeforeSignalTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestInstance() argument
1713 WaitBeforeSignalTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) WaitBeforeSignalTestCase() argument
1765 WaitBeforeSignalTests(tcu::TestContext& testCtx, SynchronizationType type) WaitBeforeSignalTests() argument
1878 OneToNTestInstance(Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData) OneToNTestInstance() argument
2204 OneToNTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, SynchronizationType type, const ResourceDescription resourceDesc, const OperationName writeOp, const OperationName readOp, PipelineCacheData& pipelineCacheData) OneToNTestCase() argument
2256 OneToNTests(tcu::TestContext& testCtx, SynchronizationType type) OneToNTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp141 VkImageViewType textureTypeToImageViewType (TextureBinding::Type type) in textureTypeToImageViewType() argument
156 VkImageType imageViewTypeToImageType (VkImageViewType type) in imageViewTypeToImageType() argument
322 TextureBinding::TextureBinding (Context& context, VkDevice device, Allocator& allocator, const TestTextureSp& textureData, const TextureBinding::Type type, const vk::VkImageAspectFlags aspectMask, const TextureBinding::ImageBackingMode backingMode, const VkComponentMapping componentMapping) in TextureBinding() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1180 QueryReadType type; in testGenerator() member
1192 QueryResetType type; in testGenerator() member
1204 QueryResultType type; in testGenerator() member
1242 RasterizationCase type; in testGenerator() member
1260 VkPrimitiveTopology type; in testGenerator() member
1292 CommandBufferCase type; in testGenerator() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c147 static int openssl_digest_vector(const EVP_MD *type, size_t num_elem, in openssl_digest_vector() argument
317 const EVP_CIPHER *type; in aes_encrypt_init() local
374 const EVP_CIPHER *type; in aes_decrypt_init() local
1069 openssl_hmac_vector(const EVP_MD *type, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac, unsigned int mdlen) openssl_hmac_vector() argument
[all...]
H A Dcrypto_wolfssl.c159 static int wolfssl_hmac_vector(int type, const u8 *key, in wolfssl_hmac_vector() argument
887 int type; in crypto_hash_init() local
H A Dtls_wolfssl.c576 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component() argument
603 int type; in tls_match_alt_subject() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c535 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2, int finished) mlme_event_ch_switch() argument
716 mlme_event_deauth_disassoc(struct wpa_driver_nl80211_data *drv, enum wpa_event_type type, const u8 *frame, size_t len) mlme_event_deauth_disassoc() argument
842 mlme_event_unprot_disconnect(struct wpa_driver_nl80211_data *drv, enum wpa_event_type type, const u8 *frame, size_t len) mlme_event_unprot_disconnect() argument
2197 enum nl80211_reg_type type; nl80211_reg_change_event() local
[all...]
H A Ddriver_wext.c871 int type, ret; in wext_hostap_ifname() local

Completed in 61 milliseconds

1...<<231232233234235236237238239240>>...280