/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_main.py | 687 buffer_type = ord(data[0]) 690 logging.debug("Main buffer type: %d, message size: %d", buffer_type, buffer_size) 692 if buffer_type in [JERRY_DEBUGGER_PARSE_ERROR, 706 elif buffer_type == JERRY_DEBUGGER_WAITING_AFTER_PARSE: 709 elif buffer_type == JERRY_DEBUGGER_RELEASE_BYTE_CODE_CP: 712 elif buffer_type in [JERRY_DEBUGGER_BREAKPOINT_HIT, JERRY_DEBUGGER_EXCEPTION_HIT]: 718 if buffer_type == JERRY_DEBUGGER_EXCEPTION_HIT: 740 elif buffer_type == JERRY_DEBUGGER_EXCEPTION_STR: 743 elif buffer_type == JERRY_DEBUGGER_EXCEPTION_STR_END: 746 elif buffer_type == JERRY_DEBUGGER_BACKTRACE_TOTAL: [all …]
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/ |
D | zero_ext_block.amber | 30 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 49 %buffer_type = OpTypeStruct %array 50 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 51 %wg_ptr = OpTypePointer Workgroup %buffer_type 54 %null_buffer = OpConstantNull %buffer_type
|
D | zero_ext_other_block.amber | 30 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 50 %buffer_type = OpTypeStruct %array 51 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 52 %wg_ptr = OpTypePointer Workgroup %buffer_type 55 %null_buffer = OpConstantNull %buffer_type
|
D | copy_memory_basic.amber | 28 OpDecorate %buffer_type Block 31 OpMemberDecorate %buffer_type 0 Offset 0 58 %buffer_type = OpTypeStruct %array 63 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 64 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | zero_ext_block_with_offset.amber | 30 OpDecorate %buffer_type Block 32 OpMemberDecorate %buffer_type 0 Offset 0 52 %buffer_type = OpTypeStruct %array 54 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 55 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | copy_memory_two_invocations.amber | 29 OpDecorate %buffer_type Block 32 OpMemberDecorate %buffer_type 0 Offset 0 68 %buffer_type = OpTypeStruct %array 73 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 74 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
D | copy_memory_variable_pointers.amber | 31 OpDecorate %buffer_type Block 34 OpMemberDecorate %buffer_type 0 Offset 0 70 %buffer_type = OpTypeStruct %array 75 %output_buffer_ptr = OpTypePointer StorageBuffer %buffer_type 76 %wg_ptr = OpTypePointer Workgroup %buffer_type
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpvp9.c | 134 create_rtp_vp9_buffer_full (guint seqnum, guint picid, guint buffer_type, in create_rtp_vp9_buffer_full() argument 173 struct BufferTemplate *template = &templates[buffer_type]; in create_rtp_vp9_buffer_full() 218 create_rtp_vp9_buffer (guint seqnum, guint picid, guint buffer_type, in create_rtp_vp9_buffer() argument 221 return create_rtp_vp9_buffer_full (seqnum, picid, buffer_type, buf_pts, TRUE, in create_rtp_vp9_buffer() 229 guint buffer_type; member 236 guint buffer_type; member 255 data[0].buffer_type, pts)); in test_depay_gap_event_base() 274 data[1].buffer_type, pts)); in test_depay_gap_event_base()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | calculate_array_length.cc | 84 auto get_buffer_size_intrinsic = [&](const sem::Struct* buffer_type) { in Run() argument 85 return utils::GetOrCreate(buffer_size_intrinsics, buffer_type, [&] { in Run() 88 ctx.dst->ty.type_name(ctx.Clone(buffer_type->Declaration()->name)); in Run() 110 buffer_type->Declaration(), func); in Run()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/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()
|
/third_party/skia/third_party/externals/harfbuzz/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() 936 const void *buffer_type = GINT_TO_POINTER (i); in main() local 939 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_properties); in main() 940 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_contents); in main() 941 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_positions); in main()
|
/third_party/harfbuzz/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() 936 const void *buffer_type = GINT_TO_POINTER (i); in main() local 939 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_properties); in main() 940 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_contents); in main() 941 hb_test_add_fixture_flavor (fixture, buffer_type, buffer_name, test_buffer_positions); in main()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser.cc | 1115 BufferType buffer_type = BufferType::kUnknown; in ParsePipelineBind() local 1122 Result r = ToBufferType(token->AsString(), &buffer_type); in ParsePipelineBind() 1126 if (buffer_type == BufferType::kColor) { in ParsePipelineBind() 1158 } else if (buffer_type == BufferType::kDepthStencil) { in ParsePipelineBind() 1163 } else if (buffer_type == BufferType::kPushConstant) { in ParsePipelineBind() 1168 } else if (buffer_type == BufferType::kCombinedImageSampler) { in ParsePipelineBind() 1183 } else if (buffer_type == BufferType::kResolve) { in ParsePipelineBind() 1190 if (buffer_type == BufferType::kUnknown || in ParsePipelineBind() 1191 buffer_type == BufferType::kStorage || in ParsePipelineBind() 1192 buffer_type == BufferType::kUniform || in ParsePipelineBind() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 230 int buffer_type; in egl_config_to_structure() local 293 &buffer_type)) in egl_config_to_structure() 296 if (buffer_type == EGL_RGB_BUFFER) { in egl_config_to_structure() 316 } else if (buffer_type == EGL_LUMINANCE_BUFFER) { in egl_config_to_structure() 327 GST_WARNING ("unknown EGL_COLOR_BUFFER_TYPE value %x", buffer_type); in egl_config_to_structure() 387 int buffer_type; in gst_gl_context_egl_dump_config() local 527 &buffer_type)) in gst_gl_context_egl_dump_config() 529 if (buffer_type == EGL_RGB_BUFFER) { in gst_gl_context_egl_dump_config() 543 } else if (buffer_type == EGL_LUMINANCE_BUFFER) { in gst_gl_context_egl_dump_config() 553 buffer_type); in gst_gl_context_egl_dump_config()
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 89 loader_dri3_pixmap_buf_id(enum loader_dri3_buffer_type buffer_type) in loader_dri3_pixmap_buf_id() argument 91 if (buffer_type == loader_dri3_buffer_back) in loader_dri3_pixmap_buf_id()
|
D | loader_dri3_helper.c | 1907 enum loader_dri3_buffer_type buffer_type, in dri3_get_pixmap_buffer() argument 1910 int buf_id = loader_dri3_pixmap_buf_id(buffer_type); in dri3_get_pixmap_buffer() 2020 enum loader_dri3_buffer_type buffer_type, in dri3_get_buffer() argument 2024 bool fence_await = buffer_type == loader_dri3_buffer_back; in dri3_get_buffer() 2027 if (buffer_type == loader_dri3_buffer_back) { in dri3_get_buffer() 2061 if ((buffer_type == loader_dri3_buffer_back || in dri3_get_buffer() 2062 (buffer_type == loader_dri3_buffer_front && draw->have_fake_front)) in dri3_get_buffer() 2085 } else if (buffer_type == loader_dri3_buffer_front) { in dri3_get_buffer() 2123 if (buffer_type == loader_dri3_buffer_back && in dri3_get_buffer() 2150 enum loader_dri3_buffer_type buffer_type, in dri3_free_buffers() argument [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 934 enum wsi_wl_buffer_type buffer_type; member 1054 if (chain->buffer_type == WSI_WL_BUFFER_SHM_MEMCPY) { in wsi_wl_swapchain_queue_present() 1148 switch (chain->buffer_type) { in wsi_wl_image_init() 1151 if (chain->buffer_type == WSI_WL_BUFFER_SHM_MEMCPY) { in wsi_wl_image_init() 1302 chain->buffer_type = (chain->base.wsi->has_import_memory_host && in wsi_wl_surface_create_swapchain() 1307 chain->buffer_type = WSI_WL_BUFFER_NATIVE; in wsi_wl_surface_create_swapchain() 1349 switch (chain->buffer_type) { in wsi_wl_surface_create_swapchain()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_xgl_pds.c | 1595 special_buffer_entry->buffer_type = PVR_BUFFER_TYPE_PUSH_CONSTS; in pvr_pds_generate_descriptor_upload_program() 1607 special_buffer_entry->buffer_type = PVR_BUFFER_TYPE_DYNAMIC; in pvr_pds_generate_descriptor_upload_program() 1619 special_buffer_entry->buffer_type = PVR_BUFFER_TYPES_COMPILE_TIME; in pvr_pds_generate_descriptor_upload_program() 1631 special_buffer_entry->buffer_type = PVR_BUFFER_TYPES_BUFFER_LENGTHS; in pvr_pds_generate_descriptor_upload_program() 1642 special_buffer_entry->buffer_type = PVR_BUFFER_TYPE_BLEND_CONSTS; in pvr_pds_generate_descriptor_upload_program()
|
D | pvr_pds.h | 1051 uint8_t buffer_type; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 773 , buffer_type(autoincrement) in Variables() 816 const Variable buffer_type; member in vkt::robustness::__anon5b778ced0111::Variables 1034 shaderSource.makeSame(var.buffer_type, var.s32); in MakeShader() 1038 shaderSource.makeSame(var.buffer_type, var.u32); in MakeShader() 1042 shaderSource.makeSame(var.buffer_type, var.f32); in MakeShader() 1046 shaderSource.makeSame(var.buffer_type, var.s64); in MakeShader() 1050 shaderSource.makeSame(var.buffer_type, var.u64); in MakeShader() 1063 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 773 , buffer_type(autoincrement) in Variables() 816 const Variable buffer_type; member in vkt::robustness::__anon5c1a5b6d0111::Variables 1034 shaderSource.makeSame(var.buffer_type, var.s32); in MakeShader() 1038 shaderSource.makeSame(var.buffer_type, var.u32); in MakeShader() 1042 shaderSource.makeSame(var.buffer_type, var.f32); in MakeShader() 1046 shaderSource.makeSame(var.buffer_type, var.s64); in MakeShader() 1050 shaderSource.makeSame(var.buffer_type, var.u64); in MakeShader() 1063 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber_script.md | 671 # of the buffer must have a consistent |buffer_type| across all pipelines. 672 BIND BUFFER {buffer_name} [ AS {buffer_type} (default computed)] \ 678 # must have a consistent |buffer_type| across all pipelines. 679 BIND BUFFER {buffer_name} [ AS {buffer_type} (default computed)] \ 700 # Bind the buffer of the given |buffer_type| at the given descriptor set 703 BIND {BUFFER | BUFFER_ARRAY} {buffer_name} AS {buffer_type} DESCRIPTOR_SET _id_ \
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 1298 const auto &buffer_type = get_variable_element_type(var); in emit_entry_point_declarations() local 1300 …statement(get_argument_address_space(var), " ", type_to_glsl(buffer_type), "* ", to_restrict(array… in emit_entry_point_declarations() 15641 auto &buffer_type = set<SPIRType>(type_id); in analyze_argument_buffers() local 15643 buffer_type.basetype = SPIRType::Struct; in analyze_argument_buffers() 15647 buffer_type.storage = StorageClassStorageBuffer; in analyze_argument_buffers() 15654 buffer_type.storage = StorageClassUniform; in analyze_argument_buffers() 15659 ptr_type = buffer_type; in analyze_argument_buffers() 15703 … add_argument_buffer_padding_buffer_type(buffer_type, member_index, next_arg_buff_index, rez_bind); in analyze_argument_buffers() 15706 … add_argument_buffer_padding_image_type(buffer_type, member_index, next_arg_buff_index, rez_bind); in analyze_argument_buffers() 15709 …add_argument_buffer_padding_sampler_type(buffer_type, member_index, next_arg_buff_index, rez_bind); in analyze_argument_buffers() [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | pipeline.cc | 861 auto buffer_type = in GenerateOpenCLPodBuffers() local 881 AddBuffer(buffer, buffer_type, descriptor_set, binding, 0, 0, 0, ~0ULL); in GenerateOpenCLPodBuffers()
|