Home
last modified time | relevance | path

Searched refs:current_buffer (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dxfeed_queue.h56 BufferType current_buffer; in BlockingGetNextDestination() local
62 current_buffer = std::move(enqueued_buffers_.front()); in BlockingGetNextDestination()
71 return current_buffer; in BlockingGetNextDestination()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c63 bool current_buffer; member
144 scrn->current_buffer = !scrn->current_buffer; in vl_dri2_flush_frontbuffer()
171 scrn->current_buffer = false; in vl_dri2_set_drawable()
228 } else if (back_left->name != scrn->buffer_names[scrn->current_buffer]) { in vl_dri2_screen_texture_from_drawable()
229 vl_compositor_reset_dirty_area(&scrn->dirty_areas[scrn->current_buffer]); in vl_dri2_screen_texture_from_drawable()
230 scrn->buffer_names[scrn->current_buffer] = back_left->name; in vl_dri2_screen_texture_from_drawable()
263 return &scrn->dirty_areas[scrn->current_buffer]; in vl_dri2_screen_get_dirty_area()
Dvl_mpeg12_decoder.h80 unsigned current_buffer; member
Dvl_mpeg12_decoder.c540 buffer = dec->dec_buffers[dec->current_buffer]; in vl_mpeg12_get_decode_buffer()
569 dec->dec_buffers[dec->current_buffer] = buffer; in vl_mpeg12_get_decode_buffer()
843 ++dec->current_buffer; in vl_mpeg12_end_frame()
844 dec->current_buffer %= 4; in vl_mpeg12_end_frame()
/external/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_sip_svc.c21 static int current_block, current_buffer; variable
56 current_buffer++; in intel_fpga_sdm_write_buffer()
57 current_buffer %= FPGA_CONFIG_BUFFER_SIZE; in intel_fpga_sdm_write_buffer()
76 &fpga_config_buffers[current_buffer])) in intel_fpga_sdm_write_all()
216 current_buffer = 0; in intel_fpga_config_start()
258 int j = (i + current_buffer) % FPGA_CONFIG_BUFFER_SIZE; in intel_fpga_config_write()
/external/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp170 mInfo.current_buffer = x % mInfo.swapchainImageCount; in step()
174 mImageAcquiredSemaphore, VK_NULL_HANDLE, &mInfo.current_buffer); in step()
222 present.pImageIndices = &info.current_buffer; in Present()
253 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkHundredIndividual()
319 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
388 inheritInfo.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
421 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c102 struct osmesa_buffer *current_buffer; member
801 osmesa->current_buffer = osbuffer; in OSMesaMakeCurrent()
867 struct osmesa_buffer *osbuffer = osmesa ? osmesa->current_buffer : NULL; in OSMesaGetIntegerv()
916 struct osmesa_buffer *osbuffer = c->current_buffer; in OSMesaGetDepthBuffer()
961 struct osmesa_buffer *osbuffer = osmesa->current_buffer; in OSMesaGetColorBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc84 BufferNumber current_buffer = value_to_buffer_number_.at(value); in MergeAliasedBuffers() local
91 if (buffers_.at(current_buffer).size() == 1) { in MergeAliasedBuffers()
92 CHECK_EQ(*buffers_.at(current_buffer).begin(), value); in MergeAliasedBuffers()
106 if (current_buffer != new_buffer) { in MergeAliasedBuffers()
/external/libpng/
Dpngstruct.h328 png_bytep current_buffer; /* buffer for recently used data */ member
Dpngpread.c527 png_ptr->current_buffer = buffer; in png_push_restore_buffer()
530 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
/external/pdfium/third_party/libpng16/
Dpngstruct.h328 png_bytep current_buffer; /* buffer for recently used data */ member
Dpngpread.c527 png_ptr->current_buffer = buffer; in png_push_restore_buffer()
530 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs328 fn current_buffer(&self) -> usize { in current_buffer() method
386 XEventEnum::Expose => self.draw_buffer(self.current_buffer()), in handle_event()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h227 uint32_t current_buffer; member
Dvulkan_command_buffer_utils.cpp976 info.current_buffer = 0; in init_swap_chain()