/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/include/buffer/ |
D | buffer.hpp | 18 class buffer_view { class 20 buffer_view(const uint8_t *_data_ptr, size_t _data_length) in buffer_view() function in vsomeip_v3::buffer_view 24 buffer_view(const e2e_buffer &_buffer) in buffer_view() function in vsomeip_v3::buffer_view 27 buffer_view(const e2e_buffer &_buffer, size_t _length) in buffer_view() function in vsomeip_v3::buffer_view 31 buffer_view(const e2e_buffer &_buffer, size_t _begin, size_t _end) in buffer_view() function in vsomeip_v3::buffer_view
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_buffer_view.c | 33 struct vk_buffer_view *buffer_view, in vk_buffer_view_init() 59 struct vk_buffer_view *buffer_view; in vk_buffer_view_create() local 72 vk_buffer_view_finish(struct vk_buffer_view *buffer_view) in vk_buffer_view_finish() 80 struct vk_buffer_view *buffer_view) in vk_buffer_view_destroy()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | decode_image_op.cc | 310 TTypes<uint8>::UnalignedConstFlat buffer_view(buffer, buffer_size); in DecodeJpegV2() local 514 TTypes<uint8>::UnalignedConstFlat buffer_view(buffer, buffer_size); in DecodeGifV2() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | extended_low_energy_advertiser.cc | 291 BufferView buffer_view(buffer.data() + offset, packet_size); in BuildSetAdvertisingData() local 396 BufferView buffer_view(buffer.data() + offset, packet_size); in BuildSetScanResponse() local
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | message_view.cc | 20 mojo_base::BigBufferView buffer_view, in MessageView()
|
H A D | message_mojom_traits.cc | 29 mojo_base::BigBufferView buffer_view; in Read() local
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | integer_to_string.h | 145 LIBC_INLINE cpp::string_view buffer_view() const { in buffer_view() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | descriptor_sets.cpp | 838 auto buffer_view = GetBufferViewState(texel_buffer->GetBufferView()); in ValidateDrawState() local 2112 auto buffer_view = static_cast<const TexelDescriptor *>(src_desc)->GetBufferView(); in VerifyCopyUpdateContents() local 2555 auto buffer_view = update->pTexelBufferView[di]; in VerifyWriteUpdateContents() local
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_common.h | 119 VkBufferView buffer_view; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 1000 struct zink_buffer_view *buffer_view = NULL; in get_buffer_view() local 1262 zink_destroy_buffer_view(struct zink_screen *screen, struct zink_buffer_view *buffer_view) in zink_destroy_buffer_view() 1830 struct zink_buffer_view *buffer_view = get_buffer_view(ctx, res, &bvci); in create_image_bufferview() local 2154 struct zink_buffer_view *buffer_view = get_buffer_view(ctx, res, &bvci); in zink_set_sampler_views() local 2317 struct zink_buffer_view *buffer_view = get_buffer_view(ctx, res, &bvci); in rebind_bindless_bufferview() local
|
H A D | zink_types.h | 1671 VkBufferView buffer_view; member 1679 struct zink_buffer_view *buffer_view; member 1692 struct zink_buffer_view *buffer_view; member
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_uniforms.c | 408 get_texture_size_from_buffer_view(struct v3dv_buffer_view *buffer_view, in get_texture_size_from_buffer_view()
|
H A D | v3dv_private.h | 1633 struct v3dv_buffer_view *buffer_view; member
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | echo_canceller3.cc | 247 rtc::ArrayView<const float> buffer_view( in CopyBufferIntoFrame() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | update.rs | 142 pub fn buffer_view(binding: u32, buffer_view: Arc<BufferView>) -> Self { in buffer_view() method
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 2304 anv_buffer_view_surface_data(struct anv_buffer_view *buffer_view, in anv_buffer_view_surface_data() 2320 struct anv_buffer_view *buffer_view, in anv_descriptor_set_write_buffer_view()
|
H A D | anv_private.h | 2848 struct anv_buffer_view *buffer_view; member
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.cc | 986 write_texel_buffer_descriptor(uint32_t *dst, const VkBufferView buffer_view) in write_texel_buffer_descriptor()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_descriptor_set.c | 1489 struct anv_buffer_view *buffer_view, in anv_descriptor_set_write_buffer_view()
|
H A D | anv_private.h | 1728 struct anv_buffer_view *buffer_view; member
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 1377 void OneOffDescriptorSet::WriteDescriptorBufferView(int blinding, VkBufferView &buffer_view, VkDesc… in WriteDescriptorBufferView()
|
H A D | vklayertests_descriptor_renderpass_framebuffer.cpp | 5257 VkBufferView buffer_view = buffer_view_obj.handle(); in TEST_F() local
|
H A D | vkpositivelayertests.cpp | 2137 VkBufferView buffer_view; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/ |
D | device.rs | 2462 let mut buffer_view = mem::zeroed(); in create_buffer_view() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 69798 pub buffer_view: BufferView, field 69857 pub fn buffer_view(mut self, buffer_view: BufferView) -> Self { in buffer_view() method
|