Home
last modified time | relevance | path

Searched refs:buffer_type (Results 1 – 25 of 28) sorted by relevance

12

/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py687 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/
Dzero_ext_block.amber30 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
Dzero_ext_other_block.amber30 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
Dcopy_memory_basic.amber28 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
Dzero_ext_block_with_offset.amber30 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
Dcopy_memory_two_invocations.amber29 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
Dcopy_memory_variable_pointers.amber31 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/
Drtpvp9.c134 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()
Drtpvp8.c530 guint buffer_type; member
/third_party/skia/third_party/externals/tint/src/transform/
Dcalculate_array_length.cc84 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/
Dtest-buffer.c184 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/
Dtest-buffer.c184 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/
Dtest-buffer.c184 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/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c230 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/
Dloader_dri3_helper.h89 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()
Dloader_dri3_helper.c1907 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/
Dgl3cClipDistance.hpp408 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/
Dwsi_common_wayland.c934 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/
Dpvr_xgl_pds.c1595 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()
Dpvr_pds.h1051 uint8_t buffer_type; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp745 , buffer_type(autoincrement) in Variables()
788 const Variable buffer_type; member in vkt::robustness::__anond1834f8e0111::Variables
1006 shaderSource.makeSame(var.buffer_type, var.s32); in MakeShader()
1010 shaderSource.makeSame(var.buffer_type, var.u32); in MakeShader()
1014 shaderSource.makeSame(var.buffer_type, var.f32); in MakeShader()
1018 shaderSource.makeSame(var.buffer_type, var.s64); in MakeShader()
1022 shaderSource.makeSame(var.buffer_type, var.u64); in MakeShader()
1035 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp1298 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/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h694 LLVMTypeRef buffer_type; member
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_video_out.txt378 4 CARD32 buffer_type
/third_party/openGLES/extensions/NV/
DGLX_NV_video_out.txt378 4 CARD32 buffer_type

12