Searched refs:plane_index (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_tex_src_plane.c | 71 int plane_index = nir_tex_instr_src_index(tex, nir_tex_src_plane); in lower_tex_src_plane_block() local 73 if (plane_index < 0) in lower_tex_src_plane_block() 76 nir_const_value *plane = nir_src_as_const_value(tex->src[plane_index].src); in lower_tex_src_plane_block() 90 nir_tex_instr_remove_src(tex, plane_index); in lower_tex_src_plane_block()
|
/external/drm_hwcomposer/ |
D | drmdisplaycompositor.cpp | 1063 for (size_t plane_index = 0; in SquashFrame() local 1064 plane_index < src_planes.size() && plane_index < dst_layers.size();) { in SquashFrame() 1065 if (src_planes[plane_index].source_layers().empty()) { in SquashFrame() 1066 plane_index++; in SquashFrame() 1069 for (auto i : src_planes[plane_index].source_layers()) in SquashFrame() 1070 src_layers[i] = std::move(dst_layers[plane_index++]); in SquashFrame()
|
/external/vulkan-validation-layers/demos/ |
D | cube.cpp | 2673 uint32_t plane_index; in create_display_surface() local 2723 for (plane_index = 0; plane_index < plane_count; plane_index++) { in create_display_surface() 2728 …if (plane_props[plane_index].currentDisplay && (plane_props[plane_index].currentDisplay != display… in create_display_surface() 2732 … result = gpu.getDisplayPlaneSupportedDisplaysKHR(plane_index, &supported_count, nullptr); in create_display_surface() 2742 …result = gpu.getDisplayPlaneSupportedDisplaysKHR(plane_index, &supported_count, supported_displays… in create_display_surface() 2768 gpu.getDisplayPlaneCapabilitiesKHR(mode_props.displayMode, plane_index, &planeCaps); in create_display_surface() 2789 .setPlaneIndex(plane_index) in create_display_surface() 2790 .setPlaneStackIndex(plane_props[plane_index].currentStackIndex) in create_display_surface()
|
D | cube.c | 2778 uint32_t plane_index; in demo_create_display_surface() local 2829 for (plane_index = 0; plane_index < plane_count; plane_index++) { in demo_create_display_surface() 2834 if ((plane_props[plane_index].currentDisplay != VK_NULL_HANDLE) && in demo_create_display_surface() 2835 (plane_props[plane_index].currentDisplay != display)) { in demo_create_display_surface() 2839 err = vkGetDisplayPlaneSupportedDisplaysKHR(demo->gpu, plane_index, &supported_count, NULL); in demo_create_display_surface() 2849 …err = vkGetDisplayPlaneSupportedDisplaysKHR(demo->gpu, plane_index, &supported_count, supported_di… in demo_create_display_surface() 2875 vkGetDisplayPlaneCapabilitiesKHR(demo->gpu, mode_props.displayMode, plane_index, &planeCaps); in demo_create_display_surface() 2897 create_info.planeIndex = plane_index; in demo_create_display_surface() 2898 create_info.planeStackIndex = plane_props[plane_index].currentStackIndex; in demo_create_display_surface()
|
/external/libxcam/modules/ocl/ |
D | cl_pyramid_blender.cpp | 912 uint32_t plane_index = (_is_uv ? 1 : 0); in get_input_gauss_offset_x() local 913 return layer.gauss_offset_x[plane_index][_buf_index]; in get_input_gauss_offset_x() 1152 uint32_t plane_index = (_is_uv ? 1 : 0); in get_cur_gauss_offset_x() local 1153 return layer.gauss_offset_x[plane_index][_buf_index]; in get_cur_gauss_offset_x() 1160 uint32_t plane_index = (_is_uv ? 1 : 0); in get_output_lap_offset_x() local 1161 return layer.lap_offset_x[plane_index][_buf_index]; in get_output_lap_offset_x()
|