Home
last modified time | relevance | path

Searched defs:buffer_name (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h81 std::string buffer_name = {}; member
/external/deqp-deps/amber/include/amber/
Damber.h64 std::string buffer_name; member
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs697 fn buffer_name(&self, num: usize) -> Cow<'static, str> { in copy_buffer() function
805 fn buffer_name(&self, num: usize) -> Cow<'static, str> { in copy_buffer_to_image() function
921 fn buffer_name(&self, num: usize) -> Cow<'static, str> { in copy_image_to_buffer() function
1036 fn buffer_name(&self, num: usize) -> Cow<'static, str> { in copy_query_pool_results() function
1180 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in buffer_name() method
1296 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in dispatch_indirect() function
1432 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in draw() method
1589 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in draw_indexed() method
1748 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in draw_indirect() function
1908 fn buffer_name(&self, mut num: usize) -> Cow<'static, str> { in draw_indexed_indirect() function
[all …]
Dmod.rs481 fn buffer_name(&self, _num: usize) -> Cow<'static, str> { in buffer_name() method
/external/igt-gpu-tools/tools/
Dintel_error_decode.c449 const char *buffer_name, in decode()
582 const char *buffer_name = "batch buffer"; in read_data_file() local
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc47 int memfd_create_reserved_region(const std::string &buffer_name, uint64_t reserved_region_size) in memfd_create_reserved_region()
203 int cros_gralloc_driver::create_reserved_region(const std::string &buffer_name, in create_reserved_region()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc165 void GPUOperation::AddSrcBuffer(const std::string& buffer_name, in AddSrcBuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c756 const char *buffer_name) in intel_process_dri2_buffer()
/external/harfbuzz_ng/test/api/
Dtest-buffer.c937 const char *buffer_name = buffer_names[i]; in main() local
/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c290 const char *buffer_name; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1661 const char *buffer_name) in intel_process_dri2_buffer()
/external/mesa3d/src/gallium/frontends/va/
Dsurface.c399 unsigned int *buffer_name, void **buffer) in vlVaLockSurface()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp777 bool Parser::ExtractSourceTree(const std::string &buffer_name, ParsedTrace &metadata, TraceBufferSo… in ExtractSourceTree()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc4388 absl::string_view buffer_name) { in EmitHlo021Tile()