Home
last modified time | relevance | path

Searched defs:type (Results 5176 - 5200 of 10596) sorted by relevance

1...<<201202203204205206207208209210>>...424

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp93 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 Des31fSeparateShaderTests.cpp280 DataType type; member
295 VaryingInterpolation chooseInterpolation (VaryingInterpolation param, DataType type, Random& rnd) in chooseInterpolation() argument
[all...]
H A Des31fShaderStateQueryTests.cpp144 glw::GLint type = 0; in iterate() local
[all...]
H A Des31fTextureBufferTests.cpp153 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 Des31fUniformBlockTests.cpp62 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 Des31fUniformLocationTests.cpp78 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 Des31fVertexAttributeBindingStateQueryTests.cpp724 QueryType type; in init() member
745 QueryType type; in init() member
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomUniformBlockCase.cpp146 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 Dcheck_swiftshader_runtime.py46 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 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
343 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_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp49 SynchronizationType type; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp183 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 DvktRandomUniformBlockCase.cpp173 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 DvktTestCaseUtil.hpp58 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 Drfkill.c21 u8 type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sake_common.c391 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 Deap_server_tls_common.c21 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 Dl2_packet_freebsd.c325 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
H A Dl2_packet_linux.c490 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
H A Dl2_packet_ndis.c531 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
H A Dl2_packet_pcap.c396 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
H A Dl2_packet_privsep.c279 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument

Completed in 20 milliseconds

1...<<201202203204205206207208209210>>...424