/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_buffer.cpp | 33 enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW() argument 40 switch (buffer_type) { in test_mem_host_read_only_buffer_RW() 62 enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW_Rect() argument 70 switch (buffer_type) { in test_mem_host_read_only_buffer_RW_Rect() 92 enum BUFFER_TYPE buffer_type) in test_mem_host_read_only_buffer_RW_Mapping() argument 100 switch (buffer_type) { in test_mem_host_read_only_buffer_RW_Mapping() 187 enum BUFFER_TYPE buffer_type) in test_mem_host_write_only_buffer_RW() argument 196 switch (buffer_type) { in test_mem_host_write_only_buffer_RW() 218 enum BUFFER_TYPE buffer_type) in test_mem_host_write_only_buffer_RW_Rect() argument 226 switch (buffer_type) { in test_mem_host_write_only_buffer_RW_Rect() [all …]
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_stmt_fetch.cc | 71 bind[0].buffer_type= MYSQL_TYPE_LONG; in LLVMFuzzerTestOneInput() 78 bind[1].buffer_type= MYSQL_TYPE_STRING; in LLVMFuzzerTestOneInput() 86 bind[2].buffer_type= MYSQL_TYPE_SHORT; in LLVMFuzzerTestOneInput() 93 bind[3].buffer_type= MYSQL_TYPE_TIMESTAMP; in LLVMFuzzerTestOneInput()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_vidc/msm_smem_buffer_ion_op_end/ |
D | format | 10 field:u32 buffer_type; offset:12; size:4; signed:0; 17 …t fmt: "%s, buffer_type : 0x%x, heap_mask : 0x%x, size : 0x%x, align : 0x%x, flags : 0x%x, map_ker…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_vidc/msm_smem_buffer_ion_op_end/ |
D | format | 10 field:u32 buffer_type; offset:16; size:4; signed:0; 17 …t fmt: "%s, buffer_type : 0x%x, heap_mask : 0x%x, size : 0x%x, align : 0x%x, flags : 0x%x, map_ker…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_vidc/msm_smem_buffer_ion_op_start/ |
D | format | 10 field:u32 buffer_type; offset:12; size:4; signed:0; 17 …t fmt: "%s, buffer_type : 0x%x, heap_mask : 0x%x, size : 0x%x, align : 0x%x, flags : 0x%x, map_ker…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_vidc/msm_smem_buffer_ion_op_start/ |
D | format | 10 field:u32 buffer_type; offset:16; size:4; signed:0; 17 …t fmt: "%s, buffer_type : 0x%x, heap_mask : 0x%x, size : 0x%x, align : 0x%x, flags : 0x%x, map_ker…
|
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 184 buffer_type_t buffer_type = GPOINTER_TO_INT (user_data); in test_buffer_contents() local 187 if (buffer_type == BUFFER_EMPTY) { in test_buffer_contents() 208 if (buffer_type == BUFFER_UTF16) in test_buffer_contents() 210 else if (buffer_type == BUFFER_UTF8) in test_buffer_contents() 868 const void *buffer_type = GINT_TO_POINTER (i); in main() local 871 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_properties); in main() 872 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_contents); in main() 873 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_positions); in main()
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 27 enum buffer_t buffer_type) in get_buf() argument 43 if ((buffer_type == READ_BUFFER) || in get_buf() 44 ((buffer_type == ANY_BUFFER) && self->b_readonly)) in get_buf() 46 else if ((buffer_type == WRITE_BUFFER) || in get_buf() 47 (buffer_type == ANY_BUFFER)) in get_buf() 49 else if (buffer_type == CHAR_BUFFER) { in get_buf() 60 switch (buffer_type) { in get_buf()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 741 typedef mutable_buffer buffer_type; typedef 748 typedef const_buffer buffer_type; typedef 764 typedef typename asio::detail::buffer_types<PodType>::buffer_type in buffer() 765 buffer_type; in buffer() typedef 769 buffer_type(data.c_array(), data.size() * sizeof(PodType))); in buffer() 776 typedef typename asio::detail::buffer_types<PodType>::buffer_type in buffer() 777 buffer_type; in buffer() typedef 781 buffer_type(data.c_array(), in buffer()
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 83 loader_dri3_pixmap_buf_id(enum loader_dri3_buffer_type buffer_type) in loader_dri3_pixmap_buf_id() argument 85 if (buffer_type == loader_dri3_buffer_back) in loader_dri3_pixmap_buf_id()
|
D | loader_dri3_helper.c | 1759 enum loader_dri3_buffer_type buffer_type, in dri3_get_pixmap_buffer() argument 1762 int buf_id = loader_dri3_pixmap_buf_id(buffer_type); in dri3_get_pixmap_buffer() 1872 enum loader_dri3_buffer_type buffer_type, in dri3_get_buffer() argument 1876 bool fence_await = buffer_type == loader_dri3_buffer_back; in dri3_get_buffer() 1879 if (buffer_type == loader_dri3_buffer_back) { in dri3_get_buffer() 1913 if ((buffer_type == loader_dri3_buffer_back || in dri3_get_buffer() 1914 (buffer_type == loader_dri3_buffer_front && draw->have_fake_front)) in dri3_get_buffer() 1937 } else if (buffer_type == loader_dri3_buffer_front) { in dri3_get_buffer() 1975 if (buffer_type == loader_dri3_buffer_back && in dri3_get_buffer() 2002 enum loader_dri3_buffer_type buffer_type, in dri3_free_buffers() argument [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cClipDistance.hpp | 408 const std::type_info& buffer_type = typeid(T); in useAsShaderInput() local 418 if (buffer_type == float_type) in useAsShaderInput() 423 else if (buffer_type == int_type) in useAsShaderInput()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | conv_3d.cc | 331 const bool buffer_type = src_tensor_type == TensorStorageType::BUFFER || in GenerateConv3D() local 334 const bool manual_clamp_x = buffer_type && !conv_params.x_kernel_is_1; in GenerateConv3D() 335 const bool manual_clamp_y = buffer_type && !conv_params.y_kernel_is_1; in GenerateConv3D() 340 const bool can_read_out_of_x = !buffer_type; in GenerateConv3D() 341 const bool can_read_out_of_y = !buffer_type; in GenerateConv3D() 486 if (buffer_type) { in GenerateConv3D() 569 if (buffer_type) { in GenerateConv3D() 641 if (buffer_type) { in GenerateConv3D()
|
D | conv_powervr.cc | 206 const bool buffer_type = src_tensor_type == TensorStorageType::BUFFER || in GenerateConvPowerVR1x1() local 208 const bool manual_clamp = buffer_type && !is1x1; in GenerateConvPowerVR1x1() 325 if (buffer_type) { in GenerateConvPowerVR1x1() 352 if (buffer_type) { in GenerateConvPowerVR1x1() 383 if (buffer_type) { in GenerateConvPowerVR1x1()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | stream_executor_util.h | 86 void InitializeBuffer(se::Stream* stream, PrimitiveType buffer_type,
|
D | stream_executor_util.cc | 297 void InitializeBuffer(se::Stream* stream, PrimitiveType buffer_type, in InitializeBuffer() argument 299 switch (buffer_type) { in InitializeBuffer()
|
D | ir_emitter_unnested.cc | 2559 llvm::Type* buffer_type = llvm::ArrayType::get( in EmitHlo021Tile() local 2563 buffer_type, buffer_name); in EmitHlo021Tile()
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 260 # Bind the buffer of the given |buffer_type| at the given descriptor set 262 BIND BUFFER {buffer_name} AS {buffer_type} DESCRIPTOR_SET _id_ \ 270 # of the buffer must have a consistent |buffer_type| across all pipelines. 271 BIND BUFFER {buffer_name} [AS {buffer_type}] KERNEL ARG_NAME _name_ 276 # must have a consistent |buffer_type| across all pipelines. 277 BIND BUFFER {buffer_name} [AS {buffer_type}] KERNEL ARG_NUMBER _number_
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_mipmap_tree.h | 236 enum __DRIimageBufferMask buffer_type,
|
D | intel_context.c | 818 enum __DRIimageBufferMask buffer_type) in intel_update_image_buffer() argument 834 buffer_type, in intel_update_image_buffer()
|
D | intel_mipmap_tree.c | 315 enum __DRIimageBufferMask buffer_type, in intel_miptree_create_for_image_buffer() argument
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 745 , buffer_type(autoincrement) in Variables() 784 const Variable buffer_type; member in vkt::robustness::__anonaf76c9ba0111::Variables 956 shaderSource.makeSame(var.buffer_type, var.s32); in MakeShader() 960 shaderSource.makeSame(var.buffer_type, var.u32); in MakeShader() 964 shaderSource.makeSame(var.buffer_type, var.f32); in MakeShader() 977 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 1779 enum __DRIimageBufferMask buffer_type) in intel_update_image_buffer() argument 1798 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) { in intel_update_image_buffer() 1827 buffer_type == __DRI_IMAGE_BUFFER_FRONT && in intel_update_image_buffer() 1832 if (buffer_type == __DRI_IMAGE_BUFFER_SHARED) { in intel_update_image_buffer()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla.cc | 716 PyTypeObject* buffer_type = reinterpret_cast<PyTypeObject*>(buffer.ptr()); in PYBIND11_MODULE() local 717 buffer_type->tp_as_buffer = &PyLocalBufferProcs; in PYBIND11_MODULE()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 712 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, in create_jit_types() local 724 buffer_type = create_jit_dvbuffer_type(gallivm, "draw_vertex_buffer"); in create_jit_types() 725 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0); in create_jit_types()
|