Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c111 struct osmesa_buffer *current_buffer; member
759 if (osmesa->current_buffer && in OSMesaMakeCurrent()
760 (osmesa->current_buffer->visual.color_format != color_format || in OSMesaMakeCurrent()
761 osmesa->current_buffer->visual.depth_stencil_format != osmesa->depth_stencil_format || in OSMesaMakeCurrent()
762 osmesa->current_buffer->visual.accum_format != osmesa->accum_format || in OSMesaMakeCurrent()
763 osmesa->current_buffer->width != width || in OSMesaMakeCurrent()
764 osmesa->current_buffer->height != height)) { in OSMesaMakeCurrent()
765 osmesa_destroy_buffer(osmesa->current_buffer); in OSMesaMakeCurrent()
766 osmesa->current_buffer = NULL; in OSMesaMakeCurrent()
769 if (!osmesa->current_buffer) { in OSMesaMakeCurrent()
[all …]
/external/sdv/vsomeip/third_party/boost/container/test/
Dmonotonic_buffer_resource_test.cpp135 BOOST_TEST(m.current_buffer() == 0); in test_resource_constructor()
153 BOOST_TEST(m.current_buffer() == 0); in test_initial_size_constructor()
166 BOOST_TEST(m.current_buffer() == 0); in test_initial_size_constructor()
185 BOOST_TEST(m.current_buffer() == buf); in test_buffer_constructor()
198 BOOST_TEST(m.current_buffer() == buf); in test_buffer_constructor()
207 BOOST_TEST(m.current_buffer() == buf); in test_buffer_constructor()
243 BOOST_TEST(dmbr.current_buffer() == 0); in test_upstream_resource()
435 BOOST_TEST(monr.current_buffer() == ((char*)&buf + sizeof(buf))); in test_release()
441 BOOST_TEST(monr.current_buffer() == &buf); in test_release()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dxfeed_queue.h57 BufferType current_buffer; in BlockingGetNextDestination() local
63 current_buffer = std::move(enqueued_buffers_.front()); in BlockingGetNextDestination()
73 return current_buffer; in BlockingGetNextDestination()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c67 bool current_buffer; member
152 scrn->current_buffer = !scrn->current_buffer; in vl_dri2_flush_frontbuffer()
179 scrn->current_buffer = false; in vl_dri2_set_drawable()
236 } else if (back_left->name != scrn->buffer_names[scrn->current_buffer]) { in vl_dri2_screen_texture_from_drawable()
237 vl_compositor_reset_dirty_area(&scrn->dirty_areas[scrn->current_buffer]); in vl_dri2_screen_texture_from_drawable()
238 scrn->buffer_names[scrn->current_buffer] = back_left->name; in vl_dri2_screen_texture_from_drawable()
272 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()
844 ++dec->current_buffer; in vl_mpeg12_end_frame()
845 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.cpp162 mInfo.current_buffer = x % mInfo.swapchainImageCount; in step()
166 mImageAcquiredSemaphore, VK_NULL_HANDLE, &mInfo.current_buffer); in step()
209 present.pImageIndices = &info.current_buffer; in Present()
240 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkHundredIndividual()
306 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
375 inheritInfo.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
408 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dmonotonic_buffer_resource.hpp140 const void *current_buffer() const BOOST_NOEXCEPT;
/external/trusty/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_sip_svc.c26 static int current_block, current_buffer; variable
69 current_buffer++; in intel_fpga_sdm_write_buffer()
70 current_buffer %= FPGA_CONFIG_BUFFER_SIZE; in intel_fpga_sdm_write_buffer()
90 &fpga_config_buffers[current_buffer])) { in intel_fpga_sdm_write_all()
270 current_buffer = 0; in intel_fpga_config_start()
327 int j = (i + current_buffer) % FPGA_CONFIG_BUFFER_SIZE; in intel_fpga_config_write()
/external/sdv/vsomeip/third_party/boost/container/src/
Dmonotonic_buffer_resource.cpp123 const void *monotonic_buffer_resource::current_buffer() const BOOST_NOEXCEPT in current_buffer() function in boost::container::pmr::monotonic_buffer_resource
/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc130 xla::PjRtBuffer* current_buffer = sda_buffers[i]; in ShardArg() local
131 if (devices[i] == current_buffer->device()) { // Pointer equality. in ShardArg()
132 per_device_buffers.push_back(current_buffer); in ShardArg()
135 current_buffer->CopyToDevice(devices[i])); in ShardArg()
/external/libpng/
Dpngstruct.h328 png_bytep current_buffer; /* buffer for recently used data */ member
Dpngpread.c535 png_ptr->current_buffer = buffer; in png_push_restore_buffer()
538 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs321 fn current_buffer(&self) -> usize { in current_buffer() method
467 self.draw_buffer(self.current_buffer()) in draw_current_buffer()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h228 uint32_t current_buffer; member
Dvulkan_command_buffer_utils.cpp978 info.current_buffer = 0; in init_swap_chain()