| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceDefinition.cpp | 93 static bool isOpaqueType (glu::DataType type) in isOpaqueType() argument 115 Shader::Shader (glu::ShaderType type, glu::GLSLVersion version) in Shader() argument 427 static void collectStructPtrs (std::set<const glu::StructType*>& dst, const glu::VarType& type) in collectStructPtrs() argument 465 addShader(glu::ShaderType type, glu::GLSLVersion version) addShader() argument [all...] |
| H A D | es31fSeparateShaderTests.cpp | 280 DataType type; member 295 VaryingInterpolation chooseInterpolation (VaryingInterpolation param, DataType type, Random& rnd) in chooseInterpolation() argument [all...] |
| H A D | es31fShaderStateQueryTests.cpp | 144 glw::GLint type = 0; in iterate() local [all...] |
| H A D | es31fTextureBufferTests.cpp | 153 LimitQueryCase::LimitQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type) in LimitQueryCase() argument 188 AlignmentQueryCase::AlignmentQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int maxAlign, QueryType type) in AlignmentQueryCase() argument 221 TextureBufferBindingQueryCase::TextureBufferBindingQueryCase (Context& context, const char* name, const char* desc, QueryType type) in TextureBufferBindingQueryCase() argument 280 TextureBindingBufferQueryCase(Context& context, const char* name, const char* desc, QueryType type) TextureBindingBufferQueryCase() argument 339 TextureBufferDataStoreQueryCase(Context& context, const char* name, const char* desc, QueryType type) TextureBufferDataStoreQueryCase() argument 410 TextureBufferOffsetQueryCase(Context& context, const char* name, const char* desc, QueryType type) TextureBufferOffsetQueryCase() argument 491 TextureBufferSizeQueryCase(Context& context, const char* name, const char* desc, QueryType type) TextureBufferSizeQueryCase() argument [all...] |
| H A D | es31fUniformBlockTests.cpp | 62 BlockBasicTypeCase (Context& context, const char* name, const char* description, const VarType& type, deUint32 layoutFlags, int numInstances) in BlockBasicTypeCase() argument 77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument 206 const glu::DataType type = basicTypes[basicTypeNdx]; in init() local 237 const glu::DataType type = basicTypes[basicTypeNdx]; init() local [all...] |
| H A D | es31fUniformLocationTests.cpp | 78 VarType type; member 127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path) in getUniformName() argument 135 string getFirstComponentName (const glu::VarType& type) in getFirstComponentName() argument 174 getDataTypeSamplerSampleType(glu::DataType type) getDataTypeSamplerSampleType() argument 193 getExpectedValue(glu::DataType type, int id, const char* name) getExpectedValue() argument [all...] |
| H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 724 QueryType type; in init() member 745 QueryType type; in init() member
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsRandomUniformBlockCase.cpp | 146 VarType type = generateType(rnd, 0, true); in generateUniform() local 233 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
|
| /third_party/vk-gl-cts/scripts/ |
| H A D | check_swiftshader_runtime.py | 46 type=str, variable 54 type=str, variable 62 type=str, variable 70 type=str, variable 79 type=str, variable 86 type=str, variable 93 type=str, variable 101 type=str, variable 110 type=str, global() variable 120 type=str, global() variable 127 type=str, global() variable 136 type=str, global() variable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 343 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_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationBasicEventTests.cpp | 49 SynchronizationType type; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackRandomLayoutCase.cpp | 183 VarType type = generateType(rnd, 0, true); in generateBlockMember() local 248 glu::DataType type = rnd.choose<glu::DataType>(m_primitiveTypeCandidates.begin(), m_primitiveTypeCandidates.end()); in generateType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
| H A D | vktRandomUniformBlockCase.cpp | 173 VarType type = generateType(rnd, 0, true, complexity); in generateUniform() local 299 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktTestCaseUtil.hpp | 58 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0) in InstanceFactory1() argument 64 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0) in InstanceFactory1() argument 84 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument 91 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument 235 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionInstance0::Function testFunction) createFunctionCase() argument 244 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionInstance0::Function testFunction) createFunctionCase() argument 254 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 265 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionSupport0::Function checkSupport, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) createFunctionCaseWithPrograms() argument 278 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 290 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument 303 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 316 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument 389 addFunctionCase(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument 423 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | rfkill.c | 21 u8 type; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_sake_common.c | 391 void eap_sake_add_attr(struct wpabuf *buf, u8 type, const u8 *data, in eap_sake_add_attr() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_tls_common.c | 21 struct wpabuf * eap_tls_msg_alloc(EapType type, size_t payload_len, in eap_tls_msg_alloc() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
| H A D | l2_packet_freebsd.c | 325 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_linux.c | 490 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_ndis.c | 531 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_pcap.c | 396 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|
| H A D | l2_packet_privsep.c | 279 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
|