/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 973 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags) in createFenceSync() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 613 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) in vkGetPhysicalDeviceImageFormatProperties() argument 1225 vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) vkMapMemory() argument 1639 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 2279 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 2421 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 2490 vkResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) vkResetCommandBuffer() argument 2832 vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) vkCmdBeginQuery() argument 2837 vk::Cast(commandBuffer)->beginQuery(vk::Cast(queryPool), query, flags); vkCmdBeginQuery() local 2864 vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) vkCmdCopyQueryPoolResults() argument 2869 vk::Cast(commandBuffer)->copyQueryPoolResults(vk::Cast(queryPool), firstQuery, queryCount, vk::Cast(dstBuffer), dstOffset, stride, flags); vkCmdCopyQueryPoolResults() local 3502 VkImageCreateFlags flags = pImageFormatInfo->flags; vkGetPhysicalDeviceImageFormatProperties2() local 3666 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1007 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() argument 1022 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags) in SSL_CTX_dane_set_flags() argument 1030 SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags) SSL_CTX_dane_clear_flags() argument 1081 SSL_dane_set_flags(SSL *ssl, unsigned long flags) SSL_dane_set_flags() argument 1089 SSL_dane_clear_flags(SSL *ssl, unsigned long flags) SSL_dane_clear_flags() argument 2069 SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) SSL_sendfile() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 1029 static ImGuiComboFlags flags = 0; in ShowDemoWindowWidgets() local 1288 static ImGuiInputTextFlags flags = ImGuiInputTextFlags_AllowTabInput; ShowDemoWindowWidgets() local 1787 ImGuiColorEditFlags flags = misc_flags; ShowDemoWindowWidgets() local 1829 static ImGuiSliderFlags flags = ImGuiSliderFlags_None; ShowDemoWindowWidgets() local 3575 ShowTableColumnsStatusFlags(ImGuiTableColumnFlags flags) ShowTableColumnsStatusFlags() argument 3690 static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg; global() local 3760 static ImGuiTableFlags flags = ImGuiTableFlags_SizingStretchSame | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; global() local 3796 static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; global() local 3823 static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_RowBg | ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 3872 static ImGuiTableFlags flags = ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV; global() local 4080 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg | ImGuiTableFlags_Resizable; global() local 4138 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 4184 static ImGuiTableFlags flags = ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; global() local 4297 const ImGuiTableFlags flags global() local 4463 static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_ContextMenuInBody | ImGuiTableFlags_RowBg | ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_NoHostExtendX; global() local 4525 static ImGuiTableFlags flags = ImGuiTableFlags_RowBg; global() local 4582 static ImGuiTableFlags flags = ImGuiTableFlags_BordersV | ImGuiTableFlags_BordersOuterH | ImGuiTableFlags_Resizable | ImGuiTableFlags_RowBg | ImGuiTableFlags_NoBordersInBody; global() local 4902 static ImGuiTableFlags flags = global() local 4973 static ImGuiTableFlags flags = global() local 6832 ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_Bullet; global() local 7003 ImGuiWindowFlags flags = auto_resize ? ImGuiWindowFlags_AlwaysAutoResize : 0; global() local 7076 static ImGuiWindowFlags flags = ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings; global() local [all...] |
H A D | imgui_draw.cpp | 716 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) in AddPolyline() argument 1318 static inline ImDrawFlags FixRectCornerFlags(ImDrawFlags flags) in FixRectCornerFlags() argument 1351 PathRect(const ImVec2& a, const ImVec2& b, float rounding, ImDrawFlags flags) PathRect() argument 1388 AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness) AddRect() argument 1399 AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags) AddRectFilled() argument 1637 AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags) AddImageRounded() argument 3916 RenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags flags) RenderColorRectWithAlphaCheckerboard() argument [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 1494 int flags; SwigPyClientData_New() local 2345 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) SWIG_Python_ConvertPtrAndOwn() argument 2620 SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags) SWIG_Python_NewPointerObj() argument 2922 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) SWIG_Python_MustGetPtr() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 855 MachineMemOperand::Flags flags = MachineMemOperand::MONone; member
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 214 unsigned flags; member 267 unsigned flags; member [all...] |
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 1146 void Adc(FlagsUpdate flags, in MacroAssembler() argument 1170 void Adc(FlagsUpdate flags, in MacroAssembler() argument 1238 void Add(FlagsUpdate flags, in MacroAssembler() argument 1276 void Add(FlagsUpdate flags, in MacroAssembler() argument 1336 void And(FlagsUpdate flags, in MacroAssembler() argument 1364 And(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1413 Asr(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 1439 Asr(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 1554 Bic(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1578 Bic(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 1978 Eor(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 2002 Eor(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 2667 Lsl(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2693 Lsl(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2742 Lsr(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2768 Lsr(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 2811 Mla(FlagsUpdate flags, Condition cond, Register rd, Register rn, Register rm, Register ra) MacroAssembler() argument 2829 Mla( FlagsUpdate flags, Register rd, Register rn, Register rm, Register ra) MacroAssembler() argument 2911 Mov(FlagsUpdate flags, Condition cond, Register rd, const Operand& operand) MacroAssembler() argument 2950 Mov(FlagsUpdate flags, Register rd, const Operand& operand) MacroAssembler() argument 3034 Mul(FlagsUpdate flags, Condition cond, Register rd, Register rn, Register rm) MacroAssembler() argument 3057 Mul(FlagsUpdate flags, Register rd, Register rn, Register rm) MacroAssembler() argument 3095 Mvn(FlagsUpdate flags, Condition cond, Register rd, const Operand& operand) MacroAssembler() argument 3118 Mvn(FlagsUpdate flags, Register rd, const Operand& operand) MacroAssembler() argument 3177 Orn(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3194 Orn(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3254 Orr(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3282 Orr(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3699 Ror(FlagsUpdate flags, Condition cond, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 3723 Ror(FlagsUpdate flags, Register rd, Register rm, const Operand& operand) MacroAssembler() argument 3762 Rrx(FlagsUpdate flags, Condition cond, Register rd, Register rm) MacroAssembler() argument 3775 Rrx(FlagsUpdate flags, Register rd, Register rm) MacroAssembler() argument 3815 Rsb(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3839 Rsb(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3881 Rsc(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3898 Rsc(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 3992 Sbc(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 4016 Sbc(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 4786 Smull(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 4804 Smull(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 5530 Sub(FlagsUpdate flags, Condition cond, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 5568 Sub(FlagsUpdate flags, Register rd, Register rn, const Operand& operand) MacroAssembler() argument 5976 Umlal(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 5994 Umlal(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 6041 Umull(FlagsUpdate flags, Condition cond, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument 6059 Umull(FlagsUpdate flags, Register rdlo, Register rdhi, Register rn, Register rm) MacroAssembler() argument [all...] |
/third_party/python/Modules/ |
H A D | _ssl.c | 3423 unsigned long flags; in get_verify_flags() local 3434 unsigned long new_flags, flags, set, clear; in set_verify_flags() local 5432 parseKeyUsage(PCCERT_CONTEXT pCertCtx, DWORD flags) parseKeyUsage() argument [all...] |
H A D | socketmodule.c | 3488 int flags; global() member 3518 sock_recv_guts(PySocketSockObject *s, char* cbuf, Py_ssize_t len, int flags) sock_recv_guts() argument 3547 int flags = 0; sock_recv() local 3597 int flags = 0; sock_recv_into() local 3654 int flags; global() member 3693 sock_recvfrom_guts(PySocketSockObject *s, char* cbuf, Py_ssize_t len, int flags, PyObject** addr) sock_recvfrom_guts() argument 3734 int flags = 0; sock_recvfrom() local 3785 int flags = 0; sock_recvfrom_into() local 3840 int flags; global() member 3864 sock_recvmsg_guts(PySocketSockObject *s, struct iovec *iov, int iovlen, int flags, Py_ssize_t controllen, PyObject *(*makeval)(ssize_t, void *), void *makeval_data) sock_recvmsg_guts() argument 4013 int flags = 0; sock_recvmsg() local 4080 int flags = 0; sock_recvmsg_into() local 4166 int flags; global() member 4190 int flags = 0; sock_send() local 4228 int flags = 0; sock_sendall() local 4304 int flags; global() member 4336 int addrlen, flags; sock_sendto() local 4401 int flags; global() member 4487 int addrlen, flags = 0; global() local 4695 int flags = 0; global() local 6545 int family, socktype, protocol, flags; global() local 6669 int flags; global() local [all...] |
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 578 unsigned long flags; in os_chflags() local 637 unsigned long flags; os_lchflags() local 4188 unsigned int flags = 0; os_pidfd_open() local 4542 int flags; os_open() local 5038 int flags = 0; os_preadv() local 5152 int flags = 0; os_sendfile() local 5231 int flags = 0; os_sendfile() local 5368 int flags; os__fcopyfile() local 5516 int flags; os_pipe2() local 5673 int flags = 0; os_pwritev() local 5841 unsigned int flags = 0; os_splice() local 7622 int flags = 0; os_setxattr() local 7867 unsigned int flags = MFD_CLOEXEC; os_memfd_create() local 7918 int flags = EFD_CLOEXEC; os_eventfd() local 8625 int flags = 0; os_getrandom() local [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 733 mpd_set_flags(mpd_t *result, uint8_t flags) mpd_set_flags() argument 1087 mpd_seterror(mpd_t *result, uint32_t flags, uint32_t *status) mpd_seterror() argument 5618 unsigned int flags = mpd_set_fenv() local 8802 const uint8_t flags = tag == MPD_TRIPLE_QNAN ? MPD_NAN : MPD_SNAN; mpd_from_uint128_triple() local 8831 const uint8_t flags = sign ? MPD_NEG : MPD_POS; mpd_from_uint128_triple() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 246 VkGeometryInstanceFlagsKHR getCullFlags (InstanceCullFlags flags) in getCullFlags() argument 4324 VkBuildAccelerationStructureFlagsKHR flags; addBasicBuildingTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 643 void setSrcAccessMask (const VkAccessFlags& flags) { m_srcAccessMask = flags; } in setSrcAccessMask() argument 644 void setDstAccessMask (const VkAccessFlags& flags) { m_dstAccessMask = flags; } in setDstAccessMask() argument 566 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments, bool omitBlendState = false) Subpass() argument 610 SubpassDependency(deUint32 srcPass, deUint32 dstPass, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkAccessFlags srcAccessMask, VkAccessFlags dstAccessMask, VkDependencyFlags flags) SubpassDependency() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 364 int flags = val; in comparisonMessage() local 377 tcu::IVec2 flags = val; in comparisonMessage() local 391 tcu::IVec3 flags = val; comparisonMessage() local 408 tcu::IVec4 flags = val; comparisonMessage() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3470 int i, flags; in wpas_p2p_verify_80mhz() local 3413 has_channel(struct wpa_global *global, struct hostapd_hw_modes *mode, u8 chan, int *flags) has_channel() argument 3531 int i, flags; wpas_p2p_verify_160mhz() local 9341 unsigned int i, invalid_freq = 0, policy_move = 0, flags = 0; wpas_p2p_consider_moving_one_go() local [all...] |
H A D | wpa_supplicant_i.h | 403 unsigned int flags; member 1018 u16 flags; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 4295 int i, flags; in wpas_p2p_verify_80mhz() local 4224 has_channel(struct wpa_global *global, struct hostapd_hw_modes *mode, u8 op_class, u8 chan, int *flags) has_channel() argument 4385 int i, flags; wpas_p2p_verify_160mhz() local [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 394 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H264SpsVuiFlags flags = {}; member 535 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H264SpsFlags flags = {}; member 633 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H264PpsFlags flags = {}; member 711 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::DecodeH264PictureInfoFlags flags = {}; global() member 778 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::DecodeH264ReferenceInfoFlags flags = {}; global() member 847 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH264WeightTableFlags flags = {}; global() member 1083 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH264ReferenceListsInfoFlags flags = {}; global() member 1124 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH264PictureInfoFlags flags = {}; global() member 1163 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH264ReferenceInfoFlags flags = {}; global() member 1201 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH264SliceHeaderFlags flags = {}; global() member 1354 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265HrdFlags flags = {}; global() member 1465 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265ProfileTierLevelFlags flags = {}; global() member 1500 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265VpsFlags flags = {}; global() member 1646 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265SpsVuiFlags flags = {}; global() member 1843 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265ShortTermRefPicSetFlags flags = {}; global() member 1937 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265SpsFlags flags = {}; global() member 2104 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265PpsFlags flags = {}; global() member 2206 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::DecodeH265PictureInfoFlags flags = {}; global() member 2273 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::DecodeH265ReferenceInfoFlags flags = {}; global() member 2341 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH265WeightTableFlags flags = {}; global() member 2433 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH265SliceSegmentHeaderFlags flags = {}; global() member 2508 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH265ReferenceListsInfoFlags flags = {}; global() member 2624 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH265PictureInfoFlags flags = {}; global() member 2694 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::EncodeH265ReferenceInfoFlags flags = {}; global() member [all...] |
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 937 vkGetPhysicalDeviceImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) vkGetPhysicalDeviceImageFormatProperties() argument 1174 vkMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, VkDeviceSize size, VkFlags flags, void **ppData) vkMapMemory() argument 1484 vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vkGetQueryPoolResults() argument 1821 vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) vkResetDescriptorPool() argument 1960 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) vkResetCommandPool() argument 2032 vkResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) vkResetCommandBuffer() argument 2478 vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t slot, VkFlags flags) vkCmdBeginQuery() argument 2525 vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkFlags flags) vkCmdCopyQueryPoolResults() argument 2929 vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPool() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 1361 UINT flags = (attempt % flushFrequency == 0) ? 0 : D3D11_ASYNC_GETDATA_DONOTFLUSH; in finish() local 2178 UINT flags = (mCreateDebugDevice ? D3D11_CREATE_DEVICE_DEBUG : 0); in testDeviceResettable() local 3093 UINT flags = D3DCOMPILE_OPTIMIZATION_LEVEL2; in compileToExecutable() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 590 hi_u32 flags; member 827 hi_u32 flags; member 884 hi_u32 flags; member 959 hi_u16 flags; /* More to come ;-) */ member 965 hi_u16 flags; /* Optional params */ member 972 hi_u16 flags; /* Various specific flags (if any) */ member 979 hi_u8 flags; /* Flags (fixed/auto) */ member 1030 hi_u32 flags; member 1059 hi_u32 flags; global() member 1163 hi_u8 flags; global() member 1247 hi_u8 flags; global() member 1464 hi_u16 flags; /* flags */ global() member 2146 oal_nlmsg_put(oal_netbuf_stru *netbuf, hi_u32 pid, hi_u32 ul_seq, hi_u32 type, hi_u32 payload, hi_u32 flags) oal_nlmsg_put() argument [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 1055 static inline void update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) in update_stats_enqueue() argument 1074 static inline void update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) in update_stats_dequeue() argument 2570 static void task_numa_group(struct task_struct *p, int cpupid, int flags, int *priv) in task_numa_group() argument 2696 unsigned long flags; in task_numa_free() local 2730 task_numa_fault(int last_cpupid, int mem_node, int pages, int flags) task_numa_fault() argument 3391 cfs_rq_util_change(struct cfs_rq *cfs_rq, int flags) cfs_rq_util_change() argument 3926 update_load_avg(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) update_load_avg() argument 4002 unsigned long flags; remove_entity_load_avg() local 4416 enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) enqueue_entity() argument 4533 dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags) dequeue_entity() argument 5201 do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) do_sched_cfs_period_timer() argument 5354 unsigned long flags; do_sched_cfs_slack_timer() local 5462 unsigned long flags; sched_cfs_period_timer() local 5792 enqueue_task_fair(struct rq *rq, struct task_struct *p, int flags) enqueue_task_fair() argument 5912 dequeue_task_fair(struct rq *rq, struct task_struct *p, int flags) dequeue_task_fair() argument 7872 unsigned int flags; global() member 10325 unsigned long flags; load_balance() local 10772 kick_ilb(unsigned int flags) kick_ilb() argument 10816 unsigned int flags = 0; nohz_balancer_kick() local 11063 _nohz_idle_balance(struct rq *this_rq, unsigned int flags, enum cpu_idle_type idle) _nohz_idle_balance() argument 11181 unsigned int flags = this_rq->nohz_idle_balance; nohz_idle_balance() local 11450 unsigned long flags; kick_active_balance() local 11929 unsigned long flags; unregister_fair_sched_group() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 1899 uint32 flags; __dhd_pktid_audit() local 2157 unsigned long flags; dhd_pktid_map_reset() local 2219 unsigned long flags; dhd_pktid_map_reset_ioctl() local 2333 unsigned long flags; dhd_pktid_map_avail_cnt() local 2359 unsigned long flags; dhd_pktid_map_reserve() local 2410 unsigned long flags; dhd_pktid_map_save() local 2488 unsigned long flags; dhd_pktid_map_free() local 4483 unsigned long flags; dhd_prot_rxbuf_post() local 4676 unsigned long flags; dhd_prot_infobufpost() local 4891 unsigned long flags; dhd_prot_rxbufpost_ctrl() local 5193 unsigned long flags; dhd_prot_process_msgbuf_infocpl() local 5256 unsigned long flags = 0; dhd_prot_process_msgbuf_edl() local 5343 unsigned long flags = 0; dhd_prot_process_edl_complete() local 5501 unsigned long flags = 0; dhd_prot_edl_ring_tcm_rd_update() local 5531 unsigned long flags; dhd_prot_process_msgbuf_rxcpl() local 5801 unsigned long flags; dhd_prot_process_msgbuf_txcpl() local 5904 unsigned long flags; dhd_prot_process_ctrlbuf() local 6153 unsigned long flags; dhd_prot_ioctack_process() local 6201 unsigned long flags; dhd_prot_ioctcmplt_process() local 6333 unsigned long flags; dhd_prot_txstatus_process() local 6648 unsigned long flags; dhd_prot_txdata() local 7155 unsigned long flags; dhdmsgbuf_lpbk_req() local 7398 unsigned long flags; dhdmsgbuf_dmaxfer_req() local 7620 unsigned long flags; dhd_msgbuf_wait_ioctl_cmplt() local 7967 unsigned long flags; dhd_post_dummy_msg() local 8059 unsigned long flags; dhd_fillup_ioct_reqst() local 8758 unsigned long flags; dhd_send_d2h_ringcreate() local 8836 unsigned long flags; dhd_send_h2d_ringcreate() local 9203 unsigned long flags; dhd_prot_h2d_mbdata_send_ctrlmsg() local 9262 unsigned long flags; dhd_prot_flow_ring_create() local 9615 unsigned long flags; dhd_prot_flow_ring_delete() local 9744 unsigned long flags; dhd_prot_flow_ring_flush() local 9805 unsigned long flags; dhd_msgbuf_ring_config_d2h_soft_doorbell() local 10293 unsigned long flags; dhd_prot_flow_ring_resume() local 10359 unsigned long flags; dhd_prot_flow_ring_batch_suspend_request() local 10778 unsigned long flags; dhd_prot_send_host_timestamp() local 11050 unsigned long flags; dhd_hp2p_write() local [all...] |