Home
last modified time | relevance | path

Searched defs:buffer_type (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/OpenCL-CTS/test_conformance/mem_host_flags/
H A Dmem_host_buffer.cpp32 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW()
60 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW_Rect()
89 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW_Mapping()
196 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_write_only_buffer_RW()
226 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_write_only_buffer_RW_Rect()
255 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_write_only_buffer_RW_Mapping()
364 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_no_access_buffer_RW()
394 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_no_access_buffer_RW_Rect()
423 cl_mem_flags parent_buffer_flag, enum BUFFER_TYPE buffer_type) in test_mem_host_no_access_buffer_RW_Mapping()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbuffers_iterator.hpp38 typedef const_buffer buffer_type; typedef
49 typedef mutable_buffer buffer_type; typedef
67 typedef typename helper::buffer_type buffer_type; typedef
75 typedef mutable_buffer buffer_type; typedef
83 typedef const_buffer buffer_type; typedef
93 typedef mutable_buffer buffer_type; typedef
101 typedef const_buffer buffer_type; typedef
115 BufferSequence, ByteType>::buffer_type buffer_type; typedef in boost::asio::buffers_iterator
Dbuffer.hpp1066 typedef mutable_buffer buffer_type; typedef
1073 typedef const_buffer buffer_type; typedef
1090 buffer_type; in buffer() typedef
1103 buffer_type; in buffer() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dany_iterator_interface.hpp64 typedef Buffer buffer_type; typedef
89 … typedef typename any_incrementable_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
115 … typedef typename any_single_pass_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
137 … typedef typename any_forward_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
165 … typedef typename any_bidirectional_iterator_interface<Reference, Buffer>::buffer_type buffer_type; typedef
Dany_iterator.hpp310 typedef Buffer buffer_type; typedef in boost::range_detail::any_iterator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dcollection_ops_util.cc63 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in GetIndicesForElement() local
78 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in GetElement() local
103 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in SetElement() local
164 auto buffer_type = RankedTensorType::get(buffer_shape, element_dtype); in CreateInitBufferValue() local
268 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in GatherElements() local
291 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in ScatterAccumulateElements() local
H A Dtensor_array_ops_decomposition.cc85 auto buffer_type = split.value().getType().dyn_cast<RankedTensorType>(); in GetSplitElementTypeAndCount() local
293 auto buffer_type = buffer.getType().cast<RankedTensorType>(); in HandleTensorArrayConcatV3Op() local
366 auto buffer_type = getElementTypeOrSelf(local_var.getType()) in HandleTensorArraySizeV3Op() local
384 auto buffer_type = getElementTypeOrSelf(local_var_type) in CreateAndInitializeGradVariable() local
H A Dtensor_list_ops_decomposition.cc81 auto buffer_type = arg_to_buffer_type(i); in ModifyFunctionSignature() local
279 auto buffer_type = it->getFirst().getType(); in HandleWhileRegionOp() local
/aosp_15_r20/external/emboss/compiler/back_end/cpp/
H A Dheader_generator.py237 def _offset_storage_adapter(buffer_type, alignment, static_offset): argument
242 def _bytes_to_bits_convertor(buffer_type, byte_order, size): argument
267 def _get_adapted_cpp_buffer_type_for_field(type_definition, size_in_bits, argument
284 type_definition, size, ir, buffer_type, byte_order, parent_addressable_unit, argument
346 type_ir, size, byte_order, ir, buffer_type, parent_addressable_unit, argument
727 def _get_cpp_type_reader_of_field(field_ir, ir, buffer_type, validator, argument
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.c40 LLVMTypeRef buffer_type; in lp_build_create_jit_buffer_type() local
93 LLVMTypeRef buffer_type = lp_build_create_jit_buffer_type(gallivm); in lp_llvm_buffer_member() local
283 LLVMTypeRef texture_type, sampler_type, image_type, buffer_type; in lp_build_jit_resources_type() local
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbuffer.hpp741 typedef mutable_buffer buffer_type; typedef
748 typedef const_buffer buffer_type; typedef
765 buffer_type; in buffer() typedef
777 buffer_type; in buffer() typedef
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-buffer.c184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local
936 const void *buffer_type = GINT_TO_POINTER (i); in main() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Dloader_dri3_helper.c1899 enum loader_dri3_buffer_type buffer_type, in dri3_get_pixmap_buffer()
1977 enum loader_dri3_buffer_type buffer_type, in dri3_get_buffer()
2107 enum loader_dri3_buffer_type buffer_type, in dri3_free_buffers()
H A Dloader_dri3_helper.h90 loader_dri3_pixmap_buf_id(enum loader_dri3_buffer_type buffer_type) in loader_dri3_pixmap_buf_id()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
H A Ddw_convolution_selector.cc56 bool buffer_type = storage_type == TensorStorageType::BUFFER || in SelectDWConvolutionMali() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu/
H A Dgpu_passes.cc56 auto buffer_type = tfrt::gpu::BufferType::get(context); in runOnFunction() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dmonitor.cpp93 typedef buffer_t<M> buffer_type; in do_test() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/nonterminal/
Ddebug_handler.hpp32 typedef detail::enable_buffering<output_iterator> buffer_type; typedef
/aosp_15_r20/system/logging/logd/
H A Dmain.cpp237 std::string buffer_type = GetProperty("logd.buffer_type", "serialized"); in main() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cClipDistance.hpp411 const std::type_info &buffer_type = typeid(T); in useAsShaderInput() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dstream_executor_util.cc450 void InitializeBuffer(se::Stream* stream, PrimitiveType buffer_type, in InitializeBuffer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/include/boost/endian/
Darithmetic.hpp184 typedef endian_buffer<Order, T, n_bits, Align> buffer_type; typedef in boost::endian::endian_arithmetic
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c27 enum buffer_t buffer_type) in get_buf()
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c186 enum wsi_wl_buffer_type buffer_type; member
2513 enum wsi_wl_buffer_type buffer_type; in wsi_wl_surface_create_swapchain() local
/aosp_15_r20/external/deqp-deps/amber/src/
Dpipeline.cc860 auto buffer_type = in GenerateOpenCLPodBuffers() local

12