Home
last modified time | relevance | path

Searched defs:_module (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/vulkan/runtime/
Dvk_shader_module.c77 VkShaderModule _module, in vk_common_GetShaderModuleIdentifierEXT()
97 VkShaderModule _module, in vk_common_DestroyShaderModule()
/external/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/cronet/third_party/protobuf/benchmarks/python/
Dpython_benchmark_messages.cc10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/kmod/libkmod/python/kmod/
Dkmod.pyx23 cimport module as _module namespace
24 import module as _module namespace
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/lzma/CPP/Windows/
DDLL.h34 HMODULE _module; variable
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc99 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc99 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1120 vk_shader_module_finish(void *_module) in vk_shader_module_finish()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp660 PipelineCreateInfo::PipelineShaderStage::PipelineShaderStage(vk::VkShaderModule _module, const char… in PipelineShaderStage()