Home
last modified time | relevance | path

Searched defs:contents (Results 276 - 300 of 307) sorted by relevance

1...<<111213

/third_party/tzdata/
H A Dzic.c1516 char const *contents = absolute ? target : linkalloc; in dolink() local
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2445 std::string contents; in DebugStringWithOptions() local
2545 std::string contents; DebugStringWithOptions() local
2550 DebugString(int depth, std::string* contents, const DebugStringOptions& debug_string_options, bool include_opening_clause) const DebugString() argument
2661 std::string contents; DebugStringWithOptions() local
2687 DebugString( int depth, std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
2770 std::string contents; DebugStringWithOptions() local
2775 DebugString( int depth, std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
2807 std::string contents; DebugStringWithOptions() local
2812 DebugString( int depth, std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
2867 std::string contents; DebugStringWithOptions() local
2872 DebugString( int depth, std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
2900 std::string contents; DebugStringWithOptions() local
2905 DebugString( std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
2932 std::string contents; DebugStringWithOptions() local
2937 DebugString( int depth, std::string* contents, const DebugStringOptions& debug_string_options) const DebugString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp2903 const VkSubpassContents contents = subpassRenderers[subpassNdx]->isSecondary() ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS : VK_SUBPASS_CONTENTS_INLINE; in pushRenderPassCommands() local
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2564 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) { in vkCmdNextSubpass() argument
2551 vkCmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo *pRenderPassBegin, VkSubpassContents contents) vkCmdBeginRenderPass() argument
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datioctl.h834 u8 contents[]; member
/third_party/curl/include/curl/
H A Dcurl.h180 char *contents; /* pointer to allocated data contents */ member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dfw.h3429 u8 contents[]; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h5407 static inline size_t vn_sizeof_vkCmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_sizeof_vkCmdBeginRenderPass() argument
5422 static inline void vn_encode_vkCmdBeginRenderPass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_encode_vkCmdBeginRenderPass() argument
5435 static inline size_t vn_sizeof_vkCmdBeginRenderPass_reply(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_sizeof_vkCmdBeginRenderPass_reply() argument
5447 static inline void vn_decode_vkCmdBeginRenderPass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_decode_vkCmdBeginRenderPass_reply() argument
5458 vn_sizeof_vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_sizeof_vkCmdNextSubpass() argument
5470 vn_encode_vkCmdNextSubpass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_encode_vkCmdNextSubpass() argument
5481 vn_sizeof_vkCmdNextSubpass_reply(VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_sizeof_vkCmdNextSubpass_reply() argument
5492 vn_decode_vkCmdNextSubpass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_decode_vkCmdNextSubpass_reply() argument
8949 vn_submit_vkCmdBeginRenderPass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents, struct vn_instance_submit_command *submit) vn_submit_vkCmdBeginRenderPass() argument
8970 vn_submit_vkCmdNextSubpass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkSubpassContents contents, struct vn_instance_submit_command *submit) vn_submit_vkCmdNextSubpass() argument
10862 vn_call_vkCmdBeginRenderPass(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) vn_call_vkCmdBeginRenderPass() argument
10875 vn_async_vkCmdBeginRenderPass(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) vn_async_vkCmdBeginRenderPass() argument
10881 vn_call_vkCmdNextSubpass(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_call_vkCmdNextSubpass() argument
10894 vn_async_vkCmdNextSubpass(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, VkSubpassContents contents) vn_async_vkCmdNextSubpass() argument
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2486 VkSubpassContents contents; member
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4829 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4993 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4827 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4831 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs5042 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs5035 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs5114 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4949 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5212 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4870 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5177 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4869 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4984 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4878 pub fn contents(&self) -> crate::ctypes::c_uint { in contents() functions
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp70721 VULKAN_HPP_NAMESPACE::SubpassContents contents = VULKAN_HPP_NAMESPACE::SubpassContents::eInline; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4497 VkSubpassContents contents; member

Completed in 390 milliseconds

1...<<111213