Home
last modified time | relevance | path

Searched defs:buffer (Results 2826 - 2850 of 9372) sorted by relevance

1...<<111112113114115116117118119120>>...375

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp29 void SyncScopeUsageTracker::BufferUsedAs(BufferBase* buffer, wgpu::BufferUsage usage) { in BufferUsedAs() argument
89 BufferBase* buffer = group->GetBindingAsBufferBinding(bindingIndex).buffer; in AddBindGroup() local
182 void ComputePassResourceUsageTracker::AddReferencedBuffer(BufferBase* buffer) { in AddReferencedBuffer() argument
[all...]
H A DBindingInfo.h65 BufferBindingLayout buffer; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerBuffer.cpp25 auto* buffer = BufferObjects().Get(cmd.selfId); in PreHandleBufferUnmap() local
42 auto* buffer = BufferObjects().Get(cmd.selfId); in PreHandleBufferDestroy() local
66 auto* buffer = BufferObjects().Get(bufferId); DoBufferMapAsync() local
203 auto* buffer = BufferObjects().Get(bufferId); DoBufferUpdateMappedData() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceLostTests.cpp251 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local
264 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local
277 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); in TEST_P() local
300 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local
314 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local
327 wgpu::Buffer buffer = device.CreateBuffer(&bufferDescriptor); TEST_P() local
353 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local
367 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local
384 wgpu::Buffer buffer = device.CreateBuffer(&desc); TEST_P() local
486 wgpu::Buffer buffer = device.CreateBuffer(&bufferDesc); TEST_P() local
519 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); TEST_P() local
[all...]
H A DPrimitiveStateTests.cpp108 wgpu::Buffer buffer = utils::CreateBufferFromData(device, &data, sizeof(TriangleData), in DoTest() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTestPlatform.cpp77 auto buffer = std::make_unique<std::vector<TraceEvent>>(); in GetLocalTraceEventBuffer() local
111 std::vector<TraceEvent>* buffer = GetLocalTraceEventBuffer(); in AddTraceEvent() local
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcache.h919 FT_Byte* buffer; member
/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftlzw.c72 FT_Byte buffer[FT_LZW_BUFFER_SIZE]; /* output buffer */ member
234 ft_lzw_file_io( FT_LZWFile zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_lzw_file_io() argument
329 ft_lzw_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_lzw_stream_io() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1driver.c60 t1_get_glyph_name( T1_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) t1_get_glyph_name() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh170 hb_buffer_t *buffer = c->buffer; in apply() local
[all...]
H A Dhb-buffer-serialize.cc102 _hb_buffer_serialize_glyphs_json (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_json() argument
205 _hb_buffer_serialize_unicode_json (hb_buffer_t *buffer, in _hb_buffer_serialize_unicode_json() argument
258 _hb_buffer_serialize_glyphs_text (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_text() argument
352 _hb_buffer_serialize_unicode_text(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_unicode_text() argument
459 hb_buffer_serialize_glyphs(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_glyphs() argument
561 hb_buffer_serialize_unicode(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_unicode() argument
603 _hb_buffer_serialize_invalid(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_invalid() argument
659 hb_buffer_serialize(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize() argument
744 hb_buffer_deserialize_glyphs(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_font_t *font, hb_buffer_serialize_format_t format) hb_buffer_deserialize_glyphs() argument
816 hb_buffer_deserialize_unicode(hb_buffer_t *buffer, const char *buf, int buf_len, const char **end_ptr, hb_buffer_serialize_format_t format) hb_buffer_deserialize_unicode() argument
[all...]
H A Dhb-ot-shape-normalize.cc102 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char() argument
111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() argument
118 skip_char (hb_buffer_t *buffer) in skip_char() argument
128 hb_buffer_t * const buffer = c->buffer; decompose() local
170 hb_buffer_t * const buffer = c->buffer; decompose_current_character() local
226 hb_buffer_t * const buffer = c->buffer; handle_variation_selector_cluster() local
268 hb_buffer_t * const buffer = c->buffer; decompose_multi_char_cluster() local
291 _hb_ot_shape_normalize(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) _hb_ot_shape_normalize() argument
[all...]
H A Dhb-shape-plan.cc388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument
447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c75 hb_buffer_t *buffer; in test_font() local
146 hb_buffer_t *buffer; in test_shape_clusters() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-format.hh100 shape_format_options_t::serialize (hb_buffer_t *buffer, in serialize() argument
130 shape_format_options_t::serialize_buffer_of_text (hb_buffer_t *buffer, in serialize_buffer_of_text() argument
164 shape_format_options_t::serialize_buffer_of_glyphs (hb_buffer_t *buffer, in serialize_buffer_of_glyphs() argument
[all...]
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h329 } buffer; in convert() local
/third_party/python/Modules/_blake2/impl/
H A Dblake2b-ref.c326 uint8_t buffer[BLAKE2B_OUTBYTES]; in blake2b_final() local
H A Dblake2s-ref.c316 uint8_t buffer[BLAKE2S_OUTBYTES]; in blake2s_final() local
/third_party/python/Misc/
H A Dcoverity_model.c106 unsigned char buffer[4]; in r_long() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h367 alignas(BaseTy) char buffer[Size]; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp73 void AssemblerBuffer::EnsureCapacity::validate(AssemblerBuffer *buffer) { in validate() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dutil.cc55 spvtools::MessageConsumer GetBufferMessageConsumer(std::stringstream* buffer) { in GetBufferMessageConsumer() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.cc45 sem::Node const* const buffer; member in tint::transform::__anon26111::ArrayUsage::sem
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc146 TextGenerator::ScopedIndent::ScopedIndent(TextBuffer* buffer) in ScopedIndent() argument
H A Dtext_generator.h158 TextBuffer* buffer; member
221 line(TextBuffer* buffer) line() argument
[all...]

Completed in 15 milliseconds

1...<<111112113114115116117118119120>>...375