Home
last modified time | relevance | path

Searched refs:color_buffers (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c250 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); ++i) in wl_buffer_release()
251 if (dri2_surf->color_buffers[i].wl_buffer == buffer) in wl_buffer_release()
254 assert (i < ARRAY_SIZE(dri2_surf->color_buffers)); in wl_buffer_release()
256 if (dri2_surf->color_buffers[i].wl_release) { in wl_buffer_release()
258 dri2_surf->color_buffers[i].wl_release = false; in wl_buffer_release()
259 dri2_surf->color_buffers[i].wl_buffer = NULL; in wl_buffer_release()
260 dri2_surf->color_buffers[i].age = 0; in wl_buffer_release()
263 dri2_surf->color_buffers[i].locked = false; in wl_buffer_release()
801 for (int i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) { in dri2_wl_destroy_surface()
802 if (dri2_surf->color_buffers[ in dri2_wl_destroy_surface()
[all...]
H A Dplatform_drm.c73 for (unsigned i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) { in release_buffer()
74 if (dri2_surf->color_buffers[i].bo == bo) { in release_buffer()
75 dri2_surf->color_buffers[i].locked = false; in release_buffer()
87 for (unsigned i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) in has_free_buffers()
88 if (!dri2_surf->color_buffers[i].locked) in has_free_buffers()
213 for (unsigned i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) { in dri2_drm_destroy_surface()
214 if (dri2_surf->color_buffers[i].bo) in dri2_drm_destroy_surface()
215 gbm_bo_destroy(dri2_surf->color_buffers[i].bo); in dri2_drm_destroy_surface()
235 for (unsigned i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) { in get_back_bo()
236 if (!dri2_surf->color_buffers[ in get_back_bo()
[all...]
H A Dplatform_ohos.c253 if (!dri2_surf->color_buffers[i].buffer) { in ohos_window_dequeue_buffer()
254 dri2_surf->color_buffers[i].buffer = dri2_surf->buffer; in ohos_window_dequeue_buffer()
256 if (dri2_surf->color_buffers[i].buffer == dri2_surf->buffer) { in ohos_window_dequeue_buffer()
257 dri2_surf->back = &dri2_surf->color_buffers[i]; in ohos_window_dequeue_buffer()
265 * the color_buffers in ohos_window_dequeue_buffer()
268 dri2_surf->color_buffers[i].buffer = NULL; in ohos_window_dequeue_buffer()
269 dri2_surf->color_buffers[i].age = 0; in ohos_window_dequeue_buffer()
271 dri2_surf->color_buffers[0].buffer = dri2_surf->buffer; in ohos_window_dequeue_buffer()
272 dri2_surf->back = &dri2_surf->color_buffers[0]; in ohos_window_dequeue_buffer()
366 dri2_surf->color_buffers in ohos_create_surface()
[all...]
H A Dplatform_android.c513 if (!dri2_surf->color_buffers[i].buffer) {
514 dri2_surf->color_buffers[i].buffer = dri2_surf->buffer;
516 if (dri2_surf->color_buffers[i].buffer == dri2_surf->buffer) {
517 dri2_surf->back = &dri2_surf->color_buffers[i];
525 * the color_buffers
528 dri2_surf->color_buffers[i].buffer = NULL;
529 dri2_surf->color_buffers[i].age = 0;
531 dri2_surf->color_buffers[0].buffer = dri2_surf->buffer;
532 dri2_surf->back = &dri2_surf->color_buffers[0];
678 dri2_surf->color_buffers
[all...]
H A Degl_dri2.h368 } color_buffers[4], *back, *current; member
382 * Allocate number of color_buffers based on query to android bufferqueue
389 } *color_buffers, *back; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.h44 const std::vector<amber::Pipeline::BufferInfo>& color_buffers,
H A Dgraphics_pipeline.cc391 const std::vector<amber::Pipeline::BufferInfo>& color_buffers, in GraphicsPipeline()
401 for (const auto& info : color_buffers) in GraphicsPipeline()
389 GraphicsPipeline( Device* device, const std::vector<amber::Pipeline::BufferInfo>& color_buffers, amber::Pipeline::BufferInfo depth_stencil_buffer, const std::vector<amber::Pipeline::BufferInfo>& resolve_targets, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) GraphicsPipeline() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c473 unsigned color_buffers = buffers >> 2; variable
486 u_foreach_bit (i, color_buffers)
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_bind_test.cc47 const auto& color_buffers = pipeline->GetColorAttachments(); in TEST_F() local
48 ASSERT_EQ(1U, color_buffers.size()); in TEST_F()
50 const auto& buf_info = color_buffers[0]; in TEST_F()

Completed in 13 milliseconds